CFPlugInUnregisterFactory(_:)
Removes the given function from a plug-in’s list of registered factory functions.
Declaration
func CFPlugInUnregisterFactory(_ factoryUUID: CFUUID!) -> BoolParameters
- factoryUUID:
The
CFUUIDobject representing the factory to unregister.
Return Value
true if the factory function was successfully unregistered, otherwise false.
Discussion
Used by a plug-in or host when performing dynamic registration.