GetBestInterface
[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern uint GetBestInterface(
uint DestAddr,
out uint BestIfIndex
);Last updated
[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern uint GetBestInterface(
uint DestAddr,
out uint BestIfIndex
);Last updated