Desktop Functions: Smart Device Functions:
|
Search Results for "SetPrinter" in [All]Structures
/// the operation of the SetPrinter and DeletePrinter functions. winspool2: ResetPrinter
[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);
Declare Function ResetPrinter Lib "winspool.drv" (TODO) As TODO 3: SetPrinter
|