Share via


ISdpWalk::WalkNode (Windows CE 5.0)

Send Feedback

This method walks an SDP node.

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 Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.

See Also

NodeData | ISdpWalk

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.