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:

HRESULT GetRandomAccessIterator(
    ITcVnRandomAccessIterator** pipIterator
)

Parameters

Name

Type

Description

pipIterator

ITcVnRandomAccessIterator**

Returns the iterator interface.

GetRandomAccessIterator 1: Return value

HRESULT