IVsPersistentTextImage::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)

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.

From textmgr.idl:

void * IVsPersistentTextImage::Image_Realloc(
   [in,out] void *p,
   [in] int iSize
);
Return to top
Show: