wpPrintObject - Syntax

This instance method is called to print a view of the object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject     *somSelf;     /*  Pointer to the object on which the method is being invoked. */
PPRINTDEST    pPrintDest;  /*  Pointer to print data. */
ULONG         ulReserved;  /*  Reserved value; must be 0. */
BOOL          rc;          /*  Success indicator. */

rc = _wpPrintObject(somSelf, pPrintDest, ulReserved);


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