Description:

SplQmStartDoc starts a print job. It corresponds to the DevEscape (DEVESC_STARTDOC) call.

#define INCL_SPL /* Or use INCL_PM, */
#include <os2.h>

HSPL    hspl;        /*  Spooler handle. */
PSZ     pszDocName;  /*  Document name. */
BOOL    rc;          /*  Success indicator. */

rc = SplQmStartDoc(hspl, pszDocName);


[Back: SplQmStartDoc]
[Next: SplQmStartDoc Parameter - hspl]