Platform SDK: TAPI

ITAddressCapabilities

The ITAddressCapabilities interface is used to obtain information about an address's capabilities. It is on the Address object, and an application can access it by calling QueryInterface on the Address object.

Methods in Vtable Order

IUnknown Methods

IDispatch Methods

ITAddressCapabilities methods Description
get_AddressCapability Gets the capability value for a given ADDRESS_CAPABILITY.
get_AddressCapabilityString Gets the capability string for a given ADDRESS_CAPABILITY_STRING.
get_CallTreatments Gets the call treatment. This method is provided for Automation client applications, such as those written in Visual Basic and scripting languages.
EnumerateCallTreatments Gets call treatments. This method is provided for applications written in C/C++ and Java.
get_CompletionMessages Gets completion messages. This method is provided for Automation client applications, such as those written in Visual Basic and scripting languages.
EnumerateCompletionMessages Gets completion messages. This method is provided for applications written in C/C++ and Java.
get_DeviceClasses Gets device classes. This method is provided for Automation client applications, such as those written in Visual Basic and scripting languages.
EnumerateDeviceClasses Gets device classes. This method is provided for applications written in C/C++ and Java.

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

Address Object