Skype4COM 1.0.36.0
|
IGroupCollection Interface Reference
GroupCollection class default interface. More...
import "Skype4COM.idl";
Public Member Functions | |
HRESULT | Add ([in] IGroup *pGroup) |
This command adds a new item to a GroupCollection. | |
HRESULT | Remove ([in] long Index) |
This command removes an item from a GroupCollection. | |
HRESULT | RemoveAll (void) |
This command removes all items from a GroupCollection. | |
Properties | |
LONG | Count [get] |
This command queries the number of groups in a GroupCollection. | |
IGroup | Item ([in] LONG Index) [get] |
This command queries a GroupCollection item with a specified index. | |
IUnknown | _NewEnum [get] |
This command queries a GroupCollection enumerator object. |
Detailed Description
GroupCollection class default interface.
Member Function Documentation
HRESULT Add | ( | [in] IGroup * | pGroup | ) |
This command adds a new item to a GroupCollection.
- Parameters:
-
[in] pGroup contains the interface pointer for the Group object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes an item from a GroupCollection.
- Parameters:
-
[in] Index contains the item to be removed.
Property Documentation
HRESULT Item [get] |
This command queries a GroupCollection 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.