SysError
N
(DOS Code) Reported Code Meaning Other Information
(windows.pas symbolic definition in caps)
SysErrorMessage(N)
0 Successful operation ERROR_SUCCESS
The operation completed successfully.
1 Invalid function ERROR_INVALID_FUNCTION
Incorrect function.
2 File not found ERROR_FILE_NOT_FOUND
The system cannot find the file specified.
3 Path not found ERROR_PATH_NOT_FOUND
The system cannot find the path specified.
4 Too many open files ERROR_TOO_MANY_OPEN_FILES
The system cannot open the file. (No handles left.)
5 File access denied ERROR_ACCESS_DENIED
Access is denied.