IUIAutomation::RawViewWalker Property
Retrieves an IUIAutomationTreeWalker interface used to traverse an unfiltered view of the Microsoft UI Automation tree.
Syntax
HRESULT IUIAutomation::get_RawViewWalker(IUIAutomationTreeWalker **walker);
Parameters
- walker
The address of a variable that receives a pointer to the IUIAutomationTreeWalker interface.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
IUIAutomation::ControlViewWalker, IUIAutomation::ContentViewWalker