Skype4COM 1.0.36.0
|
ICallCollection Interface Reference
CallCollection class default interface. More...
import "Skype4COM.idl";
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] pCall receives the interface pointer for the Call object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes a call from a CallCollection.
- Parameters:
-
[in] Index contains the call to be removed.
Property Documentation
HRESULT Item [get] |
This command queries a call with a specified index in a CallCollection.
- Parameters:
-
[in] Index contains the call to be returned.
The documentation for this interface was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.