Hi,
I have one application that interacts with the server. If the server is down then then I will get ERROR_WINHTTP_CANNOT_CONNECT
I am using getLastError()
API to get this error code, I am handling this error code to display proper error messages to the users. This program works fine in Windows 2003. When i tried with Windows7 i am not getting any error, getLastError()
API returns 0 every time even if error is occurred. I am using C++ as of programming language is concerned.
Thanks In advance
Santhu