Share via


LINEOPENOPTION (Windows CE 5.0)

Send Feedback

These constants describe the available options for opening a line.

The following table shows the LINEOPENOPTION constants.

Value Description
LINEOPENOPTION_PROXY = 0x40000000 The application is willing to handle requests from other applications that have the line open.
LINEOPENOPTION_SINGLEADDRESS = 0x80000000 The application should be informed of new calls created on the line device only if those calls appear on the address specified in the dwAddressID member in the LINECALLPARAMS structure pointed to by the lpCallParams parameter.

Remarks

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.

See Also

LINECALLPARAMS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.