System.UIntPtr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type UIntPtr = Cardinal;

C++

typedef NativeUInt UIntPtr;

プロパティ

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

説明

値がポインタである符号なし整数を表します。


UIntPtr は、ポインタを符号なし整数として扱う場合に使用します。

メモ: UIntPtr は Delphi で使用できます。

関連項目