Share via


IWindowProvider::WindowInteractionState Property

Gets the interaction state of the window.

Syntax

HRESULT IWindowProvider::get_WindowInteractionState(WindowInteractionState *pRetVal);

Parameters

  • pRetVal
    The address of a variable that receives a value from the WindowInteractionState enumerated type that describes the window's state. This parameter is passed uninitialized.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UI Automation Providers Overview