From 43d65dc03325bcce8561423b9607f7e114355f7d Mon Sep 17 00:00:00 2001 From: ferbas Date: Wed, 13 Jan 2010 09:41:29 +0000 Subject: initial import git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@545 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- .../sources/import/API/PDFXEASF.h | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDFXEASF.h (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDFXEASF.h') diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDFXEASF.h b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDFXEASF.h new file mode 100644 index 0000000..49350a3 --- /dev/null +++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PDFXEASF.h @@ -0,0 +1,28 @@ +/* +* 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(pdfxErrNoError, "No error.") + +DefineErr(pdfxErrWrongCallbacks, "The size of the passed callbacks struct is wrong.") + +DefineErr(pdfxErrDuringCallback, "Tried to call a PDFXInstance function during a callback proc.") + +DefineErr(pdfxErrCannotLaunchAcrobat, "PDFX could not launch Acrobat.") + +DefineErr(pdfxErrCannotFindEWH, "Could not find the External Window Handler plug-in.") + + + +/* End of automatic generated header file */ + +/***** End of file ***********************************************************/ -- cgit v1.2.3