List of Win32 Error Codes
Keywords: win32 errors
Question:
Is there a place I can find what the description of WinInet error codes. I have the following piece of
code which gets a file that already exists so it will error out. The error I get is 80, but the WinInet error
codes in the help start at 12000. Also, in this code, is iGetResponse returning the response from iFtpGet or
iGetLastError?
getFile=iFtpGet(ConHandle, temp2, DestFile, fsize, 2)
err = iGetLastError()
resp = iGetResponse()
Message("","CHECK OF LAST ERROR = %err% and resp = %resp%")
Answer:
General Microsoft Error Code Archive...
http://msdn.microsoft.com/library/psdk/psdkref/errlist_9usz.htm
Article ID: W14799