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