GetContainer

Gets a pointer to the current element converted into an ITcVnContainer interface and increment its reference counter (only possible for container types). (Alternatively use F_VN_GetContainer.)

Syntax

Definition:

HRESULT GetContainer(
    ITcVnContainer** pipContainer
)

Parameters

Name

Type

Description

pipContainer

ITcVnContainer**

Returns the container interface.

GetContainer 1: Return value

HRESULT