System.TMarshal.WriteInt32

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

class procedure WriteInt32(Ptr: TPtrWrapper; Ofs: NativeInt; Value: Integer); overload;
class procedure WriteInt32(Ptr: TPtrWrapper; Value: Integer); overload;

プロパティ

種類 可視性 ソース ユニット
procedure public System.pas System TMarshal

説明

32 ビット整数を、メモリ ブロックへ書き込みます。

WriteInt32 は、Ptr ラップ ポインタが参照するメモリ ブロックのオフセット Ofs の位置へ、32 ビット整数を書き込みます。

関連項目