So I am installing a driver for a USB network adapter. Is there a similar set of API's to uninstall a network adapter like printers. For example DeletePrinterDriverEx, is there a DeleteNetworkDriverEx somewhere? I haven't had luck finding anything.
It's not a network drive. It is a device that uses a network adapter to act like a network device. Almost like installing a printer as a network printer but it connects via USB for example. When it is installed it shows up in the Device Manager as a Network Adapter.
So I did an EnumServiceStatus and found the driver service. But just doind a DeleteService wont uninstall the driver will it? Thanks for all the help...
Last edited by rjbez; August 6th, 2009 at 03:40 PM.
Reason: different question.
I need something that will be packaged into an application that is going to uninstall the entire driver. DevCon says it is to only be used for debugging purposes...I'm looking for something that is standard in the WDK/SDK (VS). If you do:
Bookmarks