include: Add the lineInitializeEx() option constants.

Huw Davies huw at codeweavers.com
Wed Nov 30 06:56:35 CST 2016


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 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;
-- 
2.8.2




More information about the wine-patches mailing list