user32: Add definitions for EM_GETIMESTATUS and EM_SETIMESTATUS.

oldstable
Kusanagi Kouichi 2010-01-15 22:22:28 +09:00 committed by Alexandre Julliard
parent e95645d897
commit cc669af6ba
1 changed files with 8 additions and 0 deletions

View File

@ -970,6 +970,14 @@ WINUSERAPI BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
/* a name change since win95 */
#define EM_SETLIMITTEXT EM_LIMITTEXT
/* IMESTATUS type */
#define EMSIS_COMPOSITIONSTRING 1
/* IMESTATUS type specific data */
#define EIMES_GETCOMPSTRATONCE 0x0001
#define EIMES_CANCELCOMPSTRINFOCUS 0x0002
#define EIMES_COMPLETECOMPSTRKILLFOCUS 0x0004
/* EDITWORDBREAKPROC code values */
#define WB_LEFT 0
#define WB_RIGHT 1