GetSidIdentifierAuthority
The GetSidIdentifierAuthority
function returns the address of the SID_IDENTIFIER_AUTHORITY
PSID_IDENTIFIER_AUTHORITY GetSidIdentifierAuthority(
PSID pSid |
// address of SID
to query |
); |
|
Parameters
pSid
Points to the
SID structure for which the address of the SID_IDENTIFIER_AUTHORITY
Return Values
If the function
succeeds, the return value is the address of the SID_IDENTIFIER_AUTHORITY
structure for the specified SID
If the
function fails, the return value is undefined. The function fails if the SID
structure pointed to by the pSid parameter is invalid. To get extended
error information, call GetLastError
See Also