IUIAutomationElement::CurrentIsDataValidForForm Property

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

Syntax

HRESULT IUIAutomationElement::get_CurrentIsDataValidForForm(BOOL *retVal);

Parameters

  • retVal
    The address of a variable that receives 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::CachedIsDataValidForForm