Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.1 KiB

  1. //
  2. // tfpriv.h
  3. //
  4. // Private msctf thread messages.
  5. //
  6. #ifndef TFPRIV_H
  7. #define TFPRIV_H
  8. #define TFPRIV_ONSETTHREADFOCUS 0
  9. #define TFPRIV_ONKILLTHREADFOCUS 1
  10. #define TFPRIV_MARSHALINTERFACE 2
  11. #define TFPRIV_UNMARSHALINTERFACEERROR 3
  12. #define TFPRIV_UPDATEDISPATTR 4
  13. #define TFPRIV_LANGCHANGE 5
  14. #define TFPRIV_KEYTIPCHANGE 6
  15. #define TFPRIV_GLOBALCOMPARTMENTSYNC 7
  16. #define TFPRIV_SETMODALLBAR 8
  17. #define TFPRIV_RELEASEMODALLBAR 9
  18. #define TFPRIV_RPCSENDRECEIVE 10
  19. #define TFPRIV_UPDATE_REG_KBDTOGGLE 11
  20. #define TFPRIV_UPDATE_REG_IMX 12
  21. #define TFPRIV_SHELLLANGUAGECHANGE 13
  22. #define TFPRIV_REGISTEREDNEWLANGBAR 14
  23. #define TFPRIV_SYSCOLORCHANGED 15
  24. #define TFPRIV_LOCKREQ 16
  25. #define TFPRIV_ONSETWINDOWFOCUS 17
  26. #define TFPRIV_POSTINPUTCHANGEREQUEST 18
  27. #define TFPRIV_LANGBARCLOSED 19
  28. #define TFPRIV_ACTIVATELANG 20
  29. #define TFPRIV_ENABLE_MSAA 21
  30. #define TFPRIV_DISABLE_MSAA 22
  31. #endif // TFPRIV_H