Platform SDK: TAPI

LINETRANSLATEOPTION_ Constants

The LINETRANSLATEOPTION_ bit-flag constant describes an option used by address translation.

LINETRANSLATEOPTION_CANCELCALLWAITING
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.
LINETRANSLATEOPTION_CARDOVERRIDE
The default calling card is to be overidden with a specified one.
LINETRANSLATEOPTION_FORCELD
This option forces the address (number) to be translated as long distance.
LINETRANSLATEOPTION_FORCELOCAL
This option forces the number (address) to be translated as local.

No extensibility. All 32 bits are reserved.

Requirements

  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.

See Also

LINECALLPARAMS, lineMakeCall, LINETRANSLATEOUTPUT