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
Defined in "winternl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/sec.c".
- Debug channel "ntdll".