![]() |
CFBundleGetFunctionPointersForNames | Header: CFBundle.h |
Constructs a function table containing pointers to all of the functions found in a bundle's main executable code.
void CFBundleGetFunctionPointersForNames ( CFBundleRef bundle, CFArrayRef functionNames, void *ftbl );
A reference value of type CFBundleRef indicating the bundle whose executable code you wish to search.
A reference value of type CFArrayRef containing a list of the function names you wish to locate.
An untyped pointer. On return it points to a table containing an address for each located function or NULL if that function could not be found.
Calling this function will cause the bundle's code to be loaded if necessary.