Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.85 KB

ns-winnt-sid_and_attributes_hash.md

File metadata and controls

83 lines (65 loc) · 2.85 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winnt._SID_AND_ATTRIBUTES_HASH
SID_AND_ATTRIBUTES_HASH (winnt.h)
Specifies a hash values for the specified array of security identifiers (SIDs).
*PSID_AND_ATTRIBUTES_HASH
PSID_AND_ATTRIBUTES_HASH
PSID_AND_ATTRIBUTES_HASH structure pointer [Security]
SID_AND_ATTRIBUTES_HASH
SID_AND_ATTRIBUTES_HASH structure [Security]
_SID_AND_ATTRIBUTES_HASH
security.sid_and_attributes_hash
winnt/PSID_AND_ATTRIBUTES_HASH
winnt/SID_AND_ATTRIBUTES_HASH
security\sid_and_attributes_hash.htm
security
ef6e32f5-b47e-463e-a447-bed149b8d616
12/05/2018
*PSID_AND_ATTRIBUTES_HASH, PSID_AND_ATTRIBUTES_HASH, PSID_AND_ATTRIBUTES_HASH structure pointer [Security], SID_AND_ATTRIBUTES_HASH, SID_AND_ATTRIBUTES_HASH structure [Security], _SID_AND_ATTRIBUTES_HASH, security.sid_and_attributes_hash, winnt/PSID_AND_ATTRIBUTES_HASH, winnt/SID_AND_ATTRIBUTES_HASH
winnt.h
Windows.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
SID_AND_ATTRIBUTES_HASH, *PSID_AND_ATTRIBUTES_HASH
19H1
_SID_AND_ATTRIBUTES_HASH
winnt/_SID_AND_ATTRIBUTES_HASH
PSID_AND_ATTRIBUTES_HASH
winnt/PSID_AND_ATTRIBUTES_HASH
SID_AND_ATTRIBUTES_HASH
winnt/SID_AND_ATTRIBUTES_HASH
c++
APIRef
kbSyntax
HeaderDef
Winnt.h
SID_AND_ATTRIBUTES_HASH

SID_AND_ATTRIBUTES_HASH structure

-description

The SID_AND_ATTRIBUTES_HASH structure specifies a hash values for the specified array of security identifiers (SIDs).

-struct-fields

-field SidCount

The number of SIDs pointed to by the SidAttr parameter.

-field SidAttr

A pointer to an array of SID_AND_ATTRIBUTES structures that represent SIDs and their attributes.

-field Hash

An array of pointers to hash values. These values correspond to the SID_AND_ATTRIBUTES structures pointed to by the SidAttr parameter.

The SID_HASH_ENTRY data type is defined in Winnt.h as a ULONG_PTR.

The SID_HASH_SIZE array dimension is defined in Winnt.h as 32.

-see-also

TOKEN_ACCESS_INFORMATION

TOKEN_INFORMATION_CLASS