Obtains the size, in bytes, of the given memory unit. Provided only for compatibility.
DWORD HeapSize(
HANDLE hHeap,
DWORD dwFlags,
LPCVOID lpMem
);
hHeap
dwFlags
lpMem
This is a pointer returned by HeapAlloc or HeapReAlloc.
0xFFFFFFFF
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 3.0 | intime/rt/include/winbase.h | windows.h | iwin32.lib |
Note
This function operates in the real-time portion of your application.
HeapAlloc, HeapFree, HeapReAlloc, iwin32 API, iwin32 Overview