System.TMarshal.WriteInt32

提供: RAD Studio API Documentation
2013年4月25日 (木) 07:00時点におけるYukikoi (トーク | 投稿記録)による版 (1版)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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 ビット整数を書き込みます。

関連項目