IVsPersistentTextImage.Image_Realloc(IntPtr, Int32) 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.
Reallocates space for the specified text image.
public:
IntPtr Image_Realloc([Runtime::InteropServices::Out] IntPtr % p, int iSize);
public IntPtr Image_Realloc (out IntPtr p, int iSize);
abstract member Image_Realloc : nativeint * int -> nativeint
Public Function Image_Realloc (ByRef p As IntPtr, iSize As Integer) As IntPtr
Parameters
- p
-
IntPtr
nativeint
[in, out] The specified text image.
- iSize
- Int32
[in] The size of the specified text image.
Returns
IntPtr
nativeint
Returns a pointer to the reallocated text image space.
Remarks
COM Signature
From textmgr.idl:
void * IVsPersistentTextImage::Image_Realloc(
[in,out] void *p,
[in] int iSize
);