Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies application information to return from IShellApp::GetAppInfo. These flags are bitmasks used in the dwMask member of the APPINFODATA structure.
Syntax
typedef enum _tagAppInfoFlags {
AIM_DISPLAYNAME = 0x1,
AIM_VERSION = 0x2,
AIM_PUBLISHER = 0x4,
AIM_PRODUCTID = 0x8,
AIM_REGISTEREDOWNER = 0x10,
AIM_REGISTEREDCOMPANY = 0x20,
AIM_LANGUAGE = 0x40,
AIM_SUPPORTURL = 0x80,
AIM_SUPPORTTELEPHONE = 0x100,
AIM_HELPLINK = 0x200,
AIM_INSTALLLOCATION = 0x400,
AIM_INSTALLSOURCE = 0x800,
AIM_INSTALLDATE = 0x1000,
AIM_CONTACT = 0x4000,
AIM_COMMENTS = 0x8000,
AIM_IMAGE = 0x20000,
AIM_READMEURL = 0x40000,
AIM_UPDATEINFOURL = 0x80000
} APPINFODATAFLAGS;
Constants
AIM_DISPLAYNAMEValue: 0x1 Returns the display name. |
AIM_VERSIONValue: 0x2 Returns the version. |
AIM_PUBLISHERValue: 0x4 Returns the application publisher. |
AIM_PRODUCTIDValue: 0x8 Returns the application's product ID. |
AIM_REGISTEREDOWNERValue: 0x10 Returns the application's registered owner. |
AIM_REGISTEREDCOMPANYValue: 0x20 Returns the application's registered company. |
AIM_LANGUAGEValue: 0x40 Returns the language. |
AIM_SUPPORTURLValue: 0x80 Returns the support URL. |
AIM_SUPPORTTELEPHONEValue: 0x100 Returns the support telephone number. |
AIM_HELPLINKValue: 0x200 Returns the Help link. |
AIM_INSTALLLOCATIONValue: 0x400 Returns the application's install location. |
AIM_INSTALLSOURCEValue: 0x800 Returns the install source. |
AIM_INSTALLDATEValue: 0x1000 Returns the application's install date. |
AIM_CONTACTValue: 0x4000 Returns the application's contact information. |
AIM_COMMENTSValue: 0x8000 Returns application comments. |
AIM_IMAGEValue: 0x20000 Returns the application image. |
AIM_READMEURLValue: 0x40000 Returns the URL of the application's ReadMe file. |
AIM_UPDATEINFOURLValue: 0x80000 Returns the URL of the application's update information. |
Remarks
Add/Remove Programs in Control Panel uses only AIM_DISPLAYNAME and AIM_SUPPORTURL.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | shappmgr.h |