COM Wrapper for IMonitorStats.
More...
Public Member Functions | |
| HRESULT | bps ([out, retval] LONG *pbps) |
| HRESULT | bps ([in] LONG bps) |
| HRESULT | pps ([out, retval] LONG *ppps) |
| HRESULT | pps ([in] LONG pps) |
| HRESULT | Duration ([out, retval] LONG *pDuration) |
| HRESULT | Duration ([in] LONG Duration) |
| HRESULT | StartDateTime ([out, retval] ULONGLONG *pStartDateTime) |
| HRESULT | StartDateTime ([in] ULONGLONG StartDateTime) |
| HRESULT | StopDateTime ([out, retval] ULONGLONG *pStopDateTime) |
| HRESULT | StopDateTime ([in] ULONGLONG StopDateTime) |
Detailed Description
COM Wrapper for IMonitorStats.
Member Function Documentation
|
|
Set the bits per second.
|
|
|
Get the bits per second.
|
|
|
Set the duration in seconds.
|
|
|
Get the duration in seconds.
|
|
|
Set the packets per second.
|
|
|
Get the packets per second.
|
|
|
Set the start time in ticks.
|
|
|
Get the start time in ticks.
|
|
|
Set the stop time in ticks.
|
|
|
Get the stop time in ticks.
|