Provides the same features as realloc. Provided only for compatibility.
LPVOID HeapReAlloc(
HANDLE hHeap,
DWORD dwFlags,
LPVOID lpMem,
DWORD dwBytes
);
hHeap
dwFlags
lpMem
dwBytes
| 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, HeapSize, realloc, SetLastError, iwin32 API, iwin32 Overview