LUID_AND_ATTRIBUTES struttura (winnt.h)

La struttura LUID_AND_ATTRIBUTES rappresenta un identificatore univoco locale (LUID) e i relativi attributi.

Sintassi

typedef struct _LUID_AND_ATTRIBUTES {
  LUID  Luid;
  DWORD Attributes;
} LUID_AND_ATTRIBUTES, *PLUID_AND_ATTRIBUTES;

Members

Luid

Specifica un valore LUID .

Attributes

Specifica gli attributi del LUID. Questo valore contiene fino a 32 flag a 32 bit. Il suo significato dipende dalla definizione e dall'uso del LUID.

Commenti

Una struttura LUID_AND_ATTRIBUTES può rappresentare un LUID i cui attributi cambiano frequentemente, ad esempio quando il LUID viene usato per rappresentare i privilegi nella struttura PRIVILEGE_SET . I privilegi sono rappresentati da LUID e hanno attributi che indicano se sono attualmente abilitati o disabilitati.

Requisiti

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

Vedi anche

AllocateLocallyUniqueId

LUID

PRIVILEGE_SET

TOKEN_PRIVILEGES