Group: Security - Library: secur32
How to enumerate logon sessions on local computer
NTSTATUS LsaFreeReturnBuffer(
_In_ PVOID Buffer
); DECLARE INTEGER LsaFreeReturnBuffer IN secur32;
INTEGER Buffer Buffer [in] Pointer to the buffer to be freed.
If the function succeeds, the return value is STATUS_SUCCESS.
The LsaNtStatusToWinError function converts an NTSTATUS code to a Windows error code.
Home