IH323LineEx interface

[IH323LineEx is not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The IH323LineEx interface is implemented by the H323 MSP and is available only on H.323 address objects. This interface exposes methods that enable creation and manipulation of terminals that can communicate between H323 and SDP clients.

Note

All methods in this interface should be called only after registering for incoming calls on this address.

Members

The IH323LineEx interface inherits from the IUnknown interface. IH323LineEx also has these types of members:

Methods

The IH323LineEx interface has these methods.

Method Description
SetAlias Configures a default H.323 alias for the address.
SetDefaultCapabilityPreferrence Configures the preference weighting for default capabilities.
SetExternalT120Address Configures an external T.120 address for data exchange.

Requirements

Requirement Value
TAPI version
Requires TAPI 3.0 or later
Header
H323priv.h
Library
Uuid.lib
DLL
Tapi3.dll

See also

H323 MSP