System.TDLLProcEx

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

Delphi

TDLLProcEx = procedure (Reason: Integer; Reserved: Pointer);

C++

typedef void __fastcall (*TDLLProcEx)(int Reason, void * Reserved);

プロパティ

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

説明

内部的に使用します。

TDLLProcEx は、Delphi コンパイラが内部的に使用するものです。

関連項目