Commit 5d5b2acf authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add TF_TMF/TMAW defines.

parent 83651996
......@@ -85,6 +85,23 @@ cpp_quote("#define TF_PROFILETYPE_KEYBOARDLAYOUT 0x0002")
cpp_quote("#define TF_IPSINK_FLAG_ACTIVE 0x0001")
cpp_quote("#define TF_TMAE_NOACTIVATETIP 0x00000001")
cpp_quote("#define TF_TMAE_SECUREMODE 0x00000002")
cpp_quote("#define TF_TMAE_UIELEMENTENABLEDONLY 0x00000004")
cpp_quote("#define TF_TMAE_COMLESS 0x00000008")
cpp_quote("#define TF_TMAE_WOW16 0x00000010")
cpp_quote("#define TF_TMAE_NOACTIVATEKEYBOARDLAYOUT 0x00000020")
cpp_quote("#define TF_TMAE_CONSOLE 0x00000040")
cpp_quote("#define TF_TMF_NOACTIVATETIP TF_TMAE_NOACTIVATETIP")
cpp_quote("#define TF_TMF_SECUREMODE TF_TMAE_SECUREMODE")
cpp_quote("#define TF_TMF_UIELEMENTENABLEDONLY TF_TMAE_UIELEMENTENABLEDONLY")
cpp_quote("#define TF_TMF_COMLESS TF_TMAE_COMLESS")
cpp_quote("#define TF_TMF_WOW16 TF_TMAE_WOW16")
cpp_quote("#define TF_TMF_CONSOLE TF_TMAE_CONSOLE")
cpp_quote("#define TF_TMF_IMMERSIVEMODE 0x40000000")
cpp_quote("#define TF_TMF_ACTIVATED 0x80000000")
interface ITfDocumentMgr;
interface ITfContext;
interface IEnumTfDocumentMgrs;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment