![]() | InDesign SDK 20.5 |

Public Member Functions | |
| VDStartupShutdown (IPMUnknown *boss) | |
| virtual void | Startup () |
| virtual void | Shutdown () |
Public Member Functions inherited from CPMUnknown< IStartupShutdownService > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Static Public Member Functions | |
| static void | MessageEventListener (const ICSXSPlugPlugEventHandler::CSXSEvent *const csxsEvent, void *const context) |
Additional Inherited Members | |
Protected Member Functions inherited from CPMUnknown< IStartupShutdownService > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IStartupShutdownService > | |
| HelperInterface | fHelperInterface |
| virtual |
The Shutdown() method is called just prior to the Service Registry destruction.
Implements IStartupShutdownService.
| virtual |
The service provider's Startup() method is called just after the Service Registry is set up.
Implements IStartupShutdownService.