- Removal of Protocol driver with Device Driver
- Posted by Del Fredricks on March 12th, 2007
Is there an approved method for a driver to request the removal of a
proprietary network protocol which is installed with the driver?
The reason I ask is that I wish to change the interface name the protocol
uses, and while the protocol gets installed with the driver, it does not
appear to get uninstalled with the driver. When an updated driver is later
installed, the protocol associated with it does not appear to get installed
because the old protocol from the previous driver is still resident.
- Posted by Pavel A. on March 12th, 2007
"Del Fredricks" wrote:
No, there isn't
Even for you - there isn't a way for a miniport to request removal of a
protocol
( but knowing this will help you find a working solution
Regards,
--PA
Similar Posts
- Difference between NDIS stream driver and protocol driver (Drivers) by Arsalan Ahmad
- TDI Transport Driver <==> Protocol driver (Drivers) by Bajamani
- I am developing a virtual sound driver (WDM). My driver will be used as default audio device and I would like to redirect some requests to a real sound card. For this purpose I've planned to use direct irtual sound driver (direct calls to another dr (Drivers) by Alexander
- (Q) Flow control between NDIS miniport driver and protocol driver. (Drivers) by Daum
- USB device driver and Application using the driver (Drivers) by Padmakumar

