ISdpNodeContainer::SetNode (Windows CE 5.0)

Send Feedback

This method modifies the contents of an existing node. To add a node, use the ISdpNodeContainer::AppendNode method.

HRESULT SetNode(ULONG nodeIndex,NodeData* pData);

Parameters

  • nodeIndex
    [in] Zero-based index of the node within the container.
  • pData
    [in] Pointer to the NodeData structure containing the contents of the node. If pNode is NULL, the node is removed from the container.

Return Values

None.

Requirements

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

See Also

ISdpNodeContainer::AppendNode | NodeData | ISdpNodeContainer

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.