Share via


IUIAutomationElement::CachedIsDataValidForForm Property

Retrieves a cached value that indicates whether the element contains valid data for the form.

Syntax

HRESULT IUIAutomationElement::get_CachedIsDataValidForForm(BOOL *retVal);

Parameters

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

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UIA_IsDataValidForFormPropertyId, IUIAutomationElement, IUIAutomationElement::CurrentIsDataValidForForm