APPCATEGORYINFOLIST structure
Applies to: desktop apps only
Provides a list of supported application categories from an application publisher to Add/Remove Programs in Control Panel.
Syntax
typedef struct _APPCATEGORYINFOLIST {
DWORD cCategory;
APPCATEGORYINFO *pCategoryInfo;
} APPCATEGORYINFOLIST;
Members
- cCategory
-
Type: DWORD
-
A value of type DWORD that specifies the count of APPCATEGORYINFO elements in the array pointed to by pCategoryInfo.
- pCategoryInfo
-
Type: APPCATEGORYINFO*
-
A pointer to an array of APPCATEGORYINFO structures. This array contains all the categories an application publisher supports and must be allocated using CoTaskMemAlloc and freed using CoTaskMemFree.
Requirements
|
Minimum supported client | Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012