wpPrintJobNext - Syntax

This instance method is called to print a job next.

#define INCL_WINWORKPLACE
#include <os2.h>

WPJob     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL       rc;       /*  Success indicator. */

rc = _wpPrintJobNext(somSelf);


[Back: wpPrintJobNext]
[Next: wpPrintJobNext Parameter - somSelf]