WM_SETHOTKEY top-level constant

int const WM_SETHOTKEY

Sent to a window to associate a hot key with the window. When the user presses the hot key, the system activates the window.

Implementation

const WM_SETHOTKEY = 0x0032;