Share via


ISdpNodeContainer::Walk (Compact 2013)

3/26/2014

This method walks the SDP container and the containers within it, making callbacks to the ISdpWalk interface that is passed in. The application developer implements the ISdpWalk interface to perform a given task.

Syntax

HRESULT Walk(
  ISdpWalk* pWalk
);

Parameters

  • pWalk
    [in] Pointer to an SDP container.

Return Value

Returns S_OK on success; otherwise returns standard HRESULT values as appropriate.

See Also

Reference

ISdpNodeContainer