System.PNativeInt

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PNativeInt = ^NativeInt;

C++

typedef NativeInt *PNativeInt;

Properties

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

Description

Pointer to a NativeInt native signed integer.

The size of a PNativeInt pointer depends on the platform. The size of PNativeInt is 4 bytes on 32-bit platforms and 8 bytes on 64-bit platforms.

See Also