Calls the next procedure in the hook chain.
Source position: winapih.inc line 41
public function TWidgetSet.CallNextHookEx( |
hhk: HHOOK; |
ncode: Integer; |
WParam: WPARAM; |
LParam: LPARAM |
):Integer; virtual; |
hhk |
|
Handle of the current hook. |
ncode |
|
The Hook code (message ID). |
WParam |
|
Message parameter. |
LParam |
|
Message parameter. |
Depends on the Hook type.
| Version 4.4 | Generated 2025-11-08 | Home |