System.TMarshal.WriteByte

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

Delphi

class procedure WriteByte(Ptr: TPtrWrapper; Ofs: NativeInt; Value: Byte); overload;
class procedure WriteByte(Ptr: TPtrWrapper; Value: Byte); overload;

プロパティ

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

説明

1 バイトを、メモリ ブロックへ書き込みます。

WriteByte は、Ptr ラップ ポインタが参照するメモリ ブロックのオフセット Ofs の位置へ、1 バイト Value をコピーします。

関連項目