Changeset 1921 for trunk/include/win/winuser.h
- Timestamp:
- Dec 1, 1999, 7:21:30 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winuser.h
r1829 r1921 1 /* $Id: winuser.h,v 1.2 0 1999-11-24 19:17:51cbratschi Exp $ */1 /* $Id: winuser.h,v 1.21 1999-12-01 18:21:30 cbratschi Exp $ */ 2 2 3 3 #ifndef __INCLUDE_WINUSER_H … … 421 421 /* a name change since win95 */ 422 422 #define EM_SETLIMITTEXT EM_LIMITTEXT 423 #define EM_SETIMESTATUS 0x00D8 424 #define EM_GETIMESTATUS 0x00D9 423 425 424 426 /* EDITWORDBREAKPROC code values */ … … 436 438 #define EN_HSCROLL 0x0601 437 439 #define EN_VSCROLL 0x0602 440 #define EN_ALIGN_LTR_EC 0x0700 441 #define EN_ALIGN_RTL_EC 0x0701 438 442 439 443 /* New since win95 : EM_SETMARGIN parameters */ … … 442 446 #define EC_USEFONTINFO 0xffff 443 447 448 /* wParam of EM_GET/SETIMESTATUS */ 449 #define EMSIS_COMPOSITIONSTRING 0x0001 450 451 /* lParam for EMSIS_COMPOSITIONSTRING */ 452 #define EIMES_GETCOMPSTRATONCE 0x0001 453 #define EIMES_CANCELCOMPSTRINFOCUS 0x0002 454 #define EIMES_COMPLETECOMPSTRKILLFOCUS 0x0004 444 455 445 456 /* Messages */
Note:
See TracChangeset
for help on using the changeset viewer.