Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8/14/00 When the Protocol's Reconfigure handler is called, the protocol will be in one of two condtions - Its binding to the adapter below is open or the binding is closed.
if the blinding is closed, then the protocol will call NdisReEnumerate Bindings and this will restart the Binding and re-instantiate the miniports.
If the binding is open, then the miniport will walk through the registry and Initialize All Device Instances that have been disabled.
I noticed that when the last miniport is disabled, the driver gets unloaded causing the protocol to be unbound from the adapter.
|