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.
Overloads
| Realloc(IntPtr, IntPtr) | |
| Realloc(IntPtr, UInt32) |
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
- pv
-
IntPtr
nativeint
- cb
-
IntPtr
nativeint
Returns
-
IntPtr
nativeint