CFPlugInCreate(_:_:)
Creates a CFPlugIn given its URL.
Declaration
func CFPlugInCreate(_ allocator: CFAllocator!, _ plugInURL: CFURL!) -> CFPlugIn!Parameters
- allocator:
The allocator to use to allocate memory for the new plug-in. Pass
NULLor kCFAllocatorDefault to use the default allocator. - plugInURL:
The location of the plug-in.
Return Value
A new plug-in. Ownership follows the The Create Rule.