CanEasy COM-Help
|
Inherits IDispatch.
Iterator to process the record
Definition at line 6118 of file cand_tlb.idl.
HRESULT CanEasy::IRecordIterator::Compare | ( | [in] IRecordIterator * | pIterator, |
[out, retval] VARIANT_BOOL * | pEqual | ||
) |
Returns true if passed iterator point to the same position
HRESULT CanEasy::IRecordIterator::First | ( | ) |
Moves the iterator to the first entry
HRESULT CanEasy::IRecordIterator::gethIterator | ( | [out, retval] long * | hIterator | ) |
Returns pointer to internal iterator
HRESULT CanEasy::IRecordIterator::Last | ( | ) |
Moves the iterator to the last entry
HRESULT CanEasy::IRecordIterator::Next | ( | [out, retval] VARIANT_BOOL * | pValid | ) |
Moves the iterator to the next entry
HRESULT CanEasy::IRecordIterator::Previous | ( | [out, retval] VARIANT_BOOL * | pValid | ) |
Moves the iterator to the previous entry
HRESULT CanEasy::IRecordIterator::Seek | ( | [in] double | dTimestamp, |
[out, retval] VARIANT_BOOL * | |||
) |
Moves the iterator to the passed timestamp
dTimestamp | Timestamp in hours |
|
get |
Returns true if iterator points to the first entry
|
get |
Returns true if iterator points to the last entry
|
get |
Returns the record entry which gives access to the stored information