This method is specific to Version 4, or higher, of the OS/2 operating system.
This instance method is called to set up the default job properties of the printer object.
#define INCL_WINWORKPLACE #include <os2.h> WPPrinter *self; /* Pointer to the object on which the method is being invoked. */ PDRIVDATA pDrivData; /* Pointer to buffer containing PDRIVDATA (printer driver data) that this print object is to use. */ BOOL rc; /* Success indicator */ rc = _wpSetJobProperties(self, pDrivData);