COM Wrapper for IPeekConversationStat.
More...
Public Member Functions | |
| HRESULT | SrcIPAddress ([out, retval] BSTR *pSrcIP) |
| HRESULT | DestIPAddress ([out, retval] BSTR *pDestIP) |
| HRESULT | Protocol ([out, retval] BSTR *pProtocol) |
| HRESULT | BytesSent ([out, retval] DOUBLE *pBytesSent) |
| HRESULT | BytesReceived ([out, retval] DOUBLE *pBytesReceived) |
| HRESULT | PacketsSent ([out, retval] DOUBLE *pPacketsSent) |
| HRESULT | PacketsReceived ([out, retval] DOUBLE *pPacketsReceived) |
| HRESULT | FirstSent ([out, retval] DATE *pDate) |
| HRESULT | FirstReceived ([out, retval] DATE *pDate) |
| HRESULT | LastSent ([out, retval] DATE *pDate) |
| HRESULT | LastReceived ([out, retval] DATE *pDate) |
| HRESULT | Create ([in] BSTR strSrcIP,[in] BSTR strDestIP,[in] BSTR strProtocol,[in] ULONGLONG nBytesSent,[in] ULONGLONG nBytesReceived,[in] ULONGLONG nPacketsSent,[in] ULONGLONG nPacketsReceived,[in] DATE dFirstSent,[in] DATE dFirstReceived,[in] DATE dLastSent,[in] DATE dLastReceived) |
Detailed Description
COM Wrapper for IPeekConversationStat.This interface is implemented by PeekConversationStat to wrap IPeekConversationStat for Scripting clients to a conversation.
Member Function Documentation
|
|
Get the conversation's number of received bytes.
|
|
|
Get the conversation's number of sent bytes.
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Create a conversation.
|
|
|
Get the conversation's destination IP address.
|
|
|
Get the conversation's date for first received packet.
|
|
|
Get the conversation's date for first sent packet.
|
|
|
Get the conversation's date for last received packet.
|
|
|
Get the conversation's for last sent packet.
|
|
|
Get the conversation's number of received packets.
|
|
|
Get the conversation's number of sent packets.
|
|
|
Get the conversation's protocol.
|
|
|
Get the conversation's source IP address.
|