WM_SYSCHAR top-level constant

int const WM_SYSCHAR

Posted to the window with the keyboard focus when a WM_SYSKEYDOWN message is translated by the TranslateMessage function. It specifies the character code of a system character key that is, a character key that is pressed while the ALT key is down.

Implementation

const WM_SYSCHAR = 0x0106;