SID_INFO structure
The SID_INFO structure contains the list of common names corresponding to the SID structures returned by ISecurityInformation2::LookupSids. It is a member of the SID_INFO_LIST structure.
Syntax
typedef struct _SID_INFO { PSID pSid; PWSTR pwzCommonName; PWSTR pwzClass; PWSTR pwzUPN; } SID_INFO, *PSID_INFO;
Members
- pSid
-
A pointer to a SID structure that identifies one of the SIDs passed into ISecurityInformation2::LookupSids.
- pwzCommonName
-
A pointer to a string containing the common name corresponding to the SID structure specified in pSid.
- pwzClass
-
A pointer to a string describing the SID structure as either a user or a group. The possible values of this string are as follows:
"Computer"
"Group"
"User"
- pwzUPN
-
A pointer to the user principal name (UPN) corresponding to the SID structure specified in pSid. If a UPN has not been designated for the SID structure, the value of this parameter is NULL.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012