Skype4COM 1.0.36.0
|
IConferenceCollection Interface Reference
ConferenceCollection class default interface. More...
import "Skype4COM.idl";
Public Member Functions | |
HRESULT | Add ([in] IConference *pItem) |
This command adds a new conference to a ConferenceCollection. | |
HRESULT | Remove ([in] long Index) |
This command removes an item from a ConferenceCollection. | |
HRESULT | RemoveAll (void) |
This command removes all items from a ConferenceCollection. | |
Properties | |
LONG | Count [get] |
This command queries the number of conferences in a ConferenceCollection. | |
IConference | Item ([in] LONG Index) [get] |
This command queries a ConferenceCollection item with a specified index. | |
IUnknown | _NewEnum [get] |
This command queries the enumerator object of a ConferenceCollection. |
Detailed Description
ConferenceCollection class default interface.
Member Function Documentation
HRESULT Add | ( | [in] IConference * | pConference | ) |
This command adds a new conference to a ConferenceCollection.
- Parameters:
-
[in] pConference receives the interface pointer for the Conference object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes an item from a ConferenceCollection.
- Parameters:
-
[in] Index contains the item to be removed.
Property Documentation
HRESULT Item [get] |
This command queries a ConferenceCollection item with a specified index.
- Parameters:
-
[in] Index contains the item to be returned.
The documentation for this interface was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.