Scroll to navigation

RtlLengthSid(3w) Wine API RtlLengthSid(3w)

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

Declared in "winternl.h".
Implemented in "dlls/ntdll/sec.c".
Debug channel "ntdll".
Oct 2012 Wine API