RtlSubAuthorityCountSid.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlSubAuthorityCountSid (NTDLL.@)

SYNOPSIS

LPBYTE RtlSubAuthorityCountSid
 (
  PSID pSid
 )

DESCRIPTION

Get the number of Sub Authorities in a SID.

PARAMS

pSid [In] SID to get the count from.

RETURNS

A pointer to the Sub Authority count of pSid.

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "dlls/ntdll/sec.c".

Debug channel "ntdll".