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:

HRESULT GetForwardIterator(
    ITcVnForwardIterator** pipIterator
)

Parameters

Name

Type

Description

pipIterator

ITcVnForwardIterator**

Returns the iterator interface.

GetForwardIterator 1: Return value

HRESULT