Safely remove hardware from a dll?

  • Thread starter Thread starter cubegames
  • Start date Start date
How can you remove a USB using a dll?
What dll?
What is wrong with the normal method?

....Alan
 
I need to remove a USB using the same method as Safely Remove Hardware
on the task bar but from a program.
How can I do this?
 
Well
I tryed Devcon before and was thinking of trying these apps but I would
prefer a DLL
 
Also I came across Hotplug.dll
If I can't remove it, can I just bring up the dialog?
Hi,

This will bring up the GUI:

rundll32.exe shell32.dll,Control_RunDLL hotplug.dll
 
Back
Top