wpPrintMetaFile - Syntax

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

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


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