CCHeapFree function

The CCHeapFree function releases the memory allocated by the CCHeapAlloc function.

Syntax

BOOL WINAPI CCHeapFree(
   LPVOID lpMem
);

Parameters

lpMem

Pointer to the memory that this function releases.

Return value

If the CCHeapFree function is successful, the return value is TRUE.

If the function is unsuccessful, the return value is FALSE.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h
Library
Nmapi.lib
DLL
Nmapi.dll

See also

SetCCInstPtr

GetCCInstPtr

CCHeapAlloc

CCHeapReAlloc

CCHeapSize