APPINFODATAFLAGS enumeration (shappmgr.h)

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_DISPLAYNAME
Value: 0x1
Returns the display name.
AIM_VERSION
Value: 0x2
Returns the version.
AIM_PUBLISHER
Value: 0x4
Returns the application publisher.
AIM_PRODUCTID
Value: 0x8
Returns the application's product ID.
AIM_REGISTEREDOWNER
Value: 0x10
Returns the application's registered owner.
AIM_REGISTEREDCOMPANY
Value: 0x20
Returns the application's registered company.
AIM_LANGUAGE
Value: 0x40
Returns the language.
AIM_SUPPORTURL
Value: 0x80
Returns the support URL.
AIM_SUPPORTTELEPHONE
Value: 0x100
Returns the support telephone number.
AIM_HELPLINK
Value: 0x200
Returns the Help link.
AIM_INSTALLLOCATION
Value: 0x400
Returns the application's install location.
AIM_INSTALLSOURCE
Value: 0x800
Returns the install source.
AIM_INSTALLDATE
Value: 0x1000
Returns the application's install date.
AIM_CONTACT
Value: 0x4000
Returns the application's contact information.
AIM_COMMENTS
Value: 0x8000
Returns application comments.
AIM_IMAGE
Value: 0x20000
Returns the application image.
AIM_READMEURL
Value: 0x40000
Returns the URL of the application's ReadMe file.
AIM_UPDATEINFOURL
Value: 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