setprinter (winspool)
Last changed: -87.175.208.64

.
Summary
TODO - a short description

C# Signature:

[DllImport("winspool.Drv", EntryPoint="SetPrinterA", SetLastError=true, CharSet=CharSet.Ansi, ExactSpelling=true, CallingConvention=CallingConvention.StdCall)]
private static unsafe extern bool SetPrinter(    IntPtr hPrinter,        // handle to printer object
   uint Level,            // information level
   int pPrinter,            // printer data buffer
   uint Command        // printer-state command
);

VB Signature:

Declare Function SetPrinter Lib "winspool.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
SetPrinter on MSDN