System.TDLLProcEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.pas
System.hpp
System System

Description

Is used internally.

TDLLProcEx is used internally by the Delphi compiler.

See Also