CFPlugInRegisterFactoryFunction(_:_:)
Registers a factory function and its UUID with a CFPlugIn object.
Declaration
func CFPlugInRegisterFactoryFunction(_ factoryUUID: CFUUID!, _ func: CFPlugInFactoryFunction!) -> BoolParameters
- factoryUUID:
The
CFUUIDobject representing the factory function to register. - func:
The factory function pointer to register.
Return Value
true if the factory function was successfully registered, otherwise false.
Discussion
This function is used by a plug-in or host when performing dynamic registration.