WH_GETMESSAGE top-level constant

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

Installs a hook procedure that monitors messages posted to a message queue.

Implementation

@Deprecated('Use WINDOWS_HOOK_ID.WH_GETMESSAGE instead')
const WH_GETMESSAGE = 3;