How can I get my own IP address using WinINet APIs? If it's not possible using WinINet APIs, counld you please suggest which Win32 library I have to use for this purpose?
I need the library which I can use in my C++ code. I don't need a C# or .NET library.
Actually I have to use it in my Qt application.
You shoud use
QList<QHostAddress> QNetworkInterface::allAddresses () [static]