COM Wrapper for IMonitorStats. More...

List of all members.

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

HRESULT IMonitorStats::bps [in] LONG  bps  ) 
 

Set the bits per second.

Parameters:
bps Bits/second.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::bps [out, retval] LONG *  pbps  ) 
 

Get the bits per second.

Parameters:
pbps Bits/second.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::Duration [in] LONG  Duration  ) 
 

Set the duration in seconds.

Parameters:
Duration Duration.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::Duration [out, retval] LONG *  pDuration  ) 
 

Get the duration in seconds.

Parameters:
pDuration Duration.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::pps [in] LONG  pps  ) 
 

Set the packets per second.

Parameters:
pps Packets/second.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::pps [out, retval] LONG *  ppps  ) 
 

Get the packets per second.

Parameters:
ppps Packets/second.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::StartDateTime [in] ULONGLONG  StartDateTime  ) 
 

Set the start time in ticks.

Parameters:
StartDateTime Start Time.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::StartDateTime [out, retval] ULONGLONG *  pStartDateTime  ) 
 

Get the start time in ticks.

Parameters:
pStartDateTime Start Time.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::StopDateTime [in] ULONGLONG  StopDateTime  ) 
 

Set the stop time in ticks.

Parameters:
StopDateTime Stop Time.
Return values:
S_OK Success.
Remarks:
None.
HRESULT IMonitorStats::StopDateTime [out, retval] ULONGLONG *  pStopDateTime  ) 
 

Get the stop time in ticks.

Parameters:
pStopDateTime Stop Time.
Return values:
S_OK Success.
Remarks:
None.