wpHoldPrinter - Syntax

This instance method is called to hold a printer object.

#define INCL_WINWORKPLACE
#include <os2.h>

WPPrinter     *somSelf;  /*  Pointer to the object on which the method is being invoked. */
BOOL           rc;       /*  Success indicator. */

rc = _wpHoldPrinter(somSelf);


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