Huw Davies : include: Add the lineInitializeEx() option constants.

Alexandre Julliard julliard at winehq.org
Wed Nov 30 16:56:57 CST 2016


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Wed Nov 30 12:56:35 2016 +0000

include: Add the lineInitializeEx() option constants.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/tapi.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/tapi.h b/include/tapi.h
index 45ab122..52ec619 100644
--- a/include/tapi.h
+++ b/include/tapi.h
@@ -305,6 +305,11 @@ typedef HANDLE HPHONEAPP, *LPHPHONEAPP;
 #define LINECALLFEATURE_UNHOLD              0x08000000
 #define LINECALLFEATURE_RELEASEUSERUSERINFO 0x10000000
 
+#define LINEINITIALIZEEXOPTION_USEHIDDENWINDOW   0x00000001
+#define LINEINITIALIZEEXOPTION_USEEVENT          0x00000002
+#define LINEINITIALIZEEXOPTION_USECOMPLETIONPORT 0x00000003
+#define LINEINITIALIZEEXOPTION_CALLHUBTRACKING   0x80000000
+
 typedef struct lineaddresscaps_tag {
     DWORD dwTotalSize;
     DWORD dwNeededSize;




More information about the wine-cvs mailing list