System.PUInt64

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

Delphi

type PUInt64 = ^UInt64;

C++

typedef unsigned __int64 *PUInt64;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.pas
System.hpp
System System


説明

UInt64 へのポインタ。

PUInt64 は、符号なし 64 ビット整数へのポインタを表します。