System.PUInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PUInt64       = ^UInt64;

C++

typedef unsigned __int64 *PUInt64;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.hpp
System System

Description

Pointer to UInt64.

PUInt64 represents a pointer to an unsigned 64-bit integer.