RtlIdentifierAuthoritySid(3w)
NAME
RtlIdentifierAuthoritySid (NTDLL.@)
SYNOPSIS
PSID_IDENTIFIER_AUTHORITY RtlIdentifierAuthoritySid
(
PSID pSid
)
DESCRIPTION
Return the Identifier Authority of a SID.
PARAMS
pSid [In] SID to get the Identifier Authority from.
RETURNS
A pointer to the Identifier Authority value of pSid.
IMPLEMENTATION
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/sec.c".
- Debug channel "ntdll".