.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlSubAuthoritySid 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlSubAuthoritySid\fR (NTDLL.@) .SH SYNOPSIS LPDWORD RtlSubAuthoritySid ( PSID \fIpSid\fR, DWORD \fInSubAuthority\fR ) .SH DESCRIPTION .PP Return the Sub Authority of a \fBSID\fR. .SH PARAMS \fIpSid\fR \fB[In]\fR \fBSID\fR to get the Sub Authority from. .PP \fInSubAuthority\fR \fB[In]\fR Sub Authority number. .PP .SH RETURNS .PP A pointer to The Sub Authority value of \fIpSid\fR. .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/sec.c"\fR. .PP Debug channel \fB"ntdll"\fR.