GlobalReAlloc16 (KRNL386.16)
HGLOBAL16 GlobalReAlloc16 ( HGLOBAL16 handle, DWORD size, UINT16 flags )
handle | [In] | Handle of global memory object. |
size | [In] | New size of block. |
[In] | How to reallocate object. |
Change the size or attributes of a global memory object.
Handle: Success
NULL: Failure
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/kernel32/global16.c". source.winehq.org/source/dlls/kernel32/global16.c
Debug channel "global".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.