| http://www.w3.org/ns/prov#value | - The following code use Win32 API to get IP Address of current computer.GetIpAddrTable() api provides only basic information.GetAdaptersAddresses() api provides more information, such as mac address, adapter name, connection status, ipv6, etc.Here is an example on how to use both to get current active IP Address(es).
|