AdvanceIterator
Advance an iterator by the specified offset.
Syntax
Definition:
HRESULT AdvanceIterator(
HRESULT hrPrev,
ITcVnForwardIterator* ipIterator,
LONGLONG nOffset
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
ipIterator |
Iterator to be advanced | |
|
nOffset |
LONGLONG |
Offset, by which ipIterator is advanced |
Required License
TC3 Vision Base
Return value