WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

WinInet
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2001:11:08:12:40:02
Last Updated: 2001:11:08:12:40:02