GetInterfaceInfo
[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern uint GetInterfaceInfo(
IntPtr pIfTable,
ref uint dwOutBufLen
);Last updated
[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern uint GetInterfaceInfo(
IntPtr pIfTable,
ref uint dwOutBufLen
);Last updated