FreePrivateHeap function
Frees memory that was allocated by using the AllocatePrivateHeap function.
Syntax
void NTAPI FreePrivateHeap(
_In_ PVOID Base
);
Parameters
- Base [in]
-
A pointer to the memory to be freed.
Return value
This function does not return a value.
Remarks
A pointer to the FreePrivateHeap function is available in the LSA_SECPKG_FUNCTION_TABLE structure received by the SpInitialize function.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
See also
Show: