IMalloc.Realloc Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
Overloads
Realloc(IntPtr, IntPtr)
public:
IntPtr Realloc(IntPtr pv, IntPtr cb);
public IntPtr Realloc (IntPtr pv, IntPtr cb);
abstract member Realloc : nativeint * nativeint -> nativeint
Public Function Realloc (pv As IntPtr, cb As IntPtr) As IntPtr
Parameters
Returns
IntPtr
Realloc(IntPtr, UInt32)
public:
IntPtr Realloc(IntPtr pv, System::UInt32 cb);
public IntPtr Realloc (IntPtr pv, uint cb);
abstract member Realloc : nativeint * uint32 -> nativeint
Public Function Realloc (pv As IntPtr, cb As UInteger) As IntPtr
Parameters
Returns
IntPtr