Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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 dwAddressIDmember in the LINECALLPARAMSstructure pointed to by the lpCallParamsparameter.

Remarks

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

Requirements

Header tapi.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

LINECALLPARAMS