ICabNode::Add Method

From PDF XChange PDF SDK
Revision as of 06:47, 12 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Adds a subnode to the array node.

Syntax

HRESULT Add([in, defaultvalue(dt_Invalid)]  CabDataTypeID  Type,
            [out, retval]                   ICabNode**     Node);

Parameters

Type
[in, defaultvalue(dt_Invalid)] Value of CabDataTypeID. New subnode type. Optional for templatized arrays. If this parameter is omitted (or has default value of dt_Undefined), actual subnode type will be obtained from the template.
Node
[out, retval] The address of pointer variable that receives the pointer to the added subnode.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

ICabNode