AXUIElementCopyParameterizedAttributeValue

Function AXUIElementCopyParameterizedAttributeValue 

Source
pub unsafe extern "C-unwind" fn AXUIElementCopyParameterizedAttributeValue(
    element: &AXUIElement,
    parameterized_attribute: &CFString,
    parameter: &CFType,
    result: NonNull<*const CFType>,
) -> AXError
👎Deprecated: renamed to AXUIElement::copy_parameterized_attribute_value
Available on crate features AXError and AXUIElement only.