This instance method prints a file containing only ASCII text.
#define INCL_WINWORKPLACE #include <os2.h> WPFileSystem *somSelf; /* Pointer to the object on which the method is being invoked. */ PPRINTDEST pPrintDest; /* Pointer to the print data. */ BOOL rc; /* Success indicator. */ rc = _wpPrintPlainTextFile(somSelf, pPrintDest);