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