Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 2.69 KB

ns-appmgmt-appcategoryinfolist.md

File metadata and controls

81 lines (63 loc) · 2.69 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:appmgmt._APPCATEGORYINFOLIST
APPCATEGORYINFOLIST (appmgmt.h)
Provides a list of supported application categories from an application publisher to Add/Remove Programs in Control Panel.
APPCATEGORYINFOLIST
APPCATEGORYINFOLIST structure [Windows Shell]
_APPCATEGORYINFOLIST
appmgmt/APPCATEGORYINFOLIST
inet_APPCATEGORYINFOLIST
shell.APPCATEGORYINFOLIST
shell\APPCATEGORYINFOLIST.htm
shell
c590d9ab-ab41-4192-a6c2-c6c2c931e873
12/05/2018
APPCATEGORYINFOLIST, APPCATEGORYINFOLIST structure [Windows Shell], _APPCATEGORYINFOLIST, appmgmt/APPCATEGORYINFOLIST, inet_APPCATEGORYINFOLIST, shell.APPCATEGORYINFOLIST
appmgmt.h
Windows
Windows XP, Windows 2000 Professional [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
APPCATEGORYINFOLIST
19H1
_APPCATEGORYINFOLIST
appmgmt/_APPCATEGORYINFOLIST
APPCATEGORYINFOLIST
appmgmt/APPCATEGORYINFOLIST
c++
APIRef
kbSyntax
HeaderDef
Appmgmt.h
APPCATEGORYINFOLIST

APPCATEGORYINFOLIST structure

-description

Provides a list of supported application categories from an application publisher to Add/Remove Programs in Control Panel.

-struct-fields

-field cCategory

Type: DWORD

A value of type DWORD that specifies the count of APPCATEGORYINFO elements in the array pointed to by pCategoryInfo.

-field 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.

-field pCategoryInfo.size_is

-field pCategoryInfo.size_is.cCategory

-see-also

APPCATEGORYINFO

IAppPublisher::GetCategories