CFPlugInRemoveInstanceForFactory(_:)
Unregisters an instance of a type with CFPlugIn.
Declaration
func CFPlugInRemoveInstanceForFactory(_ factoryID: CFUUID!)Parameters
- factoryID:
The
CFUUIDobject representing the plug-in factory.
Discussion
If the instance counts of every factory in a plug-in are zero, the plug-in can be unloaded.