NAME

CoTaskMemRealloc  (OLE32.@)

SYNOPSIS

 LPVOID CoTaskMemRealloc
 (
  LPVOID pvOld,
  ULONG  size
 )

DESCRIPTION

Allocates memory using the current process memory allocator.

PARAMS

pvOld [In] Pointer to old memory block.
size [In] Size of the new memory block.

RETURNS

Success: Pointer to newly allocated memory block.

Failure: NULL.

IMPLEMENTATION

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.