Unit 'LCLIntf' Package
[Overview][Types][Procedures and functions][Variables][Index] [#lcl]

CallNextHookEx

Calls the next procedure in the hook chain.

Declaration

Source position: winapih.inc line 41

function CallNextHookEx(

  hhk: HHOOK;

  ncode: Integer;

  WParam: PtrInt;

  LParam: PtrInt

):Integer;

Arguments

hhk

  

Handle of the current hook.

ncode

  

The Hook code (message ID).

WParam

  

Message parameter.

LParam

  

Message parameter.

Function result

Depends on the Hook type.