Skip to content

Latest commit

 

History

History
117 lines (80 loc) · 3.33 KB

ne-winnt-sid_name_use.md

File metadata and controls

117 lines (80 loc) · 3.33 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
NE:winnt._SID_NAME_USE
SID_NAME_USE (winnt.h)
Contains values that specify the type of a security identifier (SID).
*PSID_NAME_USE
PSID_NAME_USE
PSID_NAME_USE enumeration pointer [Security]
SID_NAME_USE
SID_NAME_USE enumeration [Security]
SidTypeAlias
SidTypeComputer
SidTypeDeletedAccount
SidTypeDomain
SidTypeGroup
SidTypeInvalid
SidTypeLabel
SidTypeUnknown
SidTypeUser
SidTypeWellKnownGroup
_win32_sid_name_use_str
security.sid_name_use
winnt/PSID_NAME_USE
winnt/SID_NAME_USE
winnt/SidTypeAlias
winnt/SidTypeComputer
winnt/SidTypeDeletedAccount
winnt/SidTypeDomain
winnt/SidTypeGroup
winnt/SidTypeInvalid
winnt/SidTypeLabel
winnt/SidTypeUnknown
winnt/SidTypeUser
winnt/SidTypeWellKnownGroup
security\sid_name_use.htm
security
4e6af6bd-056b-4f5a-b223-57a673c3fcfa
12/05/2018
*PSID_NAME_USE, PSID_NAME_USE, PSID_NAME_USE enumeration pointer [Security], SID_NAME_USE, SID_NAME_USE enumeration [Security], SidTypeAlias, SidTypeComputer, SidTypeDeletedAccount, SidTypeDomain, SidTypeGroup, SidTypeInvalid, SidTypeLabel, SidTypeUnknown, SidTypeUser, SidTypeWellKnownGroup, _win32_sid_name_use_str, security.sid_name_use, winnt/PSID_NAME_USE, winnt/SID_NAME_USE, winnt/SidTypeAlias, winnt/SidTypeComputer, winnt/SidTypeDeletedAccount, winnt/SidTypeDomain, winnt/SidTypeGroup, winnt/SidTypeInvalid, winnt/SidTypeLabel, winnt/SidTypeUnknown, winnt/SidTypeUser, winnt/SidTypeWellKnownGroup
winnt.h
Windows.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
SID_NAME_USE, *PSID_NAME_USE
19H1
_SID_NAME_USE
winnt/_SID_NAME_USE
PSID_NAME_USE
winnt/PSID_NAME_USE
SID_NAME_USE
winnt/SID_NAME_USE
c++
APIRef
kbSyntax
HeaderDef
Winnt.h
SID_NAME_USE

SID_NAME_USE enumeration

-description

The SID_NAME_USE enumeration contains values that specify the type of a security identifier (SID).

-enum-fields

-field SidTypeUser:1

A user SID.

-field SidTypeGroup

A group SID.

-field SidTypeDomain

A domain SID.

-field SidTypeAlias

An alias SID.

-field SidTypeWellKnownGroup

A SID for a well-known group.

-field SidTypeDeletedAccount

A SID for a deleted account.

-field SidTypeInvalid

A SID that is not valid.

-field SidTypeUnknown

A SID of unknown type.

-field SidTypeComputer

A SID for a computer.

-field SidTypeLabel

A mandatory integrity label SID.

-field SidTypeLogonSession

-see-also

Access Control Overview

Authorization Enumerations

LookupAccountName

LookupAccountSid