Skype4COM: IFileTransferCollection Interface Reference

Skype4COM

IFileTransferCollection Interface Reference

File transfer collection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

HRESULT Add ([in] IFileTransfer *pItem)
 Adds a new item to a collection.
HRESULT Remove ([in] long Index)
 This command removes an item from a collection.
HRESULT RemoveAll (void)
 This command removes all items from a collection.

Properties

LONG Count [get]
 Returns number of items in a collection.
IFileTransfer Item ([in] LONG Index) [get]
 This command queries an item in a collection with a specified index.
IUnknown _NewEnum [get]
 This command queries an enumerator object for a collection.

Detailed Description

File transfer collection class default interface.


Member Function Documentation

HRESULT Add ( [in] IFileTransfer pItem)

Adds a new item to a collection.

Parameters:
[in]pItemcontains the interface pointer for the File Transfer object.
HRESULT Remove ( [in] long  Index)

This command removes an item from a collection.

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

Property Documentation

HRESULT Item [get]

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

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.