![]() ![]() ![]()
|
SophiaFramework UNIVERSE 5.3 |
#include <SFBModuleSupport.h.hpp>
class SFBModuleSupport : public SFBBase;
SFMTYPEDEFWRAPPER(SFBModuleSupport)

| BREW 2.0 | BREW 2.1 | BREW 3.1 | BREW 4.0 |
|---|---|---|---|
| X | X | O | O |
| Public Functions | |
|---|---|
| AEEModuleSupportInfo const* |
GetInfo( Void )
Get the pointer to the ModuleSupport that necessary to the dynamic loaded module.
|
| static SFBModuleSupportSmp |
NewInstance(
AEECLSID id
, SFCErrorPtr exception = null
)
Create a new instance of SFBModuleSupport.
|
| Protected Functions | |
|---|---|
| static SFBBaseSmp |
FactoryByCreate(
AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface.
|
| static SFBBaseSmp |
FactoryByQuery(
SFBQuerySmpConstRef query
, AEECLSID id
, SFCErrorPtr exception = null
)
(inherits from SFBBase)
Create the instance for the specified ClassID's interface using the SFBQuery instance.
|
[ public ] AEEModuleSupportInfo const* GetInfo(Void);
[ public, static ] SFBModuleSupportSmp NewInstance( AEECLSID id // ClassID SFCErrorPtr exception = null // Error );
|
Copyright(c) 2002 - 2012 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|