table of contents
other versions
- wheezy 1.4.1-4
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 |