GetBidirectionalIterator

GetBidirectionalIterator 1:

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

Syntax

Definition:

METHOD GetBidirectionalIterator : HRESULT
VAR_INPUT
    pipIterator : Pointer To ITcVnBidirectionalIterator;
END_VAR

GetBidirectionalIterator 2: Inputs

Name

Type

Description

pipIterator

Pointer To ITcVnBidirectionalIterator

Returns the iterator interface.

GetBidirectionalIterator 3: Return value

HRESULT