Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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