This instance method is called to print an object of "unknown" type.
#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 = _wpPrintUnknownFile(somSelf, pPrintDest);