IPluginFactory2 Class Reference
[Basic Interfaces]

Version 2 of class factory supporting PClassInfo2. More...

#include <ipluginbase.h>

Inheritance diagram for IPluginFactory2:
Inheritance graph
[legend]

Public Member Functions

virtual tresult getClassInfo2 (int32 index, PClassInfo2 *info)=0
 Returns the class info (version 2) for a given index.

Static Public Attributes

static const FUID iid

Detailed Description

Version 2 of class factory supporting PClassInfo2.

Class factory that any Plug-in defines for creating class instances.

From the host's point of view a Plug-in module is a factory which can create a certain kind of object(s). The interface IPluginFactory provides methods to get information about the classes exported by the Plug-in and a mechanism to create instances of these classes (that usually define the IPluginBase interface). An implementation is provided in public.sdk/source/common/pluginfactory.cpp

See also:
GetPluginFactory


Member Function Documentation

virtual tresult getClassInfo2 ( int32  index,
PClassInfo2 info 
) [pure virtual]

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


Field Documentation

const FUID iid [static]

Reimplemented from IPluginFactory.

Reimplemented in IPluginFactory3.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.