LSA_FREE_PRIVATE_HEAP callback function (ntsecpkg.h)
Frees memory that was allocated by using the AllocatePrivateHeap function.
Syntax
LSA_FREE_PRIVATE_HEAP LsaFreePrivateHeap;
void LsaFreePrivateHeap(
[in] PVOID Base
)
{...}
Parameters
[in] Base
A pointer to the memory to be freed.
Return value
None
Remarks
A pointer to the FreePrivateHeap function is available in the LSA_SECPKG_FUNCTION_TABLE structure received by the SpInitialize function.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | ntsecpkg.h |