Hello,

I've been trying to disable the network interface card from within the code in C using Windows. Something like: ifconfig eth0 down, in linux. Is there a way to do this from code in Windows?

Thanks a lot.