Group: Security - Library: advapi32
Accessing LSA Policy object (Local Security Authority)
NTSTATUS LsaFreeMemory(
PVOID Buffer
); DECLARE INTEGER LsaFreeMemory IN advapi32;
INTEGER Buffer Buffer [in] Pointer to memory buffer that was allocated by an LSA function call.
If the function succeeds, the return value is STATUS_SUCCESS (0).
Home