System.TMarshal.WritePtr

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

Delphi

class procedure WritePtr(const Ptr: TPtrWrapper; Ofs: NativeInt; const Value: TPtrWrapper); overload;
class procedure WritePtr(const Ptr, Value: TPtrWrapper); overload;

プロパティ

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

説明

ラップ ポインタを、メモリ ブロックへ書き込みます。

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

関連項目