COM Wrapper for IPeekConversationList.
More...
Public Member Functions | |
HRESULT | Item ([in]LONG nIndex,[out, retval] IPeekConversationStat **pConv) |
HRESULT | _NewEnum ([out, retval] IUnknown **pNew) |
HRESULT | Count ([out, retval] LONG *nCount) |
HRESULT | Add ([in] IPeekConversationStat *pConvStat) |
HRESULT | RemoveAll (void) |
Detailed Description
COM Wrapper for IPeekConversationList.This interface is implemented by PeekConversationList to wrap IPeekConversationList for Scripting clients to a conversation list.
Member Function Documentation
|
Get the conversation's for last sent packet.
|
|
Add a conversation to the list.
|
|
Get the number of conversations.
|
|
Get the item at the index.
|
|
Remove the conversations from the list.
|