SysInit.pfnDliNotifyHook

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

pfnDliNotifyHook: Pointer = @__pfnDliNotifyHook2;

C++

extern DELPHI_PACKAGE void *pfnDliNotifyHook;

Properties

Type Visibility Source Unit Parent
variable public
SysInit.pas
SysInit.hpp
SysInit SysInit

Description

The function type passed to SetDliNotifyHook2 and SetDliFailureHook2 when setting delayed-load notification and failure hooks.

One function can be passed to both if it is prepared to process both notifications and failures.


See Also

Code Samples