IVsPersistentTextImage.Image_Alloc(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);