DioDocs for PDF
AllocateClearedMemory メソッド

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

パラメータ

sizeInBytes
割り当てるバッファのサイズ。
clearValue
バッファをクリアするデフォルト値。
align
整列、デフォルトでは 16 バイト。

戻り値の型

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

DXUtil クラス
DXUtil メンバ