VsTextLineStorageClass::Image_Realloc Method (IntPtr, Int32)

 

Reallocates space for the specified text image.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public:
virtual IntPtr Image_Realloc(
	IntPtr% p,
	int iSize
)

Parameters

p
Type: System::IntPtr

[in, out] The specified text image.

iSize
Type: System::Int32

[in] The size of the specified text image.

Return Value

Type: System::IntPtr

Returns a pointer to the reallocated text image space.

Return to top
Show: