Afficher : Delphi C++
Préférences d'affichage

System.PInt64

De XE2 API Documentation

Delphi

type PInt64 = ^Int64;

C++

typedef __int64*             PInt64;           //

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

PInt64 est un pointeur sur un Int64.

PInt64 est un pointeur sur un Int64.

Voir aussi

Versions précédentes
Traductions