background image
Functional specification
81
CDE/Motif PST
CDEnext
STARTUP
The print dialog manager is started by the print dialog manager daemon, dtpdmd.
ENVIRONMENT
The Dt Print Dialog Manager uses the environment variable LANG to specify the location of its localized
message file.
RETURN VALUES
The following integer constants are defined in <Dt/dtpdmd.h>:
PDM_EXIT_OK
The PDM is telling the PDMD that the user selected "OK" to dismiss the
PDM.
PDM_EXIT_CANCEL
The PDM is telling the PDMD that the user selected "CANCEL" to dismiss
the PDM.
PDM_EXIT_VXAUTH
The PDM is telling the PDMD that it did not have proper authority to make
a display connection on the Video X-Server.
PDM_EXIT_PXAUTH
The PDM is telling the PDMD that it did not have proper authority to make
a display connection to the Print X-Server.
PDM_EXIT_ERROR
The PDM is telling the PDMD that it encountered an error.
all other values
All unknown return values, likely from uncontrolable exit conditions often
found in other libraries (e.g. untrapped XIO errors from libX), will be
equated by the PDMD to be the same as PDM_EXIT_ERROR.
See the dtpdmd specification for additional information.