wpSetQueueOptions - Syntax

This method is specific to version 3, or higher, of the OS/2 operating system.

This instance method sets the printer object's queue options.

#define INCL_WINWORKPLACE
#include <os2.h>

WPPrinter     *somSelf;    /*  Pointer to the object on which the method is being invoked. */
ULONG          ulOptions;  /*  Flag indicating queue option settings. */
BOOL           rc;         /*  Success indicator. */

rc = _wpSetQueueOptions(somSelf, ulOptions);


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