LINEINITIALIZEEXOPTION_ Constants
The LINEINITIALIZEEXOPTION_ constants specify which event notification mechanism to use when initializing a session.
- LINEINITIALIZEEXOPTION_CALLHUBTRACKING
- The application desires to use the call hub tracking event notification mechanism. This constant is exposed only to applications that negotiate a TAPI version of 3.0 or higher.
- LINEINITIALIZEEXOPTION_USECOMPLETIONPORT
- The application desires to use the Completion Port event notification mechanism. This flag is exposed only to applications that negotiate a TAPI version of 2.0 or higher.
- LINEINITIALIZEEXOPTION_USEEVENT
- The application desires to use the Event Handle event notification mechanism. This flag is exposed only to applications that negotiate a TAPI version of 2.0 or higher.
- LINEINITIALIZEEXOPTION_USEHIDDENWINDOW
- The application desires to use the Hidden Window event notification mechanism. This flag is exposed only to applications that negotiate a TAPI version of 2.0 or higher.
See lineInitializeEx for further details on the operation of these options.
Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Requires Windows 95 or later.
Version: Requires TAPI 2.0 or later.
Header: Declared in Tapi.h.