Share via


ISdpNodeContainer::GetNode (Compact 2013)

3/26/2014

This method retrieves the contents of a node. For strings and URLs, only the size of the string is returned. Use the ISdpNodeContainer::GetNodeStringData method to retrieve the contents of the URL or string.

Syntax

HRESULT GetNode(
  ULONG nodeIndex,
  NodeData* pData
);

Parameters

  • nodeIndex
    [in] Zero-based index of the node within the container.
  • pData
    [out] Destination pointer for the NodeData structure containing the contents of the specified node.

Return Value

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

See Also

Reference

ISdpNodeContainer
NodeData
ISdpNodeContainer::GetNodeStringData