SID_AND_ATTRIBUTES_HASH struttura (winnt.h)

La struttura SID_AND_ATTRIBUTES_HASH specifica valori hash per la matrice specificata di identificatori di sicurezza (SID).

Sintassi

typedef struct _SID_AND_ATTRIBUTES_HASH {
  DWORD               SidCount;
  PSID_AND_ATTRIBUTES SidAttr;
  SID_HASH_ENTRY      Hash[SID_HASH_SIZE];
} SID_AND_ATTRIBUTES_HASH, *PSID_AND_ATTRIBUTES_HASH;

Members

SidCount

Numero di SID a cui punta il parametro SidAttr .

SidAttr

Puntatore a una matrice di strutture SID_AND_ATTRIBUTES che rappresentano i SID e i relativi attributi.

Hash[SID_HASH_SIZE]

Matrice di puntatori ai valori hash. Questi valori corrispondono alle strutture SID_AND_ATTRIBUTES a cui punta il parametro SidAttr .

Il tipo di dati SID_HASH_ENTRY è definito in Winnt.h come ULONG_PTR.

La dimensione della matrice SID_HASH_SIZE è definita in Winnt.h come 32.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione winnt.h (includere Windows.h)

Vedi anche

TOKEN_ACCESS_INFORMATION

TOKEN_INFORMATION_CLASS