ISdpNodeContainer::SetNode
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
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.