WH_CALLWNDPROCRET top-level constant

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

Installs a hook procedure that monitors messages after they have been processed by the destination window procedure.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_CALLWNDPROCRET instead')
const WH_CALLWNDPROCRET = 12;