background image
Functional specification
76
CDE/Motif PST
CDEnext
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.
The constant definitions in <Dt/dtpdmd.h> are as follows:
#define PDM_EXIT_OK
191
/* "OK" */
#define PDM_EXIT_CANCEL 192
/* "CANCEL" */
#define PDM_EXIT_VXAUTH 193
/* no print display authorization */
#define PDM_EXIT_PXAUTH 194
/* no video display authorization */
#define PDM_EXIT_ERROR
195
/* all other error reasons */
RETURN VALUES
ENVIRONMENT
FILES
SEE ALSO