Contents

CFPlugInUnregisterFactory(_:)

Removes the given function from a plug-in’s list of registered factory functions.

Declaration

func CFPlugInUnregisterFactory(_ factoryUUID: CFUUID!) -> Bool

Parameters

  • factoryUUID:

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

See Also

Registration