This operation code sets the spooler's configuration to match information stored in the specified buffer.
CALL "WIN$PRINTER" USING WINPRINT-SET-SETTINGS, BUFFER GIVING RESULT
BUFFER must contain the same spooler configuration data returned by an earlier call to WINPRINT-GET-SETTINGS. Passing other data is an error that can cause a variety of problems, including unexpected printout results or a General Protection Fault in Windows.
Changing the output device with this operation will reset any columns you have set using WINPRINT-COLUMN op-codes.