Skype4COM 1.0.36.0
|
IChatCollection Interface Reference
ChatCollection class default interface. More...
import "Skype4COM.idl";
Public Member Functions | |
HRESULT | Add ([in] IChat *pItem) |
This command adds a new chat to a ChatCollection. | |
HRESULT | Remove ([in] long Index) |
This command removes an item from a ChatCollection. | |
HRESULT | RemoveAll (void) |
This command removes all items from a ChatCollection. | |
Properties | |
LONG | Count [get] |
This command queries the number of chats in a ChatCollection. | |
IChat | Item ([in] LONG Index) [get] |
This command queries a chat collection item with a specified index. | |
IUnknown | _NewEnum [get] |
This command queries a ChatCollection enumerator object. |
Detailed Description
ChatCollection class default interface.
Member Function Documentation
HRESULT Add | ( | [in] IChat * | pItem | ) |
This command adds a new chat to a ChatCollection.
- Parameters:
-
[in] pItem contains the interface pointer for the Chat object.
HRESULT Remove | ( | [in] long | Index | ) |
This command removes an item from a ChatCollection.
- Parameters:
-
[in] Index contains the item to be removed.
Property Documentation
HRESULT Item [get] |
This command queries a chat collection item with a specified index.
- Parameters:
-
[in] Index contains the item to be returned.
The documentation for this interface was generated from the following file:
Copyright � 2006 Skype Limited. All rights reserved.