IUIAutomationElement::CachedCulture Property

Retrieves the element's culture identifier from the cache.

Syntax

HRESULT IUIAutomationElement::get_CachedCulture(int *retVal);

Parameters

  • retVal
    The address of a variable that receives the value of the cached property.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

UIA_CulturePropertyId, IUIAutomationElement::CurrentCulture