Group: Security - Library: advapi32
Accessing LSA Policy object (Local Security Authority)
NTSTATUS LsaClose(
LSA_HANDLE ObjectHandle
); DECLARE INTEGER LsaClose IN advapi32;
INTEGER ObjectHandle ObjectHandle Handle to a Policy object returned by the LsaOpenPolicy function or to a TrustedDomain object returned by the LsaOpenTrustedDomainByName function.
If the function succeeds, the return value is STATUS_SUCCESS (0).
Home