RtlLengthSid.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

RtlLengthSid (NTDLL.@)

SYNOPSIS

DWORD RtlLengthSid
 (
  PSID pSid
 )

DESCRIPTION

Determine the amount of memory a SID is using.

PARAMS

pSid [In] SID to get the size of.

RETURNS

The size, in bytes, of pSid.

IMPLEMENTATION

Defined in "winternl.h".

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

Debug channel "ntdll".