WM_SYSDEADCHAR top-level constant

int const WM_SYSDEADCHAR

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

Implementation

const WM_SYSDEADCHAR = 0x0107;