InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IStartupUtils Class Referenceabstract

#include <IStartupUtils.h>

Inheritance diagram for IStartupUtils:
IPMUnknown

Public Types

enum  { kDefaultIID = IID_ISTARTUPUTILS }
 

Public Member Functions

virtual bool16 WillFilesBeOpenedAtStartup () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Utility interface for Startup related methods

Member Function Documentation

virtual bool16 IStartupUtils::WillFilesBeOpenedAtStartup () const
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.