LINETRANSLATEOPTION
A version of this page is also available for
4/8/2010
These bit-flag constant describes an option used by address translation.
The following table shows the LINETRANSLATEOPTION constants.
Value | Description |
---|---|
LINETRANSLATEOPTION_CANCELCALLWAITING = 0x00000002 |
If a Cancel Call Waiting string is defined for the location, setting this bit will cause that string to be inserted at the beginning of the dialable string. This is commonly used by data modem and fax applications to prevent interruption of calls by call waiting beeps. If no Cancel Call Waiting string is defined for the location, this bit has no affect. Note that applications using this bit are advised to also set the LINECALLPARAMFLAGS_SECURE bit in the dwCallParamFlags member of the LINECALLPARAMS structure passed in to lineMakeCall through the lpCallParams parameter, so that if the line device uses a mechanism other than dialable digits to suppress call interrupts that that mechanism will be invoked. TAPI versions 1.4 and later. |
LINETRANSLATEOPTION_CARDOVERRIDE = 0x00000001 |
The default calling card is to be overridden with a specified one. |
LINETRANSLATEOPTION_FORCELD = 0x00000008 |
This option forces the address (number) to be translated as long distance. TAPI versions 1.4 and later. |
LINETRANSLATEOPTION_FORCELOCAL = 0x00000004 |
This option forces the number (address) to be translated as local. TAPI versions 1.4 and later. |
Remarks
These constants cannot be extended. All 32 bits are reserved.
Requirements
Header | tapi.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |