Platform SDK: TAPI

ITCallingCard

The ITCallingCard interface provides methods to retrieve information concerning telephony calling cards.

An ITCallingCard interface pointer can be obtained using ITAddressTranslation::get_CallingCards or ITAddressTranslation::EnumerateCallingCards.

TAPI 2.1 Cross-Reference: The information obtainable using this interface parallels that contained in the LINECARDENTRY structure. The lineGetTranslateCaps function returns a LINETRANSLATECAPS structure. The dwCardListOffset member of this structure points to a list of LINECARDENTRY structures.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITCallingCard methods Description
get_PermanentCardID Gets the permanent calling card identifier.
get_NumberOfDigits Gets the number of digits in the existing card number.
get_Options Gets the translation options for this address and card.
get_CardName Gets the friendly name for the calling card.
get_SameAreaDialingRule Gets the dialing rules for calls within the same area code.
get_LongDistanceDialingRule Gets the long distance dialing rules for this calling card.
get_InternationalDialingRule Gets the international dialing rules for this calling card.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Version: Requires TAPI 3.0 or later.
  Header: Declared in Tapi3.h.
  Library: Use T3iid.lib.

See Also

ITAddressTranslation::get_CallingCards, ITAddressTranslation::EnumerateCallingCards, LINECARDENTRY, lineGetTranslateCaps, LINETRANSLATECAPS