aboutsummaryrefslogtreecommitdiff
path: root/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h
diff options
context:
space:
mode:
authorferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-01-13 09:41:29 +0000
committerferbas <ferbas@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-01-13 09:41:29 +0000
commit43d65dc03325bcce8561423b9607f7e114355f7d (patch)
tree7bef4e532a43f4e98ee16b012dca7499ab547e5b /Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h
parentf1288ff2082a3330b62b60ee80521c37576ff9cc (diff)
downloadpdf-as-3-43d65dc03325bcce8561423b9607f7e114355f7d.tar.gz
pdf-as-3-43d65dc03325bcce8561423b9607f7e114355f7d.tar.bz2
pdf-as-3-43d65dc03325bcce8561423b9607f7e114355f7d.zip
initial import
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@545 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h')
-rw-r--r--Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h
new file mode 100644
index 0000000..c54b3e5
--- /dev/null
+++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/XtnMgrEASF.h
@@ -0,0 +1,48 @@
+/*
+* DO NOT EDIT THIS FILE MANNUALLY.
+*
+*
+* Header file generated AUTOMATICALLY by The batch file ...\Tools\win\makePDFLHfromASF.bat.
+* The batch file calls ZBFGen2, a ZString2.0 library program, using the template ...\Tools\win\ztrings\PDFLError_Str.tmpl.
+*
+* DO NOT EDIT THIS FILE MANNUALLY. THIS IS CLOSELY TIED WITH THE ZString2.0 Binary
+* Format. Regenerate this whenever the corresponding .asfx file changes.
+*
+*/
+
+
+DefineErr(xmErrNoError, "No error.")
+
+DefineErr(xmErrOutOfDateHFT, "The plug-in was compiled with an out-of-date HFT.")
+
+DefineErr(xmErrNoPLUGResource, "The plug-in appears to be damaged or in use.")
+
+DefineErr(xmErrPlugInIncompatible, "The plug-in is incompatible with this version of the Acrobat.")
+
+DefineErr(xmErrInitializationFailed, "The plug-in failed to initialize.")
+
+DefineErr(xmErrDuplicatePlugInName, "Two plug-ins are attempting to register with the same name.")
+
+DefineErr(xmErrCannotReplaceSelector, "Attempt to replace an unreplaceable selector.")
+
+DefineErr(xmErrCalledObsoleteProc, "An unimplemented or obsolete function was called.")
+
+DefineErr(xmErrPlugInLoadFailed, "The plug-in failed to load.")
+
+DefineErr(xmErrNotPrivileged, "The Adobe Reader cannot load this plug-in.")
+
+DefineErr(xmErr68KOnly, "Only the 68K Viewer can load this plug-in.")
+
+DefineErr(xmErrPPCOnly, "Only the PowerPC Viewer can load this plug-in.")
+
+DefineErr(xmErrPlugInNotTrusted, "This is not a trusted plug-in.")
+
+DefineErr(xmErrPlugInNotCarbonized, "This plugin cannot load on MacOS X.")
+
+DefineErr(xmErrPluginResourceMismatch, "The currently selected language resources are not supported by this plugin.")
+
+
+
+/* End of automatic generated header file */
+
+/***** End of file ***********************************************************/