Hi.
Does any one know what is required of an NDIS IM driver on Win2K to unload
not unbind, but removed so it is possible to reload the driver without
rebooting - if it is at all possible?
Thanks,
Yoav.
Hi.
not unbind, but removed so it is possible to reload the driver without
rebooting - if it is at all possible?
Thanks,
Yoav.
NDIS IM driver seems to ignore the DriverUnload field in the driver object.
You must call NdisMRegisterUnloadHandler. Furthermore, make this call after
NdisIMRegisterLayeredMiniport.
Dave
Yoav Nissim wrote:
Hi.
Does any one know what is required of an NDIS IM driver on Win2K to unload
not unbind, but removed so it is possible to reload the driver without
rebooting - if it is at all possible?Thanks,
Yoav.
You are currently subscribed to ntdev as: xxxxx@okena.com
To unsubscribe send a blank email to %%email.unsub%%
Disable all of the IM’s virtual adapters in the Network control panel.
Make sure to unbind from all lower-edge adapters before unloading.
On Tue, 26 Mar 2002 05:49:06 -0500, “Yoav Nissim”
wrote:
>
>Hi.
>
>Does any one know what is required of an NDIS IM driver on Win2K to unload
>-
>not unbind, but removed so it is possible to reload the driver without
>rebooting - if it is at all possible?
>
>Thanks,
>Yoav.