GetBidirectionalIterator

Gets an interface pointer to a bidirectional iterator (if this iterator type is supported by the container) and increment its reference counter.

Syntax

Definition:

HRESULT GetBidirectionalIterator(
    ITcVnBidirectionalIterator** pipIterator
)

Parameters

Name

Type

Description

pipIterator

ITcVnBidirectionalIterator**

Returns the iterator interface.

GetBidirectionalIterator 1: Return value

HRESULT