how to impliment ON_WM_SPOOLERSTATUS in VC++ to monitor the job's in print spooler.
Printable View
how to impliment ON_WM_SPOOLERSTATUS in VC++ to monitor the job's in print spooler.
In VS 7 (.NET) use properties to insert message handler.
If VS 6, you would have to map macro yourself, since wizard does not have this message in it's database.
WM_SPOOLER wont or rather may not work on win2k/xp so check or look into
FindFirstPrinterChangeNotification and FindNextPrinterChangeNotification