I am using the GetIfTable windows call in C++ with Visual Studio 2005 SP1 on Windows Vista SP2 x86.
For a unit test, I am trying to track the bytes sent and bytes received (dwOctets*) on the loopback adapter (loopback software interface 1 or something or other), but those values are always 0.
Has anyone successfully used the loopback adapter on Windows Vista with those values?
Everything works fine on Windows XP and those values are what I expect.