System.TMarshal.WriteInt64

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

Delphi

class procedure WriteInt64(Ptr: TPtrWrapper; Ofs: NativeInt; Value: Int64); overload;
class procedure WriteInt64(Ptr: TPtrWrapper; Value: Int64); overload;

プロパティ

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

説明

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

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

関連項目