OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Simple factory for Automation Server. More...
#include <ocf/ocreg.h>
Public Member Functions | |
operator TComponentFactory () | |
Static Public Member Functions | |
static T * | CreateApp (HINSTANCE hInst, owl::uint32 options) |
Called when the app is not found and needs to be created. | |
static int | RunApp (T *app) |
Called to run the application message loop if an EXE, or DLL in amExeMode. | |
static void | DestroyApp (T *app) |
Called to destroy the application previously created. | |
static IUnknown * | Create (IUnknown *outer, owl::uint32 options, owl::uint32 id) |
Main Create callback function called to create app. | |
Simple factory for Automation Server.
|
static |
Main Create callback function called to create app.
Definition at line 256 of file ocreg.h.
References ocf::amAutomation, ocf::amRun, ocf::amServedApp, ocf::amShutdown, CHECK, owl::GetGlobalModule(), and Registrar.
|
static |
|
static |
|
inline |
Definition at line 206 of file ocreg.h.
References ocf::TOcAutoFactory< T >::Create().
|
static |