windows_programming_notes.nbk: Home | Index | Next Page: WM_SYSKEYDOWN | Previous Page: WM_SYSCOMMAND


 WM_SYSDEADCHAR

The WM_SYSDEADCHAR message is 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.

Parameters

Return Value

An application should return zero if it processes this message.

Remarks

For enhanced 101- and 102-key keyboards, extended keys are the right ALT and CTRL keys on the main section of the keyboard; the INS, DEL, HOME, END, PAGE UP, PAGE DOWN, and arrow keys in the clusters to the left of the numeric keypad; and the divide (/) and ENTER keys in the numeric keypad. Other keyboards may support the extended-key bit in the lParam parameter.

Notification Requirements


windows_programming_notes.nbk: Home | Index | Next Page: WM_SYSKEYDOWN | Previous Page: WM_SYSCOMMAND


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time