System.TMarshal.WriteInt16

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

Delphi

class procedure WriteInt16(Ptr: TPtrWrapper; Ofs: NativeInt; Value: Smallint); overload;
class procedure WriteInt16(Ptr: TPtrWrapper; Value: Smallint); overload;

プロパティ

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

説明

Smallint 値を、メモリ ブロックへ書き込みます。

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

関連項目