Share via


ISdpNodeContainer::AppendNode (Compact 2013)

3/26/2014

This method appends information in the NodeData structure to the end of the container.

Syntax

HRESULT AppendNode(
  NodeData* pData
);

Parameters

  • pData
    [in] Pointer to a NodeData structure that contains the contents of the current element.

Return Value

Returns S_OK on success; otherwise returns standard HRESULT values as appropriate.

See Also

Reference

ISdpNodeContainer
NodeData