System.PInterfaceEntry
Delphi
type PInterfaceEntry = ^TInterfaceEntry;
C++
typedef TInterfaceEntry *PInterfaceEntry;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
説明
PInterfaceEntry は TInterfaceEntry 型の変数へのポインタです。
PInterfaceEntry は TInterfaceEntry 型の変数へのポインタです。