Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
8.74. SysWinGetPrinters (Windows only)
Returns a list of available printer descriptions.
Parameters:
stemarray
A Rexx stem or array variable for the returned printers. If a stem variable,
stem
.0
is set to
n
, the number of printers returned, and the printers are returned in
stem
.1
to
stem.n
.
Each entry is of the form "Printername,Drivername,Portname".
Return codes:
0
Success
1
Failure
Prev
8.73. SysWinGetDefaultPrinter (Windows only)
Up
Home
Next
8.75. SysWinSetDefaultPrinter (Windows only)