CFBundleGetDataPointerForName(_:_:)
Returns a data pointer to a symbol of the given name.
Declaration
func CFBundleGetDataPointerForName(_ bundle: CFBundle!, _ symbolName: CFString!) -> UnsafeMutableRawPointer!Parameters
- bundle:
The bundle to examine.
- symbolName:
The name of the symbol you are searching for.
Return Value
A data pointer to a symbol named symbolName in bundle, or NULL if symbolName cannot be found. Ownership follows the The Get Rule.