IPluginFactory2

Undocumented in source.

Members

Functions

getClassInfo2
tresult getClassInfo2(int32 index, PClassInfo2* info)

Returns the class info (version 2) for a given index.

Static variables

iid
TUID iid;
Undocumented in source.

Inherited Members

From IPluginFactory

getFactoryInfo
tresult getFactoryInfo(PFactoryInfo* info)

Fill a PFactoryInfo structure with information about the Plug-in vendor.

countClasses
int32 countClasses()

Returns the number of exported classes by this factory. If you are using the CPluginFactory implementation provided by the SDK, it returns the number of classes you registered with CPluginFactory::registerClass.

getClassInfo
tresult getClassInfo(int32 index, PClassInfo* info)

Fill a PClassInfo structure with information about the class at the specified index.

createInstance
tresult createInstance(FIDString cid, FIDString _iid, void** obj)

Create a new class instance.

iid
TUID iid;
Undocumented in source.

Meta