|
Skype4COM 1.0.36.0
|
ICallChannelManager Interface Reference
CallChannelManager class default interface. More...
import "Skype4COM.idl";
Public Member Functions | |
| HRESULT | Connect ([in] ISkype *pSkype) |
| This command binds the CallChannelManager object to the Skype object. | |
| HRESULT | Disconnect () |
| This command disconnects an existing binding between the CallChannelManager and the Skype object. | |
| HRESULT | CreateApplication ([in, defaultvalue("")] BSTR ApplicationName) |
| This command creates the Application context. | |
Properties | |
| ICallChannelCollection | Channels [get] |
| This command queries call data channels. | |
| TCallChannelType | ChannelType [get, set] |
| This command queries/sets the default call channel type. | |
| BSTR | Name [get, set] |
| This command queries/sets the Application context name. | |
| VARIANT_BOOL | Created [get] |
| This command returns the application context creation status. | |
Detailed Description
CallChannelManager class default interface.
Member Function Documentation
| HRESULT Connect | ( | [in] ISkype * | pSkype | ) |
This command binds the CallChannelManager object to the Skype object.
- Parameters:
-
[in] pSkype contains the interface pointer for the Skype object.
| HRESULT CreateApplication | ( | [in, defaultvalue("")] BSTR | ApplicationName | ) |
This command creates the Application context.
- Parameters:
-
[in] ApplicationName contains an optional application context name.
The documentation for this interface was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.