![]() | InDesign SDK 20.5 |

Public Member Functions | |
| CusDtLnkStartupShutdown (IPMUnknown *boss) | |
| virtual | ~CusDtLnkStartupShutdown () |
| 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 |
Additional Inherited Members | |
Protected Member Functions inherited from CPMUnknown< IStartupShutdownService > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IStartupShutdownService > | |
| HelperInterface | fHelperInterface |
Implements IStartupShutdownService; purpose is to install the idle task.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * CusDtLnkStartupShutdown::CusDtLnkStartupShutdown | ( | IPMUnknown * | boss | ) |
Constructor
| boss | interface ptr from boss object on which this interface is aggregated. |
| inlinevirtual |
Destructor
| virtual |
Called by the core when app is shutting down
Implements IStartupShutdownService.
| virtual |
Called by the core when app is starting up
Implements IStartupShutdownService.