IVsPersistentTextImage::Image_Alloc Method (Int32)

 

Allocates space of specified size for persistent disk image storage.

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

IntPtr Image_Alloc(
	int iSize
)

Parameters

iSize
Type: System::Int32

[in] The size of the space to be allocated

Return Value

Type: System::IntPtr

Returns a pointer to the allocated text image space.

From textmgr.idl:

void * IVsPersistentTextImage::Image_Alloc(
   [in] int iSize
);
Return to top
Show: