PHONEINITIALIZEEXOPTION (Windows CE 5.0)

Send Feedback

These constants specify which event notification mechanism to use when initializing a session.

The following table shows the PHONEINITIALIZEEXOPTION constants.

Value Description
PHONEINITIALIZEEXOPTION_USECOMPLETIONPORT = 0x00000003 The application desires to use the Completion Port event notification mechanism.
PHONEINITIALIZEEXOPTION_USEEVENT = 0x00000002 The application desires to use the Event Handle event notification mechanism.
PHONEINITIALIZEEXOPTION_USEHIDDENWINDOW = 0x00000001 The application desires to use the Hidden Window event notification mechanism.

These constants are valid for applications that have negotiated TAPI version 2.0 or later.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Tapi.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.