SysInit.DliNotifyHook2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DliNotifyHook2: TDelayedLoadHook;

Properties

Type Visibility Source Unit Parent
function public SysInit.pas SysInit SysInit

Description

Routine that is automatically invoked for delay loading procedures.

DliNotifyHook2 is automatically called whenever an error related to the delay loading mechanism occurs.

To register your own funtion instead of the default one, use the SetDliNotifyHook2 routine.

See Also