Contents

CFPlugInRemoveInstanceForFactory(_:)

Unregisters an instance of a type with CFPlugIn.

Declaration

func CFPlugInRemoveInstanceForFactory(_ factoryID: CFUUID!)

Parameters

  • factoryID:

    The CFUUID object 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.

See Also

CFPlugIn Miscellaneous Functions