ITConnection

[This is preliminary documentation and subject to change.]

This COM interface provides the following functionality:

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.

IDispatch Methods Description
GetTypeInfoCount Retrieves the number of type information interfaces.
GetTypeInfo Retrieves the type information for an object.
GetIDsOfNames Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs.
Invoke Provides access to properties and methods exposed by an object.

ITConnection Methods Description
get_NetworkType Get the network type.
put_NetworkType Set the network type.
get_AddressType Get the Address type.
put_AddressType Set the Address type.
get_StartAddress Gets the first address to be used for the session (BSTR).
get_NumAddresses Gets the number of addresses to be used for the session (ULONG).
get_Ttl Gets the time to live scope for transmissions on the addresses (BYTE).
get_BandwidthModifier Gets the bandwidth modifier, which is a single alphanumeric word giving the meaning of the bandwidth figure (BSTR). The two modifiers defined are CT (Conference Total) and AS (Application Specific Maximum).
get_Bandwidth Get bandwidth value.
SetAddressInfo Sets address information.
SetBandwidthInfo Sets the bandwidth value.
SetEncryptionKey Sets the encryption key needed to decrypt the session or an indication to a mechanism to obtain a usable key by external means (BSTR). (Not implemented for Windows NT 5 beta 1.)
GetEncryptionKey Gets the encryption key. (Not implemented for Windows NT 5 beta 1.)