System.PFixedUInt

提供:RAD Studio API Documentation

Delphi

type PFixedUInt = ^Cardinal;

C++

typedef unsigned *PFixedUInt;

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.pas
System.hpp
System System


説明

FixedUInt を指すポインタです。

PFixedUIntFixedUInt を指すポインタです。

関連項目