IVsPersistentTextImage.Image_Alloc(Int32) Method

Definition

Allocates space of specified size for persistent disk image storage.

public:
 IntPtr Image_Alloc(int iSize);
public IntPtr Image_Alloc (int iSize);
abstract member Image_Alloc : int -> nativeint
Public Function Image_Alloc (iSize As Integer) As IntPtr

Parameters

iSize
Int32

[in] The size of the space to be allocated

Returns

IntPtr

nativeint

Returns a pointer to the allocated text image space.

Remarks

COM Signature

From textmgr.idl:

void * IVsPersistentTextImage::Image_Alloc(  
   [in] int iSize  
);  

Applies to