The AAFPluginManager keeps a copy of each plugin in a table, along with cached copies of pertinant metadata about the plugin, and instantiates a copy of the plugin for every instance of the associated extension class.
Definition at line 291 of file AAFPlugin.idl.
Public Member Functions | |
| HRESULT | RegisterDefinitions ([in] IAAFDictionary *pDictionary) |
| This method should register all type, class and property definitions into the given dictionary necessary to create instances of this extension object.. | |
|
|
This method should register all type, class and property definitions into the given dictionary necessary to create instances of this extension object.. Succeeds if all of the following are true:
This method will return the following codes. If more than one of the listed errors is in effect, it will return the first one encountered in the order given below: AAFRESULT_SUCCESS
AAFRESULT_NULL_PARAM
|
1.4.1