ResetPrinter (winspool)
Last changed: Anonymous-217.37.132.45-4.10.224.157

.
Summary
TODO - a short description

C# Signature:

[DllImport("winspool.Drv", EntryPoint="ResetPrinterA", SetLastError=true, CharSet=CharSet.Ansi,ExactSpelling=true, CallingConvention=CallingConvention.StdCall)]
private static extern bool ResetPrinter(IntPtr hPrinter,ref PRINTER_DEFAULTS pd);

VB Signature:

Declare Function ResetPrinter Lib "winspool.drv" (TODO) As TODO

User-Defined Types:

PRINTER_DEFAULTS

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation