VsTextLineStorageClass.Image_Realloc(IntPtr, Int32) Method

Definition

Reallocates space for the specified text image.

public:
 virtual IntPtr Image_Realloc([Runtime::InteropServices::Out] IntPtr % p, int iSize) = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_Realloc;
public:
 virtual IntPtr Image_Realloc([Runtime::InteropServices::Out] IntPtr % p, int iSize);
public virtual IntPtr Image_Realloc (out IntPtr p, int iSize);
abstract member Image_Realloc : nativeint * int -> nativeint
override this.Image_Realloc : nativeint * int -> nativeint
Public Overridable 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.

Implements

Applies to