(Using C++ in Visual Studio 2005)
From our application, we want to print a "raw" data file to the printer, and verify that the job was actually printed. Using the Win32 API (EnumJobs, GetPrinter, etc.), we are somewhat able to check on the status of the printjob; However, in certain...