This structure contains information about a registered desktop application: the autostart, description, path, and version of the desktop application. See the related class: RegAppInfoItem
This class is used by ApplicationManagement.RegisterApp, ApplicationManagement.GetRegisteredApp, ApplicationManagement.SetRegisteredApp and ApplicationManagement.UnRegisterApp. It is also returned in the ApplicationManagement.GetRegisteredAppList.
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public class RegAppInfo;