Skype4COM: ICallChannelCollection Interface Reference

Skype4COM

ICallChannelCollection Interface Reference

CallChannelCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] ICallChannel *pChannel)
 This command adds a new call channel to a CallChannelCollection.
HRESULT Remove ([in] long Index)
 This command removes an item from a CallChannelCollection.
HRESULT RemoveAll (void)
 This command removes all items from a CallChannelCollection.

Properties

LONG Count [get]
 This command queries the number of call channels in a CallChannelCollection.
ICallChannel Item ([in] LONG Index) [get]
 This command queries a CallChannelCollection item with a specified index.
IUnknown _NewEnum [get]
 This command queries a CallChannelCollection enumerator object.

Detailed Description

CallChannelCollection class default interface.


Member Function Documentation

HRESULT Add ( [in] ICallChannel pItem)

This command adds a new call channel to a CallChannelCollection.

Parameters:
[in]pItemcontains the interface pointer for the CallChannel object.
HRESULT Remove ( [in] long  Index)

This command removes an item from a CallChannelCollection.

Parameters:
[in]Indexcontains the item to be removed.

Property Documentation

HRESULT Item [get]

This command queries a CallChannelCollection item with a specified index.

Parameters:
[in]Indexcontains the item to be returned.

The documentation for this interface was generated from the following file:

Copyright � 2006 Skype Limited. All rights reserved.