WH_MSGFILTER top-level constant

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

Installs a hook procedure that monitors messages generated as a result of an input event in a dialog box, message box, menu, or scroll bar.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_MSGFILTER instead')
const WH_MSGFILTER = -1;