Expand Minimize
This topic has not yet been rated - Rate this topic

FreeLsaHeap function

Deallocates heap memory previously allocated by AllocateLsaHeap.

Syntax


VOID FreeLsaHeap(
  _In_  PVOID Base
);

Parameters

Base [in]

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

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Ntsecpkg.h

See also

LSA_DISPATCH_TABLE
LSA_SECPKG_FUNCTION_TABLE

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.