AppendToContainer (ULONG)

Append a single element of type UDINT to a container.

Syntax

Definition:

HRESULT AppendToContainer(
    HRESULT         hrPrev,
    ULONG           nElement,
    ITcVnContainer* ipContainer
)

Parameters

Name

Type

Description

hrPrev

HRESULT

HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.)

nElement

ULONG

Single element to append to ipContainer

ipContainer

ITcVnContainer*

Container to which the element will be appended

AppendToContainer (ULONG) 1: Return value

HRESULT

Required License

TC3 Vision Base

System Requirements