Contents

ABCopyArrayOfMatchingRecords(_:_:)

Returns an array of records that match the given search element, or an empty array if no records match the search element.

Declaration

func ABCopyArrayOfMatchingRecords(_ addressBook: ABAddressBookRef!, _ search: ABSearchElementRef!) -> Unmanaged<CFArray>!

Parameters

Return Value

A new array containing ABRecord objects representing all the records that match search. If no records match search, this function returns an empty array. You are responsible for releasing this object.

See Also

Search Elements