Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |