Share via


IUIAutomationWindowPattern::CurrentWindowInteractionState Property

Retrieves a value that specifies the state of the window in relation to user interaction.

Syntax

HRESULT IUIAutomationWindowPattern::get_CurrentWindowInteractionState(WindowInteractionState *retVal);

Parameters

  • retVal
    The address of a variable that receives a value from the WindowInteractionState enumerated type indicating the interaction state of the window.

Return Value

Returns S_OK if successful, or an error value otherwise.