Description:
SplQpPrint processes and prints the spool file.
#include <os2.h> HPROC hproc; /* Queue processor handle returned by SplQpOpen. */ PSZ pszFileName; /* The pointer to the name of the file containing the data. */ BOOL fSuccess; /* Return codes. */ fSuccess = SplQpPrint(hproc, pszFileName);