RtlSubAuthoritySid.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/sec.c".

Debug channel "ntdll".