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

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

Ntsecpkg.h

See also

SpInitialize

 

 

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.