WH_SYSMSGFILTER top-level constant

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

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. The hook procedure monitors these messages for all applications in the same desktop as the calling thread.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_SYSMSGFILTER instead')
const WH_SYSMSGFILTER = 6;