APPINFODATAFLAGS enumeration
Specifies application information to return from IShellApp::GetAppInfo. These flags are bitmasks used in the dwMask member of the APPINFODATA structure.
Syntax
typedef enum { AIM_DISPLAYNAME = 0x00000001, AIM_VERSION = 0x00000002, AIM_PUBLISHER = 0x00000004, AIM_PRODUCTID = 0x00000008, AIM_REGISTEREDOWNER = 0x00000010, AIM_REGISTEREDCOMPANY = 0x00000020, AIM_LANGUAGE = 0x00000040, AIM_SUPPORTURL = 0x00000080, AIM_SUPPORTTELEPHONE = 0x00000100, AIM_HELPLINK = 0x00000200, AIM_INSTALLLOCATION = 0x00000400, AIM_INSTALLSOURCE = 0x00000800, AIM_INSTALLDATE = 0x00001000, AIM_REQUIREDBYPOLICY = 0x00002000, AIM_CONTACT = 0x00004000, AIM_COMMENTS = 0x00008000, AIM_IMAGE = 0x00020000, AIM_READMEURL = 0x00040000, AIM_UPDATEINFOURL = 0x00080000 } APPINFODATAFLAGS;
Constants
- AIM_DISPLAYNAME
-
Returns the display name.
- AIM_VERSION
-
Returns the version.
- AIM_PUBLISHER
-
Returns the application publisher.
- AIM_PRODUCTID
-
Returns the application's product ID.
- AIM_REGISTEREDOWNER
-
Returns the application's registered owner.
- AIM_REGISTEREDCOMPANY
-
Returns the application's registered company.
- AIM_LANGUAGE
-
Returns the language.
- AIM_SUPPORTURL
-
Returns the support URL.
- AIM_SUPPORTTELEPHONE
-
Returns the support telephone number.
- AIM_HELPLINK
-
Returns the Help link.
- AIM_INSTALLLOCATION
-
Returns the application's install location.
- AIM_INSTALLSOURCE
-
Returns the install source.
- AIM_INSTALLDATE
-
Returns the application's install date.
- AIM_REQUIREDBYPOLICY
-
Obsolete.
- AIM_CONTACT
-
Returns the application's contact information.
- AIM_COMMENTS
-
Returns application comments.
- AIM_IMAGE
-
Returns the application image.
- AIM_READMEURL
-
Returns the URL of the application's ReadMe file.
- AIM_UPDATEINFOURL
-
Returns the URL of the application's update information.
Remarks
Add/Remove Programs in Control Panel uses only AIM_DISPLAYNAME and AIM_SUPPORTURL.
Requirements
|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012