Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
InterfaceInfoPal.cs
Go to the documentation of this file.
2
3internal static class InterfaceInfoPal
4{
5 public static uint InterfaceNameToIndex(string interfaceName)
6 {
7 return global::Interop.IpHlpApi.if_nametoindex(interfaceName);
8 }
9}
static uint InterfaceNameToIndex(string interfaceName)