user32: Added message spy string for IME Status messages.

This commit is contained in:
Dylan Smith 2008-11-15 21:01:44 -05:00 committed by Alexandre Julliard
parent c51f100f2f
commit fe1f3c5293
1 changed files with 3 additions and 1 deletions

View File

@ -236,7 +236,9 @@ static const char * const MessageTypeNames[SPY_MAX_MSGNUM + 1] =
"EM_GETLIMITTEXT", /* 0x00d5 */
"EM_POSFROMCHAR", /* 0x00d6 */
"EM_CHARFROMPOS", /* 0x00d7 */
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
"EM_SETIMESTATUS", /* 0x00d8 */
"EM_GETIMESTATUS", /* 0x00d9 */
NULL, NULL, NULL, NULL, NULL, NULL,
/* 0x00E0 - Win32 Scrollbars */
"SBM_SETPOS", /* 0x00e0 */