Scroll to navigation

RtlSubAuthoritySid(3w) Wine API 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

Declared in "winternl.h".
Implemented in "dlls/ntdll/sec.c".
Debug channel "ntdll".
Oct 2012 Wine API