EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

inet_error

Getting an error code. The function returns the code of the last error. Codes greater than 10000 are codes of errors in the library WinSock 2 ( ws2_32.dll ).

func uint inet_error()

Return value

The code of the last error.

$ERRINET_DLLVERSIONUnsupported version of ws2_32.dll.
$ERRINET_HTTPDATANot HTTP data is received.
$ERRINET_USERBREAKThe process is interrupted by the user.
$ERRINET_OPENFILECannot open the file.
$ERRINET_WRITEFILECannot write the file.
$ERRINET_READFILECannot read the file.
$ERRFTP_RESPONSEThe wrong response of the server.
$ERRFTP_QUITThe wrong QUIT response of the server.
$ERRFTP_BADUSERThe bad user name.
$ERRFTP_BADPSWThe wrong password.
$ERRFTP_PORTError PORT.

Related links

Source

Edit