IVsPersistentTextImage::Image_Realloc Method (IntPtr, Int32)
Visual Studio 2015
Reallocates space for the specified text image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- p
-
Type:
System::IntPtr
[in, out] The specified text image.
- iSize
-
Type:
System::Int32
[in] The size of the specified text image.
From textmgr.idl:
void * IVsPersistentTextImage::Image_Realloc( [in,out] void *p, [in] int iSize );
Show: