table of contents
other versions
- wheezy 1.4.1-4
LsaClose(3w) | Wine API | LsaClose(3w) |
NAME¶
LsaClose (ADVAPI32.@)SYNOPSIS¶
NTSTATUS LsaClose(
IN LSA_HANDLE ObjectHandle
)
DESCRIPTION¶
Closes a handle to a Policy or TrustedDomain.PARAMS¶
ObjectHandle [In] Handle to a Policy or TrustedDomain.RETURNS¶
Success: STATUS_SUCCESS. Failure: NTSTATUS code.IMPLEMENTATION¶
Declared in "ntsecapi.h". Implemented in "dlls/advapi32/lsa.c". Debug channel "advapi".Oct 2012 | Wine API |