SID_INFO_LIST struttura (aclui.h)

La struttura SID_INFO_LIST contiene un elenco di strutture SID_INFO .

Sintassi

typedef struct _SID_INFO_LIST {
  ULONG    cItems;
  SID_INFO aSidInfo[ANYSIZE_ARRAY];
} SID_INFO_LIST, *PSID_INFO_LIST;

Members

cItems

Numero di strutture SID_INFO contenute nel membro aSidInfo .

aSidInfo[ANYSIZE_ARRAY]

Puntatore a un elenco di strutture SID_INFO restituite dal metodo ISecurityInformation2::LookupSids .

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione aclui.h

Vedi anche

ISecurityInformation2::LookupSids

SID_INFO