Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Deallocates heap memory previously allocated by AllocateLsaHeap.
Syntax
LSA_FREE_LSA_HEAP LsaFreeLsaHeap;
VOID LsaFreeLsaHeap(
[in] PVOID Base
)
{...}
Parameters
[in] Base
Pointer to the buffer to be freed.
Return value
This function does not return a value. However, if the function sets Base to NULL, the buffer was freed. If Base is not NULL after the function call ends, the buffer could not be freed.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Target Platform | Windows |
| Header | ntlsa.h |