COM Wrapper for IPeekRemoteCaptureInfo.
More...
Public Member Functions | |
HRESULT | ID ([out, retval] BSTR *strCount) |
HRESULT | Name ([out, retval] BSTR *strName) |
HRESULT | Status ([out, retval] enum PeekCaptureStatus *pStatus) |
HRESULT | PacketsFiltered ([out, retval] ULONG *nPacketsFiltered) |
HRESULT | Creator ([out, retval] BSTR *strCreator) |
HRESULT | LastModifiedBy ([out, retval] BSTR *strLastModBy) |
HRESULT | LastModification ([out, retval] BSTR *strLastModDate) |
HRESULT | BufferAllocated ([out, retval] ULONG *nBuffAlloc) |
HRESULT | BufferUsed ([out, retval] ULONG *nBuffUsed) |
HRESULT | BufferFree ([out, retval] ULONG *nBuffFree) |
HRESULT | PacketsTotal ([out, retval] ULONG *nPacketsTotal) |
HRESULT | StartTime ([out, retval] ULONGLONG *nStartTime) |
HRESULT | Duration ([out, retval] ULONG *nDuration) |
HRESULT | GraphCount ([out, retval] ULONG *nGraphCount) |
HRESULT | GraphsEnabled ([out, retval] VARIANT_BOOL *bGraphsEnabled) |
HRESULT | Create ([in] BSTR strID,[in] BSTR strName,[in] enum PeekCaptureStatus nState,[in] ULONG nPacketsFiltered,[in] ULONG nPacketsTotal,[in] ULONG nBufferAllocated,[in] ULONG nBufferUsed,[in] ULONG nBufferFree,[in] ULONGLONG nDuration,[in] ULONGLONG nStartTime,[in] BSTR strCreator,[in] BSTR strLastModifiedBy,[in] BSTR strLastModification,[in] VARIANT_BOOL bGraphsEnabled,[in] ULONG nGraphCount) |
Detailed Description
COM Wrapper for IPeekRemoteCaptureInfo.This interface is implemented by PeekRemoteCaptureInfo to wrap IPeekRemoteCaptureInfo for Scripting clients to a remote capture's properties.
Member Function Documentation
|
Get the capture's allocated buffer.
|
|
Get the capture's free buffer.
|
|
Get the capture's used buffer.
|
|
Create a graph.
|
|
Get the capture's creator.
|
|
Get the capture's duration.
|
|
Get the capture's graph count.
|
|
Get the boolean for graphs enabled.
|
|
Get the capture's ID.
|
|
Get the last modification date of the capture.
|
|
Get the user who last modified the capture.
|
|
Get the capture's name.
|
|
Get the number of filtered packets.
|
|
Get the capture's total number of packets.
|
|
Get the capture's start time.
|
|
Get the capture's capture status.
|