struttura TOKEN_PRIMARY_GROUP (winnt.h)

La struttura TOKEN_PRIMARY_GROUP specifica un SID (Group Security Identifier ) per un token di accesso.

Sintassi

typedef struct _TOKEN_PRIMARY_GROUP {
  PSID PrimaryGroup;
} TOKEN_PRIMARY_GROUP, *PTOKEN_PRIMARY_GROUP;

Members

PrimaryGroup

Puntatore a una struttura SID che rappresenta un gruppo che diventerà il gruppo primario di tutti gli oggetti creati da un processo tramite questo token di accesso. Il SID deve essere uno dei SID del gruppo già presenti nel token.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione winnt.h (include Windows.h)

Vedi anche

GetTokenInformation

SID

SetTokenInformation

TOKEN_CONTROL

TOKEN_DEFAULT_DACL

TOKEN_GROUPS

TOKEN_INFORMATION_CLASS

TOKEN_OWNER

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_TYPE

TOKEN_USER