Jacek Caban : textstor.idl: Added TS_ATTR_FIND_* constants.

Alexandre Julliard julliard at winehq.org
Mon Jan 28 13:43:20 CST 2013


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Mon Jan 28 13:13:16 2013 +0100

textstor.idl: Added TS_ATTR_FIND_* constants.

---

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

diff --git a/include/textstor.idl b/include/textstor.idl
index 5928569..7bd5289 100644
--- a/include/textstor.idl
+++ b/include/textstor.idl
@@ -109,6 +109,13 @@ typedef [uuid(2cc2b33f-1174-4507-b8d9-5bc0eb37c197)]  struct TS_ATTRVAL
     VARIANT varValue;
 } TS_ATTRVAL;
 
+const DWORD TS_ATTR_FIND_BACKWARDS    = 0x0001;
+const DWORD TS_ATTR_FIND_WANT_OFFSET  = 0x0002;
+const DWORD TS_ATTR_FIND_UPDATESTART  = 0x0004;
+const DWORD TS_ATTR_FIND_WANT_VALUE   = 0x0008;
+const DWORD TS_ATTR_FIND_WANT_END     = 0x0010;
+const DWORD TS_ATTR_FIND_HIDDEN       = 0x0020;
+
 typedef [uuid(7899d7c4-5f07-493c-a89a-fac8e777f476)]  enum { TS_LC_CREATE, TS_LC_CHANGE, TS_LC_DESTROY } TsLayoutCode;
 typedef [uuid(1faf509e-44c1-458e-950a-38a96705a62b)]  DWORD TsViewCookie;
 




More information about the wine-cvs mailing list