ISdpNodeContainer::GetNode
A version of this page is also available for
4/8/2010
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
None.
Requirements
Header | bthapi.h, bthapi.idl |
Library | Btdrt.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
NodeData
ISdpNodeContainer::GetNodeStringData
ISdpNodeContainer