wpPrintPifFile - Syntax

This instance method is called to print an object of type "Pif".

#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 = _wpPrintPifFile(somSelf, pPrintDest);


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