Skype4COM: IApplicationStreamCollection Interface Reference

Skype4COM

IApplicationStreamCollection Interface Reference

ApplicationStreamCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] IApplicationStream *pItem)
 This command adds a new item to an ApplicationStreamCollection.
HRESULT Remove ([in] long Index)
 This command removes a stream from an ApplicationStreamCollection.
HRESULT RemoveAll (void)
 This command removes all streams from an ApplicationStreamCollection.

Properties

LONG Count [get]
 This command queries the number of streams in an ApplicationStreamCollection.
IApplicationStream Item ([in] LONG Index) [get]
 This command queries a stream with a specified index in an ApplicationStreamCollection.
IUnknown _NewEnum [get]
 This command queries an ApplicationStreamCollection enumerator object.

Detailed Description

ApplicationStreamCollection class default interface.

See also:
IApplicationStream

Member Function Documentation

HRESULT Add ( [in] IApplicationStream pStream)

This command adds a new item to an ApplicationStreamCollection.

Parameters:
[in]pStreamcontains the ApplicationStream to add.
HRESULT Remove ( [in] long  Index)

This command removes a stream from an ApplicationStreamCollection.

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

Property Documentation

HRESULT Item [get]

This command queries a stream with a specified index in an ApplicationStreamCollection.

Parameters:
[in]Indexcontains the stream to be returned.

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

Copyright � 2006 Skype Limited. All rights reserved.