ISdpNodeContainer::GetNode (Windows CE 5.0)

Send Feedback

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.

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.

See Also

NodeData | ISdpNodeContainer::GetNodeStringData | ISdpNodeContainer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.