Hi, Is there any way to know from the application the difference between the physical nics and other nics. Is there any API that differentiate physical nics and virtual nics(might be I am using a wrong term) what I mean by virtual nic is WAN miniport (SSTP,L2TP) etc.ie,all WAN stuff I want to populate my database with valid nics. THANKS IN ADVANCE
I'm not sure how low in the system you want to go, but I had to use this one: MIB_IF_ROW2 - http://msdn.microsoft.com/en-us/library/aa814491(VS.85).aspx MIB_IF_ROW2.InterfaceAndOperStatusFlags.HardwareInterface "zyx" wrote: > Hi, > Is there any way to know from the application the difference between > the physical nics and other nics. > Is there any API that differentiate physical nics and virtual > nics(might be I am using a wrong term) > what I mean by virtual nic is WAN miniport (SSTP,L2TP) etc.ie,all WAN > stuff > I want to populate my database with valid nics. > THANKS IN ADVANCE >