Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Enable/Disable NIC most portable way.

Reply
Thread Tools Display Modes

Enable/Disable NIC most portable way.

 
 
sherzod.l@mail.ru
Guest
Posts: n/a

 
      09-20-2010
Hello.

How do I enable (disable) NIC on windows via api. I need to use most
portable accross any versions of windows code.

Thank you.

 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      09-20-2010
> How do I enable (disable) NIC on windows via api. I need to use most
> portable accross any versions of windows code.


SetupDiCallClassInstaller with the proper DIF_xxx code.

Disables any device, NIC too. More so, the Network control panel UI uses the same stuff to disable the NIC as the Device Manager - i.e. SetupDiCallClassInstaller (probably mediated by INetCfg stuff).

See the DEVCON sample.

--
Maxim S. Shatskih
Windows DDK MVP

http://www.storagecraft.com

 
Reply With Quote
 
sherzod.l@mail.ru
Guest
Posts: n/a

 
      09-21-2010
Maxim S. Shatskih wrote:

>
> SetupDiCallClassInstaller with the proper DIF_xxx code.
>
> Disables any device, NIC too. More so, the Network control panel UI

uses

Thanks. It works fine.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
WMP12 - trouble syncing WMDRM files to portable device. Brent K Windows Media Player 0 04-28-2010 08:14 PM
Re: IE6 portable Leonard Grey Internet Explorer 1 03-11-2010 10:51 AM
How do I create a playlist from songs on my portable player? Solarman Windows Media Player 0 01-03-2010 08:17 PM
Remove songs from portable player DL off work Windows Media Player 0 12-04-2009 01:19 AM
Vista recognizes mp3 player, but not as a portable device... Jim Windows Vista Hardware 0 02-05-2008 06:49 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59