Contents

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 contains NULL for any names in symbolNames that cannot be found.

See Also

Managing Executable Code