![]() | InDesign SDK 20.5 |
#include <IStartupUtils.h>

Public Types | |
| enum | { kDefaultIID = IID_ISTARTUPUTILS } |
Public Member Functions | |
| virtual bool16 | WillFilesBeOpenedAtStartup () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Utility interface for Startup related methods
| pure virtual |
Can be called at Startup to determine if files will be opened when the app starts up. Modal dialogs that are opened upon startup should not be opened when opening files. This is called from scheduled startup commands to determine whether or not to show their dialog. Calling this too early may not function correctly. This API is exclusively available only for Windows.