Functions


CFPlugInAddInstanceForFactory Not recommended.
CFPlugInCreate Creates a CFPlugIn given it's URL.
CFPlugInFindFactoriesForPlugInType Searches all registered plug-ins for factory functions capable of creating an instance of the specified type.
CFPlugInGetBundle Returns a reference to the plug-in's CFBundle.
CFPlugInGetTypeID Returns the Core Foundation type ID for CFPlugIn.
CFPlugInInstanceCreate Creates a CFPlugIn instance for the specified type using the specified factory.
CFPlugInInstanceCreateWithInstanceDataSize Not recommended.
CFPlugInInstanceGetFactoryName Not recommended.
CFPlugInInstanceGetInstanceData Not recommended.
CFPlugInInstanceGetInterfaceFunctionTable Not recommended.
CFPlugInInstanceGetTypeID Not recommended.
CFPlugInIsLoadOnDemand Not recommended.
CFPlugInRegisterFactoryFunction Registers a factory function and it's UUID with CFPlugIn. Used by a plug-in or host when performing dynamic registration.
CFPlugInRegisterFactoryFunctionByName Registers a factory function with CFPlugIn using the function's name instead of its UUIDs. Used by a plug-in or host when performing dynamic registration.
CFPlugInRegisterPlugInType Registers a type and its corresponding factory function with CFPlugIn. Used by a plug-in or host when performing dynamic registration.
CFPlugInSetLoadOnDemand Not recommended.
CFPlugInUnregisterFactory Removes the specified function from CFPlugIn's list of registered factory functions. Used by a plug-in or host when performing dynamic registration.
CFPlugInUnregisterPlugInType Removes the specified type from CFPlugIn's list of registered types. Used by a plug-in or host when performing dynamic registration.

© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)