.
P/ invoque for GetIfTable iphlpapi function. Only C# example. You need also a MIB_IFROW structure
6/5/2014 9:38:56 PM - -188.192.82.156
.
public static extern uint GetIfTable(IntPtr pIfTable, ref uint pdwSize, bool bOrder);
.
Declare Function GetIfTable Lib "iphlpapi.dll" (TODO) As TODO
.
IPHelperTraslation.GetIfTable(IntPtr.Zero, ref size, false);
.
IPHelperTraslation.GetIfTable(buf, ref size, false);
.