Kbase P14742: Return codes from ProPrint.dll
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  25/01/2005 |
|
Status: Unverified
GOAL:
Return codes from ProPrint.dll
FIX:
ProPrintFile returns an integer as follows:
WWPERR_OK 0 (success)
WWPERR_TOOMANYJOBS 1 (too many print jobs, can't spawn print job)
WWPERR_NODCS 2 (no printer device context available from Win)
WWPERR_BADSTARTDOC 3 (can't initialize document)
WWPERR_BADABORTDLG 4 (can't bring up Abort dialog box)
WWPERR_USERABORT 5 (user aborted print job)