Share via


Struttura APPCATEGORYINFOLIST (appmgmt.h)

Fornisce un elenco di categorie di applicazioni supportate da un server di pubblicazione di applicazioni per aggiungere/rimuovere programmi in Pannello di controllo.

Sintassi

typedef struct _APPCATEGORYINFOLIST {
  DWORD           cCategory;
  APPCATEGORYINFO *pCategoryInfo;
} APPCATEGORYINFOLIST;

Members

cCategory

Tipo: DWORD

Valore di tipo DWORD che specifica il conteggio degli elementi APPCATEGORYINFO nella matrice a cui punta pCategoryInfo.

pCategoryInfo

Tipo: APPCATEGORYINFO*

Puntatore a una matrice di strutture APPCATEGORYINFO . Questa matrice contiene tutte le categorie supportate da un server di pubblicazione di applicazioni e deve essere allocata usando CoTaskMemAlloc e liberata usando CoTaskMemFree.

Requisiti

Requisito Valore
Client minimo supportato Windows XP, Windows 2000 Professional [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione appmgmt.h

Vedi anche

APPCATEGORYINFO

IAppPublisher::GetCategories