ReAlloc (COMCTL32.72)
LPVOID ReAlloc ( LPVOID lpSrc, DWORD dwSize )
Changes the size of an allocated memory block or allocates a memory block using the dll's private heap.
lpSrc | [In] | pointer to memory block which will be resized. |
dwSize | [In] | new size of the memory block. |
Success: pointer to the resized memory block
Failure: NULL.
If lpSrc is a NULL-pointer, then ReAlloc allocates a memory block like Alloc.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/comctl32undoc.c". source.winehq.org/source/dlls/comctl32/comctl32undoc.c
Debug channel "commctrl".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.