Partager via


ISdpWalk::WalkNode

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

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.