IUIAutomationWindowPattern::CachedIsModal Property

Retrieves a cached value that specifies whether the window is modal.

Syntax

HRESULT IUIAutomationWindowPattern::get_CachedIsModal(BOOL *retVal);

Parameters

  • retVal
    The address of a variable that receives the value of the cached property: TRUE if the window is modal, otherwise FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.