[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

CallNextHookEx

Calls the next procedure in the hook chain.

Declaration

Source position: winapih.inc line 41

function CallNextHookEx(

  hhk: HHOOK;

  ncode: Integer;

  WParam: WPARAM;

  LParam: LPARAM

):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.


Version 3.2 Generated 2024-02-25 Home