GetContainer

GetContainer 1:

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:

METHOD GetContainer : HRESULT
VAR_INPUT
    pipContainer : Pointer To ITcVnContainer;
END_VAR

GetContainer 2: Inputs

Name

Type

Description

pipContainer

Pointer To ITcVnContainer

Returns the container interface.

GetContainer 3: Return value

HRESULT