GetPrinter
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool GetPrinter(
IntPtr hPrinter,
uint Level,
IntPtr pPrinter,
uint cbBuf,
out uint pcbNeeded
);Last updated
[DllImport("winspool.drv", SetLastError = true)]
public static extern bool GetPrinter(
IntPtr hPrinter,
uint Level,
IntPtr pPrinter,
uint cbBuf,
out uint pcbNeeded
);Last updated