SID_INFO struttura (aclui.h)
La struttura SID_INFO contiene l'elenco di nomi comuni corrispondenti alle strutture SID restituite da ISecurityInformation2::LookupSids. È un membro della struttura SID_INFO_LIST .
Sintassi
typedef struct _SID_INFO {
PSID pSid;
PWSTR pwzCommonName;
PWSTR pwzClass;
PWSTR pwzUPN;
} SID_INFO, *PSID_INFO;
Members
pSid
Puntatore a una struttura SID che identifica uno dei SID passati a ISecurityInformation2::LookupSids.
pwzCommonName
Puntatore a una stringa contenente il nome comune corrispondente alla struttura SID specificata in pSid.
pwzClass
Puntatore a una stringa che descrive la struttura SID come utente o un gruppo. I valori possibili di questa stringa sono i seguenti:
"Computer"
"Gruppo"
"User"
pwzUPN
Puntatore al nome dell'entità utente (UPN) corrispondente alla struttura SID specificata in pSid. Se un UPN non è stato designato per la struttura SID , il valore di questo parametro è NULL.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | aclui.h |