CoTaskMemAlloc (OLE32.@)
LPVOID CoTaskMemAlloc ( ULONG size )
Allocates memory using the current process memory allocator.
size | [In] | Size of the memory block to allocate. |
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.