System.PFixedUInt
Delphi
type PFixedUInt = ^Cardinal;
C++
typedef unsigned *PFixedUInt;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
説明
FixedUInt を指すポインタです。
PFixedUInt は FixedUInt を指すポインタです。
Delphi
type PFixedUInt = ^Cardinal;
C++
typedef unsigned *PFixedUInt;
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| pointer typedef | public | System.pas System.hpp | System | System | 
FixedUInt を指すポインタです。
PFixedUInt は FixedUInt を指すポインタです。