[DllImport("iphlpapi.dll", SetLastError=true)]
static extern uint GetIpAddrTable([Out] IntPtr ipTable, [In,Out] IntPtr tableSize, bool sort);
Declare Ansi Function
GetIpAddrTable Lib "iphlpapi.dll" (ByRef ipTable As IntPtr, ByRef tableSize As IntPtr, ByVal ordered As Boolean) As UInt32
[DllImport(S"IPHLPAPI.DLL", EntryPoint=S"GetIpAddrTable", SetLastError=true, CharSet=CharSet::Unicode, ExactSpelling=true)]
static UInt32 GetIpAddressTable( [Out] IntPtr ipTable, [In,Out] IntPtr tableSize, bool sort);
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!