GetRandomAccessIterator

GetRandomAccessIterator 1:

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

GetRandomAccessIterator 2: Inputs

Name

Type

Description

pipIterator

Pointer To ITcVnRandomAccessIterator

Returns the iterator interface.

GetRandomAccessIterator 3: Return value

HRESULT