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

public:
virtual 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.

Return to top
Show: