estructura SID_AND_ATTRIBUTES_HASH (winnt.h)

La estructura SID_AND_ATTRIBUTES_HASH especifica valores hash para la matriz especificada de identificadores de seguridad (SID).

Sintaxis

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;

Miembros

SidCount

Número de SID a los que apunta el parámetro SidAttr .

SidAttr

Puntero a una matriz de estructuras de SID_AND_ATTRIBUTES que representan SID y sus atributos.

Hash[SID_HASH_SIZE]

Matriz de punteros a valores hash. Estos valores corresponden a las estructuras de SID_AND_ATTRIBUTES a las que apunta el parámetro SidAttr .

El tipo de datos SID_HASH_ENTRY se define en Winnt.h como un ULONG_PTR.

La dimensión de matriz SID_HASH_SIZE se define en Winnt.h como 32.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado winnt.h (incluya Windows.h)

Consulte también

TOKEN_ACCESS_INFORMATION

TOKEN_INFORMATION_CLASS