System.PNativeInt
Delphi
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.