CoTaskMemRealloc (OLE32.@)
LPVOID CoTaskMemRealloc ( LPVOID pvOld, ULONG size )
Allocates memory using the current process memory allocator.
pvOld | [In] | Pointer to old memory block. |
size | [In] | Size of the new memory block. |
Success: Pointer to newly allocated memory block.
Failure: NULL.
Defined in "objbase.h".
Implemented in "dlls/ole32/ifs.c". source.winehq.org/source/dlls/ole32/ifs.c
Debug channel "olemalloc".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.