struttura TOKEN_OWNER (winnt.h)

La struttura TOKEN_OWNER contiene il SID (Owner Security Identifier ) predefinito che verrà applicato agli oggetti appena creati.

Sintassi

typedef struct _TOKEN_OWNER {
  PSID Owner;
} TOKEN_OWNER, *PTOKEN_OWNER;

Members

Owner

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

Requisiti

   
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_PRIMARY_GROUP

TOKEN_PRIVILEGES

TOKEN_SOURCE

TOKEN_STATISTICS

TOKEN_TYPE

TOKEN_USER