Hi, everybody!
I have a little question regarding GetIfTable(), and I wonder if
anyone can help me with it…
I’m running on an NT4, SP6 (workstation), and trying to use the above
IPHelper function.
It returns the PMIB_IFTABLE structure, and inside there are a few
MIB_IFROW structures, with all the data, but the most important field -
wszName, which should hold the name of the interface (e.g.: NdisWan6,
El90x1 etc.) is empty!
I know it’s a wide-character field, and I’m trying to use
WideCharToMultiByte -
but the strings are empty !!!
Is it a known bug? Am I doing something wrong?
thanks in advance,
- Barak