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