- countClasses
int32 countClasses()
Undocumented in source. Be warned that the author may not have intended to support it.
- createInstance
tresult createInstance(FIDString cid, FIDString _iid, void** obj)
Undocumented in source. Be warned that the author may not have intended to support it.
- getClassInfo
tresult getClassInfo(int32 index, PClassInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- getClassInfo2
tresult getClassInfo2(int32 index, PClassInfo2* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- getClassInfoUnicode
tresult getClassInfoUnicode(int32 index, PClassInfoW* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFactoryInfo
tresult getFactoryInfo(PFactoryInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
- growClasses
bool growClasses()
Undocumented in source. Be warned that the author may not have intended to support it.
- registerClass
bool registerClass(const(PClassInfo)* info, PCreateFun createFunc, void* context)
Registers a Plug-in class with classInfo version 1, returns true for success.
- registerClass
bool registerClass(const(PClassInfo2)* info, PCreateFun createFunc, void* context)
Registers a Plug-in class with classInfo version 2, returns true for success.
- registerClass
bool registerClass(const(PClassInfoW)* info, PCreateFun createFunc, void* context)
Registers a Plug-in class with classInfo Unicode version, returns true for success.
- setHostContext
tresult setHostContext(FUnknown* context)
Undocumented in source. Be warned that the author may not have intended to support it.