WH_CALLWNDPROC top-level constant

  1. @Deprecated('Use WINDOWS_HOOK_ID.WH_CALLWNDPROC instead')
int const WH_CALLWNDPROC

Installs a hook procedure that monitors messages before the system sends them to the destination window procedure.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_CALLWNDPROC instead')
const WH_CALLWNDPROC = 4;