Aric Stewart : msctf: Define TF_LANGUAGEPROFILE.

Alexandre Julliard julliard at winehq.org
Mon Feb 23 10:00:36 CST 2009


Module: wine
Branch: master
Commit: 606d087199f91d851a4e57ec450b7d0da896e931
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=606d087199f91d851a4e57ec450b7d0da896e931

Author: Aric Stewart <aric at codeweavers.com>
Date:   Fri Feb 20 13:52:37 2009 -0600

msctf: Define TF_LANGUAGEPROFILE.

---

 include/msctf.idl |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/msctf.idl b/include/msctf.idl
index 1c3e652..7ffb46c 100644
--- a/include/msctf.idl
+++ b/include/msctf.idl
@@ -57,6 +57,15 @@ interface IEnumTfLanguageProfiles;
 interface ITfEditRecord;
 interface ITfCompositionView;
 
+typedef [uuid(e1b5808d-1e46-4c19-84dc-68c5f5978cc8)] struct TF_LANGUAGEPROFILE
+{
+    CLSID clsid;
+    LANGID langid;
+    GUID catid;
+    BOOL fActive;
+    GUID guidProfile;
+} TF_LANGUAGEPROFILE;
+
 [
     object,
     uuid(aa80e801-2021-11d2-93e0-0060b067b86e),




More information about the wine-cvs mailing list