MSDN says that "The system broadcasts the DBT_DEVICEQUERYREMOVE device event to request permission to remove a device or piece of media."
On Windows XP its working fine but on Windows 7, my application is not getting DBT_DEVICEQUERYREMOVE event.
What is the issue?
DBT_DEVICEQUERYREMOVE. It broadcasts theWM_DEVICECHANGEmessage to top-level windows with thewParamset toDBT_DEVICEQUERYREMOVE. That's not exactly the same thing. Which one are you listening for? – Cody Gray Jan 13 at 11:48