Home All Groups Group Topic Archive Search About

Enumerating drivers

Author
9 Jun 2006 5:02 AM
Peter Schmitz
Hi,

how can I programmatically (in any .net language) receive a list of all
network drivers bound to a network adapter?
(I need to check if some specific driver is bound to the adapter - and then
possibly (de)activate this one).

is this possible?

Thanks
Peter

Author
9 Jun 2006 5:02 AM
Arkady Frenkel
From .Net languages I can propose only managed C++ :) because you need
INetCfg to see bindings ( look at DDK src\network\config\bindview as
example )
Arkady

Show quote
"Peter Schmitz" <PeterSchm***@discussions.microsoft.com> wrote in message
news:E465C7FD-817F-4731-AF27-8B2BD98B0D60@microsoft.com...
> Hi,
>
> how can I programmatically (in any .net language) receive a list of all
> network drivers bound to a network adapter?
> (I need to check if some specific driver is bound to the adapter - and
> then
> possibly (de)activate this one).
>
> is this possible?
>
> Thanks
> Peter

AddThis Social Bookmark Button