Overview
Group
Quick Info

Windows NT
Yes
Win95
No
Win32s
No
Import Library
-
Header File
winnt.h
Unicode
No
Platform Notes
None

SID_NAME_USE

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

typedef enum _SID_NAME_USE {

SidTypeUser = 1,

SidTypeGroup,

SidTypeDomain,

SidTypeAlias,

SidTypeWellKnownGroup,

SidTypeDeletedAccount,

SidTypeInvalid,

SidTypeUnknown

} SID_NAME_USE;

Value
Meaning
SidTypeUser
Indicates a user SID.
SidTypeGroup
Indicates a group SID.
SidTypeDomain
Indicates a domain SID.
SidTypeAlias
Indicates an alias SID.
SidTypeWellKnownGroup
Indicates an SID for a well-known group.
SidTypeDeletedAccount
Indicates an SID for a deleted account.
SidTypeInvalid
Indicates an invalid SID.
SidTypeUnknown
Indicates an unknown SID type.

See Also

LookupAccountName
, LookupAccountSid

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database