![]() |
CFBundleCreate | Header: CFBundle.h |
Creates a CFBundle instance.
CFBundleRef CFBundleCreate ( CFAllocatorRef allocator, CFURLRef bundleURL );
A reference value of the CFAllocatorRef indicating the memory allocator you with to use. Pass NULL to use the default allocator.
A reference value of type CFBundleRef indicating the bundle directory for which you wish to create an instance.
A reference value of type CFBundleRef containing a Core Foundation object created from the bundle at the specified location. NULL is returned if there was a memory allocation problem or if the bundle doesn't exist at the specified location.