I need to tap default printer change notification, is it possible?
My scenario is that I want to execute a command whenever default printer is changed in window. What my command does is, it just takes default printer information from registry and save it in HKLM.
So, I have a service for this. Using this service, how can i tap notifications whenever a default printer is changed. I am using C++.