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.
1/6/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 |
See Also
Reference
ISdpNodeContainer
NodeData
ISdpNodeContainer::GetNodeStringData