 | InDesign SDK 20.5 |
24 #ifndef __INXErrLogID_h__ 25 #define __INXErrLogID_h__ 30 #define kINXErrLogCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 31 #define kINXErrLogCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 34 #define kINXErrLogPluginName "INXErrorLogging" // Name of this plug-in. 35 #define kINXErrLogPrefixNumber 0x113100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 36 #define kINXErrLogVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 37 #define kINXErrLogAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 40 #define kINXErrLogPrefix RezLong(kINXErrLogPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 41 #define kINXErrLogStringPrefix SDK_DEF_STRINGIZE(kINXErrLogPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 44 #define kINXErrLogMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 45 #define kINXErrLogMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 61 #define kINXErrLogAboutBoxStringKey kINXErrLogStringPrefix "kINXErrLogAboutBoxStringKey" 62 #define kINXErrLogTargetMenuPath kINXErrLogPluginsMenuPath 65 #define kINXErrLogFirstMajorFormatNumber RezLong(1) 66 #define kINXErrLogFirstMinorFormatNumber RezLong(0) 69 #define kINXErrLogCurrentMajorFormatNumber kINXErrLogFirstMajorFormatNumber 70 #define kINXErrLogCurrentMinorFormatNumber kINXErrLogFirstMinorFormatNumber 72 #endif // __INXErrLogID_h__