Skip to main content

CFArrayGetCount

Function CFArrayGetCount 

Source
pub unsafe extern "C" fn CFArrayGetCount(
    theArray: CFArrayRef,
) -> CFIndex
Expand description

@function CFArrayGetCount Returns the number of values currently in the array. @param theArray The array to be queried. If this parameter is not a valid CFArray, the behavior is undefined. @result The number of values in the array.