ODQueryCreateWithNodeType

Function ODQueryCreateWithNodeType 

Source
pub unsafe extern "C-unwind" fn ODQueryCreateWithNodeType(
    allocator: Option<&CFAllocator>,
    node_type: ODNodeType,
    record_type_or_list: Option<&CFType>,
    attribute: Option<&ODAttributeType>,
    match_type: ODMatchType,
    query_value_or_list: Option<&CFType>,
    return_attribute_or_list: Option<&CFType>,
    max_results: CFIndex,
    error: *mut *mut CFError,
) -> Option<CFRetained<ODQueryRef>>
👎Deprecated: renamed to ODQueryRef::with_node_type
Available on crate features CFODQuery and CFOpenDirectoryConstants and objc2-core-foundation only.