[Overview][Types][Procedures and functions][Variables][Index] |
Calls the next procedure in the hook chain.
Source position: winapih.inc line 41
function CallNextHookEx( |
hhk: HHOOK; |
ncode: Integer; |
WParam: WPARAM; |
LParam: LPARAM |
):Integer; |
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.0 | Generated 2025-05-03 | Home |