|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Enumerating driversHi,
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 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 |
|||||||||||||||||||||||