Skype4COM: IParticipantCollection Interface Reference

Skype4COM

IParticipantCollection Interface Reference

ParticipantCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] IParticipant *pParticipant)
 This command adds a new participant to a ParticipantCollection.
HRESULT Remove ([in] long Index)
 This command removes an item from a ParticipantCollection.
HRESULT RemoveAll (void)
 This command removes all items from a ParticipantCollection.

Properties

LONG Count [get]
 This command queries the number of participants in a ParticipantCollection.
IParticipant Item ([in] LONG Index) [get]
 This command queries an item with a specified index in a ParticipantCollection.
IUnknown _NewEnum [get]
 This commmand queries the enumerator object of a ParticipantCollection.

Detailed Description

ParticipantCollection class default interface.


Member Function Documentation

HRESULT Add ( [in] IParticipant pParticipant)

This command adds a new participant to a ParticipantCollection.

Parameters:
[in]pParticipantcontains the interface pointer for the Participant object.
HRESULT Remove ( [in] long  Index)

This command removes an item from a ParticipantCollection.

Parameters:
[in]Indexcontains the item to be removed.

Property Documentation

HRESULT Item [get]

This command queries an item with a specified index in a ParticipantCollection.

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.