SetContainerAt

Sets the element at a specific offset from the current element using an ITcVnContainer interface (only possible for container types). (Alternatively use F_VN_SetAt_ITcVnContainer.)

Syntax

Definition:

HRESULT SetContainerAt(
    LONGLONG        nOffset,
    ITcVnContainer* ipContainer
)

Parameters

Name

Type

Description

nOffset

LONGLONG

Offset from the current element.

ipContainer

ITcVnContainer*

Container interface of which the content is to be assigned to the current element.

SetContainerAt 1: Return value

HRESULT