using NDK 2.23.2.03 being configured by the XCONF. how do i find out my subnet mask, my gateway ip, my DNS server?
before we configured it using the xconf we would call CfgGetImmediate but now that the Cfg handle is hidden from us i don't know how to find this information. i tried using the HANDLE Cfg given to us by the service routine but it just gives me garbage for network info.
so what do i have to do to find this information out?