SID_AND_ATTRIBUTES_HASH struttura (ntifs.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 {
  ULONG               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 ntifs.h come ULONG_PTR.

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

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione ntifs.h

Vedi anche

TOKEN_ACCESS_INFORMATION