IUIAutomationWindowPattern::CachedWindowInteractionState Property

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

Syntax

HRESULT IUIAutomationWindowPattern::get_CachedWindowInteractionState(WindowInteractionState *retVal);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.