RtlSubAuthoritySid(3w)
NAME
RtlSubAuthoritySid (NTDLL.@)
SYNOPSIS
LPDWORD RtlSubAuthoritySid ( PSID pSid, DWORD nSubAuthority )
DESCRIPTION
Return the Sub Authority of a SID.
PARAMS
pSid [In] SID to get the Sub Authority from.
nSubAuthority [In] Sub Authority number.
RETURNS
A pointer to The Sub 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".