table of contents
other versions
- wheezy 1.4.1-4
RtlFreeSid(3w) | Wine API | RtlFreeSid(3w) |
NAME¶
RtlFreeSid (NTDLL.@)SYNOPSIS¶
DWORD RtlFreeSid(
PSID pSid
)
DESCRIPTION¶
Free the resources used by a SID.PARAMS¶
pSid [In] SID to Free.RETURNS¶
STATUS_SUCCESS.IMPLEMENTATION¶
Declared in "winternl.h". Implemented in "dlls/ntdll/sec.c". Debug channel "ntdll".Oct 2012 | Wine API |