This structure contains information about a package of interest: the AppHandle of the interested desktop application, the PenId, the unique name of the package. See the related class: RegAppInfoItem
This class is used by ApplicationManagement.RegisterPackage, ApplicationManagement.UnRegisterPackage and ApplicationManagement.GetRegisteredPackage. It is also returned in the ApplicationManagement.GetRegisteredPackageList.
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public class RegPackageInfo;