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
35 lines
1.1 KiB
//
|
|
// tfpriv.h
|
|
//
|
|
// Private msctf thread messages.
|
|
//
|
|
|
|
#ifndef TFPRIV_H
|
|
#define TFPRIV_H
|
|
|
|
|
|
#define TFPRIV_ONSETTHREADFOCUS 0
|
|
#define TFPRIV_ONKILLTHREADFOCUS 1
|
|
#define TFPRIV_MARSHALINTERFACE 2
|
|
#define TFPRIV_UNMARSHALINTERFACEERROR 3
|
|
#define TFPRIV_UPDATEDISPATTR 4
|
|
#define TFPRIV_LANGCHANGE 5
|
|
#define TFPRIV_KEYTIPCHANGE 6
|
|
#define TFPRIV_GLOBALCOMPARTMENTSYNC 7
|
|
#define TFPRIV_SETMODALLBAR 8
|
|
#define TFPRIV_RELEASEMODALLBAR 9
|
|
#define TFPRIV_RPCSENDRECEIVE 10
|
|
#define TFPRIV_UPDATE_REG_KBDTOGGLE 11
|
|
#define TFPRIV_UPDATE_REG_IMX 12
|
|
#define TFPRIV_SHELLLANGUAGECHANGE 13
|
|
#define TFPRIV_REGISTEREDNEWLANGBAR 14
|
|
#define TFPRIV_SYSCOLORCHANGED 15
|
|
#define TFPRIV_LOCKREQ 16
|
|
#define TFPRIV_ONSETWINDOWFOCUS 17
|
|
#define TFPRIV_POSTINPUTCHANGEREQUEST 18
|
|
#define TFPRIV_LANGBARCLOSED 19
|
|
#define TFPRIV_ACTIVATELANG 20
|
|
#define TFPRIV_ENABLE_MSAA 21
|
|
#define TFPRIV_DISABLE_MSAA 22
|
|
|
|
#endif // TFPRIV_H
|