Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the visual state of the window.
Syntax
HRESULT IWindowProvider::get_WindowVisualState(WindowVisualState *pRetVal);
Parameters
- pRetVal
The address of a variable that receives a value from the WindowVisualState enumerated type. This parameter is passed uninitialized.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
UI Automation Providers Overview, IWindowProvider::SetVisualState