DXmPrintWgtPrintJob(3X) — Subroutines
Digital
NAME
DXmPrintWgtPrintJob − Submits files to the print service.
SYNOPSIS
unsigned long int DXmPrintWgtPrintJob(print_widget, filenames,
filename_count)
Widget print_widget;
XmStringTable filenames;
int filename_count;
DESCRIPTION
The DXmPrintWgtPrintJob routine completes the submission of the identified files to the appropriate print service and returns the success of the print job to the application.
Arguments
print_widget
The identifier (widget ID) of the print widget.
filenamesThe file names to be printed.
filename_count
An integer that represents the number of file names.
RETURN VALUES
An integer that indicates the success or failure of the print job, as follows:
| Value | Description |
| 0 | Print job failed. |
| 1 | Print job was successful. |