Skype4COM: IChatMessageCollection Interface Reference

Skype4COM

IChatMessageCollection Interface Reference

ChatMessageCollection class default interface. More...

import "Skype4COM.idl";

List of all members.

Public Member Functions

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

Properties

LONG Count [get]
 This command queries the number of chat messages in a ChatMessageCollection.
IChatMessage Item ([in] LONG Index) [get]
 This command queries an item in a ChatMessageCollection with a specified index.
IUnknown _NewEnum [get]
 This command queries an enumerator object for a ChatMessageCollection.

Detailed Description

ChatMessageCollection class default interface.


Member Function Documentation

HRESULT Add ( [in] IChatMessage pItem)

This command adds a new item to a ChatMessageCollection.

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

This command removes an item from a ChatMessageCollection.

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

Property Documentation

HRESULT Item [get]

This command queries an item in a ChatMessageCollection 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.