OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Automated application default automation callout implementation. More...
#include <ocf/olefacto.h>
Static Public Member Functions | |
static void | AutomateApp (T *app, owl::uint32 options) |
Default callout to aggregate an automation helper to an automated app. | |
static TUnknown * | AutomateObject (T *app, const void *obj, const std::type_info &info) |
Default callout to aggregate an automation helper to an automated object. | |
static void | UnregisterAutomation (T *app) |
Default callout to unregister automation active object. | |
Automated application default automation callout implementation.
Definition at line 65 of file olefacto.h.
|
static |
Default callout to aggregate an automation helper to an automated app.
Definition at line 97 of file olefacto.h.
|
static |
Default callout to aggregate an automation helper to an automated object.
Definition at line 75 of file olefacto.h.
|
static |
Default callout to unregister automation active object.
Definition at line 86 of file olefacto.h.