Share via


ISdpWalk::WalkNode (Compact 2013)

3/26/2014

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.

See Also

Reference

ISdpWalk
NodeData