System.TDLLProcEx

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.pas
System.hpp
System System

Beschreibung

Wird intern verwendet.

TDLLProcEx wird intern vom Delphi-Compiler verwendet.

Siehe auch