structure SID_INFO_LIST (aclui.h)
La structure SID_INFO_LIST contient une liste de structures SID_INFO .
Syntaxe
typedef struct _SID_INFO_LIST {
ULONG cItems;
SID_INFO aSidInfo[ANYSIZE_ARRAY];
} SID_INFO_LIST, *PSID_INFO_LIST;
Membres
cItems
Nombre de structures SID_INFO contenues dans le membre aSidInfo .
aSidInfo[ANYSIZE_ARRAY]
Pointeur vers une liste de structures SID_INFO retournée par la méthode ISecurityInformation2 ::LookupSids .
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | aclui.h |