Inherits IDispatch.
Arguments passed to the event of ICompareTimer (see _ICompareTimerEvents)
interface ICompareTimerArgs : IDispatch
{
HRESULT
Timestamp([out, retval]
double *pTimestamp);
HRESULT
Index([out, retval]
long *pVal);
HRESULT
Data([out, retval] VARIANT *pVal);
};
Definition at line 7136 of file cand_tlb.idl.
◆ Data
VARIANT CanEasy::ICompareTimerArgs::Data |
|
get |
Returns the recorded data
◆ Index
long CanEasy::ICompareTimerArgs::Index |
|
get |
Returns the current index
◆ IntervalLap
long CanEasy::ICompareTimerArgs::IntervalLap |
|
get |
Returns the current interval
◆ Timestamp
double CanEasy::ICompareTimerArgs::Timestamp |
|
get |
Returns the current timestamp