Search Results

1
vote

Default Printer in Unmanaged C++

GetDefaultPrinter (MSDN) ought to do the trick. That will get you the name to pass to CreateDC for printin …