Skype4COM: ICallCollection Interface Reference

Skype4COM

ICallCollection Interface Reference

CallCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] ICall *pCall)
 This command adds a new call to a CallCollection.
HRESULT Remove ([in] long Index)
 This command removes a call from a CallCollection.
HRESULT RemoveAll (void)
 This command removes all calls from a CallCollection.

Properties

LONG Count [get]
 This command queries the number of calls in a CallCollection.
ICall Item ([in] LONG Index) [get]
 This command queries a call with a specified index in a CallCollection.
IUnknown _NewEnum [get]
 This command queries the enumerator object of a CallCollection.

Detailed Description

CallCollection class default interface.


Member Function Documentation

HRESULT Add ( [in] ICall pCall)

This command adds a new call to a CallCollection.

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

This command removes a call from a CallCollection.

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

Property Documentation

HRESULT Item [get]

This command queries a call with a specified index in a CallCollection.

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

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

Copyright � 2006 Skype Limited. All rights reserved.