This topic has not yet been rated - Rate this topic

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

Appmgmt.h

See also

IAppPublisher::GetCategories
APPCATEGORYINFO

 

 

Send comments about this topic to Microsoft

Build date: 3/7/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ