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.
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 |
|
| Library |
|
| DLL |
|