Minport Device driver disable/enable functionality

hi guys,
I’ve been developing an NDIS miniport device driver, i’d like to invoke a
disable/enable call to the device/s per request of the driver (if multiple
devices are enabled than a single invocation to them all) , any ideas how
is this done - (documented only pls)? I assume a seperate dll - possibly
co-installer can do the work, am i right about this? i insist on not
writing an intermediate or service so i can’t use notify objects…
anyway, some insight/ direction would be greatly appreciated.
ged.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Use SetupDixxx APIs to enable/disable the PnP devnodes.
Nothing NDIS-specific.

Max

----- Original Message -----
From: “gedonros”
To: “NT Developers Interest List”
Sent: Monday, January 21, 2002 9:13 AM
Subject: [ntdev] Minport Device driver disable/enable functionality

> hi guys,
> I’ve been developing an NDIS miniport device driver, i’d like to invoke a
> disable/enable call to the device/s per request of the driver (if multiple
> devices are enabled than a single invocation to them all) , any ideas how
> is this done - (documented only pls)? I assume a seperate dll - possibly
> co-installer can do the work, am i right about this? i insist on not
> writing an intermediate or service so i can’t use notify objects…
> anyway, some insight/ direction would be greatly appreciated.
> ged.
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com