AppendToContainer (SHORT)

Append a single element of type INT to a container.

Syntax

Definition:

HRESULT AppendToContainer(
    HRESULT         hrPrev,
    SHORT           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

SHORT

Single element to append to ipContainer

ipContainer

ITcVnContainer*

Container to which the element will be appended

AppendToContainer (SHORT) 1: Return value

HRESULT

Required License

TC3 Vision Base

System Requirements