GetForwardIterator
Gets an interface pointer to a forward iterator (if this iterator type is supported by the container) and increment its reference counter. (Alternatively use F_VN_GetForwardIterator.)
Syntax
Definition:
METHOD GetForwardIterator : HRESULT
VAR_INPUT
pipIterator : Pointer To ITcVnForwardIterator;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
pipIterator |
Pointer To ITcVnForwardIterator |
Returns the iterator interface. |