.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlIdentifierAuthoritySid 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlIdentifierAuthoritySid\fR (NTDLL.@) .SH SYNOPSIS PSID_IDENTIFIER_AUTHORITY RtlIdentifierAuthoritySid ( PSID \fIpSid\fR ) .SH DESCRIPTION .PP Return the Identifier Authority of a \fBSID\fR. .SH PARAMS \fIpSid\fR \fB[In]\fR \fBSID\fR to get the Identifier Authority from. .PP .SH RETURNS .PP A pointer to the Identifier 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.