WM_HOTKEY top-level constant

int const WM_HOTKEY

Posted when the user presses a hot key registered by the RegisterHotKey function. The message is placed at the top of the message queue associated with the thread that registered the hot key.

Implementation

const WM_HOTKEY = 0x0312;