CFBundleGetDataPointersForNames(_:_:_:)
Returns a C array of data pointer to symbols of the given names.
Declaration
func CFBundleGetDataPointersForNames(_ bundle: CFBundle!, _ symbolNames: CFArray!, _ stbl: UnsafeMutablePointer<UnsafeMutableRawPointer?>!)Parameters
- bundle:
The bundle to examine.
- symbolNames:
A CFArray object containing CFString objects representing the symbol names to search for.
- stbl:
A C array into which this function stores the data pointers for the symbols specified in
symbolNames. The array containsNULLfor any names insymbolNamesthat cannot be found.