wpStartJobAgain - Syntax

This instance method is called to start printing a job object again.

#define INCL_WINWORKPLACE
#include <os2.h>

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

rc = _wpStartJobAgain(somSelf);


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