Jump to content

WpSetPrinterName: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 November 2025

  • curprev 17:2617:26, 24 November 2025 Martini talk contribs 1,080 bytes +1,080 Created page with "{{DISPLAYTITLE:wpSetPrinterName}} This instance method is called to set the name of the printer. ==Syntax== _wpSetPrinterName(somSelf, pszPrinterName) ==Parameters== ;''somSelf'' (WPPrinter *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPPrinter. ;''pszPrinterName'' (PSZ) - input :Printer name. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. :* '''TRUE''' Successful completion. :* '''FA..."