Registers a factory function with a CFPlug
object using the function's name instead of its UUID.
SDKs
- iOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Foundation
Declaration
Parameters
factoryUUID
The
CFUUID
object representing the factory function to register.plugIn
The plug-in containing
function
.Name functionName
The name of the factory function 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.