The following table shows possible system error values. Code Description Name 0 The operation completed successfully. ERROR_SUCCESS 1 Incorrect function. ERROR_INVALID_FUNCTION 2 The system cannot find the file specified. ERROR_FILE_NOT_FOUND 3 The system cannot find the path specified. ERROR_PATH_NOT_FOUND 4 The system cannot open the file. ERROR_TOO_MANY_OPEN_FILES 5 Access is denied. ERROR_ACCESS_DENIED 6 The handle is invalid. ERROR_INVALID_HANDLE 7 The storage control blocks were destroyed. ERROR_ARENA_TRASHED 8 Not enough storage is available to process this command. ERROR_NOT_ENOUGH_MEMORY 9 The storage control block address is invalid. ERROR_INVALID_BLOCK 10 The environment is incorrect. ERROR_BAD_ENVIRONMENT 11 An attempt was made to load a program with an incorrect format. ERROR_BAD_FORMAT 12 The access code is invalid. ERROR_INVALID_ACCESS 13 The data is invalid. ERROR_INVALID_DATA 14 Not enough storage is available to complete this operation. ERROR_OUTOFMEMORY 15 The system cannot find the drive ERROR_INVALID_DRIVE specified. 16 The directory cannot be removed. ERROR_CURRENT_DIRECTORY 17 The system cannot move the file to a different disk drive. ERROR_NOT_SAME_DEVICE 18 There are no more files. ERROR_NO_MORE_FILES 19 The media is write protected. ERROR_WRITE_PROTECT 20 The system cannot find the specified device. ERROR_BAD_UNIT 21 The device is not ready. ERROR_NOT_READY 22 The device does not recognize the command. ERROR_BAD_COMMAND 23 Data error (cyclic redundancy check). ERROR_CRC 24 The program issued a command but the command length is incorrect. ERROR_BAD_LENGTH 25 The drive cannot locate a specific area or track on the disk. ERROR_SEEK 26 The specified disk or diskette cannot be accessed. ERROR_NOT_DOS_DISK...