wpPrintPrinterSpecificFile - Syntax

This instance method is called to print an object of type "Printer-specific Data".

#define INCL_WINWORKPLACE
#include <os2.h>

WPDataFile     *somSelf;     /*  Pointer to the object on which the method is being invoked. */
PPRINTDEST      pPrintDest;  /*  Pointer to the print data. */
BOOL            rc;          /*  Success indicator. */

rc = _wpPrintPrinterSpecificFile(somSelf,
       pPrintDest);


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