ERROR_SUCCESS0 (0x0)
The operation completed successfully.ERROR_INVALID_FUNCTION1 (0x1)
Incorrect function.ERROR_FILE_NOT_FOUND2 (0x2)
The system cannot find the file specified.ERROR_PATH_NOT_FOUND3 (0x3)
The system cannot find the path specified.ERROR_TOO_MANY_OPEN_FILES4 (0x4)
The system cannot open the file.ERROR_ACCESS_DENIED5 (0x5)
Access is denied.ERROR_INVALID_HANDLE6 (0x6)
The handle is invalid.ERROR_ARENA_TRASHED7 (0x7)
The storage control blocks were destroyed.ERROR_NOT_ENOUGH_MEMORY8 (0x8)
Not enough storage is available to process this command.ERROR_INVALID_BLOCK9 (0x9)
The storage control block address is invalid.ERROR_BAD_ENVIRONMENT10 (0xA)
The environment is incorrect.ERROR_BAD_FORMAT11 (0xB)
An attempt was made to load a program with an incorrect format.ERROR_INVALID_ACCESS12 (0xC)
The access code is invalid.ERROR_INVALID_DATA13 (0xD)
The data is invalid.ERROR_OUTOFMEMORY14 (0xE)
Not enough storage is available to complete this operation.ERROR_INVALID_DRIVE15 (0xF)
The system cannot find the drive specified.ERROR_CURRENT_DIRECTORY16 (0x10)
The directory cannot be removed.ERROR_NOT_SAME_DEVICE17 (0x11)
The system cannot move the file to a different disk drive.ERROR_NO_MORE_FILES18 (0x12)
There are no more files.ERROR_WRITE_PROTECT19 (0x13)
The media is write protected.ERROR_BAD_UNIT20 (0x14)
The system cannot find the device specified.ERROR_NOT_READY21 (0x15)
The device is not ready.ERROR_BAD_COMMAND22 (0x16)
The device does not recognize the command.
No comments:
Post a Comment