IUIAutomation::ControlViewWalker Property

Retrieves an IUIAutomationTreeWalker interface used to discover control elements.

Syntax

HRESULT IUIAutomation::get_ControlViewWalker(IUIAutomationTreeWalker **walker);

Parameters

  • walker
    The address of a variable that retrieves a pointer to the IUIAutomationTreeWalker interface.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IUIAutomation::ContentViewWalker, IUIAutomation::RawViewWalker, IUIAutomationTreeWalker