DioDocs for PDF
AllocateMemory メソッド

DS.Documents.DX.Windows アセンブリ > GrapeCity.Documents.DX 名前空間 > DXUtil クラス : AllocateMemory メソッド
割り当てるバッファのサイズ。
整列、デフォルトでは 16 バイト。
整列されたメモリバッファを割り当てます。
シンタックス
'宣言
 
Public Shared Function AllocateMemory( _
   ByVal sizeInBytes As System.Integer, _
   Optional ByVal align As System.Integer _
) As System.IntPtr
public static System.IntPtr AllocateMemory( 
   System.int sizeInBytes,
   System.int align
)

パラメータ

sizeInBytes
割り当てるバッファのサイズ。
align
整列、デフォルトでは 16 バイト。

戻り値の型

整列されたバッファへのポインタ。
解説
このバッファを解放するには、FreeMemory を呼び出します。
参照

DXUtil クラス
DXUtil メンバ