System.PNativeUInt
Delphi
PNativeUInt   = ^NativeUInt;
C++
typedef NativeUInt *PNativeUInt;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
Description
Pointer to a NativeUInt native unsigned integer.
The size of a PNativeUInt pointer depends on the platform. The size of PNativeUInt is 4 bytes on 32-bit platforms and 8 bytes on 64-bit platforms.