estructura SID_AND_ATTRIBUTES_HASH (ntifs.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 {
ULONG 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 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 SID_AND_ATTRIBUTES a las que apunta el parámetro SidAttr .
El tipo de datos SID_HASH_ENTRY se define en ntifs.h como un ULONG_PTR.
La dimensión de matriz SID_HASH_SIZE se define en ntifs.h como 32.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows Vista |
Encabezado | ntifs.h |