Skype4COM: IUserCollection Interface Reference

Skype4COM

IUserCollection Interface Reference

UserCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

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]pUserreceives the interface pointer for the User object.
HRESULT Remove ( [in] long  Index)

This command removes an item from a UserCollection.

Parameters:
[in]Indexcontains 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]Indexcontains the item to be returned.

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

Copyright � 2006 Skype Limited. All rights reserved.