Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 771 Bytes

LsaFreeMemory.md

File metadata and controls

41 lines (28 loc) · 771 Bytes

Home

Function name : LsaFreeMemory

Group: Security - Library: advapi32


The LsaFreeMemory function frees memory allocated for an output buffer by an LSA function call.


Code examples:

Accessing LSA Policy object (Local Security Authority)

Declaration:

NTSTATUS LsaFreeMemory(
  PVOID Buffer
);  

FoxPro declaration:

DECLARE INTEGER LsaFreeMemory IN advapi32;
	INTEGER Buffer  

Parameters:

Buffer [in] Pointer to memory buffer that was allocated by an LSA function call.


Return value:

If the function succeeds, the return value is STATUS_SUCCESS (0).