AXUIElementCopyMultipleAttributeValues

Function AXUIElementCopyMultipleAttributeValues 

Source
pub unsafe extern "C-unwind" fn AXUIElementCopyMultipleAttributeValues(
    element: &AXUIElement,
    attributes: &CFArray,
    options: AXCopyMultipleAttributeOptions,
    values: NonNull<*const CFArray>,
) -> AXError
👎Deprecated: renamed to AXUIElement::copy_multiple_attribute_values
Available on crate features AXError and AXUIElement only.