structure SID_AND_ATTRIBUTES_HASH (winnt.h)
La structure SID_AND_ATTRIBUTES_HASH spécifie une valeur de hachage pour le tableau spécifié d’identificateurs de sécurité (SID).
Syntaxe
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;
Membres
SidCount
Nombre de SID pointés vers le paramètre SidAttr .
SidAttr
Pointeur vers un tableau de structures SID_AND_ATTRIBUTES qui représentent les SID et leurs attributs.
Hash[SID_HASH_SIZE]
Tableau de pointeurs vers des valeurs de hachage. Ces valeurs correspondent aux structures SID_AND_ATTRIBUTES pointées par le paramètre SidAttr .
Le type de données SID_HASH_ENTRY est défini dans Winnt.h en tant que ULONG_PTR.
La dimension de tableau SID_HASH_SIZE est définie dans Winnt.h comme 32.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
En-tête | winnt.h (inclure Windows.h) |