[StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)]
private struct FIXED_INFO
{
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=MAX_HOSTNAME_LEN + 4)]
public string HostName;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=MAX_HOSTNAME_LEN + 4)]
public string DomainName;
public IntPtr CurrentDnsServer;
public IP_ADDR_STRING DnsServerList;
public uint NodeType;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst=MAX_SCOPE_ID_LEN + 4)]
public string ScopeId;
public uint EnableRouting;
public uint EnableProxy;
public uint EnableDns;
}
Declare Function FIXED_INFO Lib "iphlpapi.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!