Share via


ISdpWalk::WalkNode (Windows Embedded CE 6.0)

1/6/2010

This method walks an SDP node.

Syntax

HRESULT WalkNode(
  NODEDATA* pData,
  ULONG state
);

Parameters

  • pData
    [in] Pointer to the NodeData structure containing the contents of the current element. If the value of this parameter is either a sequence or an alternative, the state parameter is valid.
  • state
    [in] State of the operation. When the container is found, the value of this parameter is nonzero. When the end of the container is reached, the value of this parameter is zero.

Remarks

If this method returns S_NO_RECURSE, the contents of the container were not walked.

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

ISdpWalk
NodeData