delphi io errors

113
Delphi I/O Errors: The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally difficult to find reference for, and are especially difficult to find referenced as Delphi errors. Some of the high-numbered sections toward the end contain Windows API errors which are not truely be IO errors, but which may or may not be reported as such in programs. I/O Error 1: IO Error 1L ERROR_INVALID_FUNCTION MessageText: Incorrect function. I/O Error 2: IO Error 2L ERROR_FILE_NOT_FOUND MessageText: The system cannot find the file specified. I/O Error 3: IO Error 3L ERROR_PATH_NOT_FOUND MessageText: The system cannot find the path specified. I/O Error 4: IO Error 4L ERROR_TOO_MANY_OPEN_FILES MessageText: The system cannot open the file. I/O Error :5 IO Error 5L

Upload: marcos-paulo

Post on 28-Nov-2014

506 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Delphi IO Errors

Delphi I/O Errors:

The following are the Windows API (and former DOS) IO errors, which are also the IO errors often returned by Delphi programs, and which are generally difficult to find reference for, and are especially difficult to find referenced as Delphi errors.Some of the high-numbered sections toward the end contain Windows API errors which are not truely be IO errors, but which may or may not be reported as such in programs.

I/O Error 1:IO Error 1LERROR_INVALID_FUNCTION MessageText:Incorrect function.

I/O Error 2:IO Error 2LERROR_FILE_NOT_FOUNDMessageText:The system cannot find the file specified.

I/O Error 3:IO Error 3LERROR_PATH_NOT_FOUNDMessageText:The system cannot find the path specified.

I/O Error 4:IO Error 4LERROR_TOO_MANY_OPEN_FILESMessageText:The system cannot open the file.

I/O Error :5IO Error 5LERROR_ACCESS_DENIEDMessageText:Access is denied.

I/O Error 6:IO Error 6LERROR_INVALID_HANDLEMessageText:

Page 2: Delphi IO Errors

The handle is invalid.

I/O Error 7:IO Error 7LERROR_ARENA_TRASHEDMessageText:The storage control blocks were destroyed.

I/O Error 8:IO Error 8LERROR_NOT_ENOUGH_MEMORYMessageText:Not enough storage is available to process this command.

I/O Error 9:IO Error 9LERROR_INVALID_BLOCKMessageText:The storage control block address is invalid.

I/O Error 10:IO Error 10LERROR_BAD_ENVIRONMENTMessageText:The environment is incorrect.

I/O Error 11:IO Error 11LERROR_BAD_FORMATMessageText:An attempt was made to load a program with anincorrect format.

I/O Error 12:IO Error 12LERROR_INVALID_ACCESSMessageText:The access code is invalid.

I/O Error 13:IO Error 13LERROR_INVALID_DATAMessageText:The data is invalid.

I/O Error 14:IO Error 14L

Page 3: Delphi IO Errors

ERROR_OUTOFMEMORYMessageText:Not enough storage is available to complete this operation.

I/O Error 15:IO Error 15LERROR_INVALID_DRIVEMessageText:The system cannot find the drive specified.

I/O Error 16:IO Error 16LERROR_CURRENT_DIRECTORYMessageText:The directory cannot be removed.

I/O Error 17:IO Error 17LERROR_NOT_SAME_DEVICEMessageText:The system cannot move the fileto a different disk drive.

I/O Error 18:IO Error 18LERROR_NO_MORE_FILESMessageText:There are no more files.

I/O Error 19:IO Error 19LERROR_WRITE_PROTECTMessageText:The media is write protected.

I/O Error 20:IO Error 20LERROR_BAD_UNITMessageText:The system cannot find the device specified.

I/O Error 21:IO Error 21LERROR_NOT_READYMessageText:The device is not ready.

Page 4: Delphi IO Errors

I/O Error 22:IO Error 22LERROR_BAD_COMMANDMessageText:The device does not recognize the command.

I/O Error 23:IO Error 23LERROR_CRCMessageText:Data error (cyclic redundancy check)

I/O Error 24:IO Error 24LERROR_BAD_LENGTHMessageText:The program issued a command but thecommand length is incorrect.

I/O Error 25:IO Error 25LERROR_SEEKMessageText:The drive cannot locate a specificarea or track on the disk.

I/O Error 26:IO Error 26LERROR_NOT_DOS_DISKMessageText:The specified disk or diskette cannot be accessed.

I/O Error 27:IO Error 27LERROR_SECTOR_NOT_FOUNDMessageText:The drive cannot find the sector requested.

I/O Error 28:IO Error 28LERROR_OUT_OF_PAPERMessageText:The printer is out of paper.

I/O Error 29:IO Error 29LERROR_WRITE_FAULT

Page 5: Delphi IO Errors

MessageText:The system cannot write to the specified device.

I/O Error 30:IO Error 30LERROR_READ_FAULTMessageText:The system cannot read from the specified device.

I/O Error 31:IO Error 31LERROR_GEN_FAILUREMessageText:A device attached to the system is not functioning.

I/O Error 32:IO Error 32LERROR_SHARING_VIOLATIONMessageText:The process cannot access the file becauseit is being used by another process.

I/O Error 33:IO Error 33LERROR_LOCK_VIOLATIONMessageText:The process cannot access the file becauseanother process has locked a portion of the file.

I/O Error 34:IO Error 34LERROR_WRONG_DISKMessageText:The wrong diskette is in the drive.Insert %2 (Volume Serial Number: %3)into drive %1.

I/O Error 36:IO Error 36LERROR_SHARING_BUFFER_EXCEEDEDMessageText:Too many files opened for sharing.

I/O Error 38:IO Error 38LERROR_HANDLE_EOFMessageText:

Page 6: Delphi IO Errors

Reached end of file.

I/O Error 39:IO Error 39LERROR_HANDLE_DISK_FULLMessageText:The disk is full.

I/O Error 50:IO Error 50LERROR_NOT_SUPPORTEDMessageText:The network request is not supported.

I/O Error 51:IO Error 51LERROR_REM_NOT_LISTMessageText:The remote computer is not available.

I/O Error 52:IO Error 52LERROR_DUP_NAMEMessageText:A duplicate name exists on the network.

I/O Error 53:IO Error 53LERROR_BAD_NETPATHMessageText:The network path was not found.

I/O Error 54:IO Error 54LERROR_NETWORK_BUSYMessageText:The network is busy.

I/O Error 55:IO Error 55LERROR_DEV_NOT_EXISTMessageText:The specified network resource or device is no longeravailable.

I/O Error 56:IO Error 56L

Page 7: Delphi IO Errors

ERROR_TOO_MANY_CMDSMessageText:The network BIOS command limit has been reached.

I/O Error 57:IO Error 57LERROR_ADAP_HDW_ERRMessageText:A network adapter hardware error occurred.

I/O Error 58:IO Error 58LERROR_BAD_NET_RESPMessageText:The specified server cannot perform the requestedoperation.

I/O Error 59:IO Error 59LERROR_UNEXP_NET_ERRMessageText:An unexpected network error occurred.

I/O Error 60:IO Error 60LERROR_BAD_REM_ADAPMessageText:The remote adapter is not compatible.

I/O Error 61:IO Error 61LERROR_PRINTQ_FULLMessageText:The printer queue is full.

I/O Error 62:IO Error 62LERROR_NO_SPOOL_SPACEMessageText:Space to store the file waiting to be printed isnot available on the server.

I/O Error 63:IO Error 63LERROR_PRINT_CANCELLEDMessageText:Your file waiting to be printed was deleted.

Page 8: Delphi IO Errors

I/O Error 64:IO Error 64LERROR_NETNAME_DELETEDMessageText:The specified network name is no longer available.

I/O Error 65:IO Error 65LERROR_NETWORK_ACCESS_DENIEDMessageText:Network access is denied.

I/O Error 66:IO Error 66LERROR_BAD_DEV_TYPEMessageText:The network resource type is not correct.

I/O Error 67:IO Error 67LERROR_BAD_NET_NAMEMessageText:The network name cannot be found.

I/O Error 68:IO Error 68LERROR_TOO_MANY_NAMESMessageText:The name limit for the local computer networkadapter card was exceeded.

I/O Error 69:IO Error 69LERROR_TOO_MANY_SESSMessageText:The network BIOS session limit was exceeded.

I/O Error 70:IO Error 70LERROR_SHARING_PAUSEDMessageText:The remote server has been paused or is in theprocess of being started.

I/O Error 71:IO Error 71L

Page 9: Delphi IO Errors

ERROR_REQ_NOT_ACCEPMessageText:No more connections can be made to this remote computer at this timebecause there are already as many connections as the computer can accept.

I/O Error 72:IO Error 72LERROR_REDIR_PAUSEDMessageText:The specified printer or disk device has been paused.

I/O Error 80:IO Error 80LERROR_FILE_EXISTSMessageText:The file exists.

I/O Error 82:IO Error 82LERROR_CANNOT_MAKEMessageText:The directory or file cannot be created.

I/O Error 83:IO Error 83LERROR_FAIL_I24MessageText:Fail on INT 24

I/O Error 84:IO Error 84LERROR_OUT_OF_STRUCTURESMessageText:Storage to process this request is not available.

I/O Error 85:IO Error 85LERROR_ALREADY_ASSIGNEDMessageText:The local device name is already in use.

I/O Error 86:IO Error 86LERROR_INVALID_PASSWORDMessageText:The specified network password is not correct.

Page 10: Delphi IO Errors

I/O Error dderro:IO Error dderroLERROR_INVALID_PARAMETERMessageText:The parameter is incorrect.

I/O Error 88:IO Error 88LERROR_NET_WRITE_FAULTMessageText:A write fault occurred on the network.

I/O Error 89:IO Error 89LERROR_NO_PROC_SLOTSMessageText:The system cannot start another process atthis time.

I/O Error 100:IO Error 100LERROR_TOO_MANY_SEMAPHORESMessageText:Cannot create another system semaphore.

I/O Error 101:IO Error 101LERROR_EXCL_SEM_ALREADY_OWNEDMessageText:The exclusive semaphore is owned by another process.

I/O Error 102:IO Error 102LERROR_SEM_IS_SETMessageText:The semaphore is set and cannot be closed.

I/O Error 103:IO Error 103LERROR_TOO_MANY_SEM_REQUESTSMessageText:The semaphore cannot be set again.

I/O Error 104:IO Error 104LERROR_INVALID_AT_INTERRUPT_TIMEMessageText:

Page 11: Delphi IO Errors

Cannot request exclusive semaphores at interrupt time.

I/O Error 105:IO Error 105LERROR_SEM_OWNER_DIEDMessageText:The previous ownership of this semaphore has ended.

I/O Error 106:IO Error 106LERROR_SEM_USER_LIMITMessageText:Insert the diskette for drive %1.

I/O Error 107:IO Error 107LERROR_DISK_CHANGEMessageText:Program stopped because alternate diskette was not inserted.

I/O Error 108:IO Error 108LERROR_DRIVE_LOCKEDMessageText:The disk is in use or locked byanother process.

I/O Error 109:IO Error 109LERROR_BROKEN_PIPEMessageText:The pipe has been ended.

I/O Error 110:IO Error 110LERROR_OPEN_FAILEDMessageText:The system cannot open thedevice or file specified.

I/O Error 111:IO Error 111LERROR_BUFFER_OVERFLOWMessageText:The file name is too long.

I/O Error 112:

Page 12: Delphi IO Errors

IO Error 112LERROR_DISK_FULLMessageText:There is not enough space on the disk.

I/O Error 113:IO Error 113LERROR_NO_MORE_SEARCH_HANDLESMessageText:No more internal file identifiers available.

I/O Error 114:IO Error 114LERROR_INVALID_TARGET_HANDLEMessageText:The target internal file identifier is incorrect.

I/O Error 117:IO Error 117LERROR_INVALID_CATEGORYMessageText:The IOCTL call made by the application program isnot correct.

I/O Error 118:IO Error 118LERROR_INVALID_VERIFY_SWITCHMessageText:The verify-on-write switch parameter value is notcorrect.

I/O Error 119:IO Error 119LERROR_BAD_DRIVER_LEVELMessageText:The system does not support the command requested.

I/O Error 120:IO Error 120LERROR_CALL_NOT_IMPLEMENTEDMessageText:This function is only valid in Windows NT mode.

I/O Error 121:IO Error 121LERROR_SEM_TIMEOUTMessageText:

Page 13: Delphi IO Errors

The semaphore timeout period has expired.

I/O Error dderro:IO Error dderroLERROR_INSUFFICIENT_BUFFERMessageText:The data area passed to a system call is toosmall.

I/O Error 123:IO Error 123LERROR_INVALID_NAMEMessageText:The filename, directory name, or volume label syntax is incorrect.

I/O Error 124:IO Error 124LERROR_INVALID_LEVELMessageText:The system call level is not correct.

I/O Error 125:IO Error 125LERROR_NO_VOLUME_LABELMessageText:The disk has no volume label.

I/O Error 126:IO Error 126LERROR_MOD_NOT_FOUNDMessageText:The specified module could not be found.

I/O Error 127:IO Error 127LERROR_PROC_NOT_FOUNDMessageText:The specified procedure could not be found.

I/O Error 128:IO Error 128LERROR_WAIT_NO_CHILDRENMessageText:There are no child processes to wait for.

I/O Error 129:IO Error 129L

Page 14: Delphi IO Errors

ERROR_CHILD_NOT_COMPLETEMessageText:The %1 application cannot be run in Windows NT mode.

I/O Error 130:IO Error 130LERROR_DIRECT_ACCESS_HANDLEMessageText:Attempt to use a file handle to an open disk partition for anoperation other than raw disk I/O.

I/O Error 131:IO Error 131LERROR_NEGATIVE_SEEKMessageText:An attempt was made to move the file pointer before the beginning of the file.

I/O Error 132:IO Error 132LERROR_SEEK_ON_DEVICEMessageText:The file pointer cannot be set on the specified device or file.

I/O Error 133:IO Error 133LERROR_IS_JOIN_TARGETMessageText:A JOIN or SUBST commandcannot be used for a drive thatcontains previously joined drives.

I/O Error 134:IO Error 134LERROR_IS_JOINEDMessageText:An attempt was made to use aJOIN or SUBST command on a drive that hasalready been joined.

I/O Error 135:IO Error 135LERROR_IS_SUBSTEDMessageText:An attempt was made to use aJOIN or SUBST command on a drive that hasalready been substituted.

Page 15: Delphi IO Errors

I/O Error 136:IO Error 136LERROR_NOT_JOINEDMessageText:The system tried to deletethe JOIN of a drive that is not joined.

I/O Error 137:IO Error 137LERROR_NOT_SUBSTEDMessageText:The system tried to delete thesubstitution of a drive that is not substituted.

I/O Error 138:IO Error 138LERROR_JOIN_TO_JOINMessageText:The system tried to join a driveto a directory on a joined drive.

I/O Error 139:IO Error 139LERROR_SUBST_TO_SUBSTMessageText:The system tried to substitute adrive to a directory on a substituted drive.

I/O Error 140:IO Error 140LERROR_JOIN_TO_SUBSTMessageText:The system tried to join a drive toa directory on a substituted drive.

I/O Error 141:IO Error 141LERROR_SUBST_TO_JOINMessageText:The system tried to SUBST a driveto a directory on a joined drive.

I/O Error 142:IO Error 142LERROR_BUSY_DRIVEMessageText:The system cannot perform a JOIN or SUBST at this time.

Page 16: Delphi IO Errors

I/O Error 143:IO Error 143LERROR_SAME_DRIVEMessageText:The system cannot join or substitute adrive to or for a directory on the same drive.

I/O Error 144:IO Error 144LERROR_DIR_NOT_ROOTMessageText:The directory is not a subdirectory of the root directory.

I/O Error 145:IO Error 145LERROR_DIR_NOT_EMPTYMessageText:The directory is not empty.

I/O Error 146:IO Error 146LERROR_IS_SUBST_PATHMessageText:The path specified is being used ina substitute.

I/O Error 147:IO Error 147LERROR_IS_JOIN_PATHMessageText:Not enough resources are available toprocess this command.

I/O Error 148:IO Error 148LERROR_PATH_BUSYMessageText:The path specified cannot be used at this time.

I/O Error 149:IO Error 149LERROR_IS_SUBST_TARGETMessageText:An attempt was made to joinor substitute a drive for which a directoryon the drive is the target of a previous

Page 17: Delphi IO Errors

substitute.

I/O Error 150:IO Error 150LERROR_SYSTEM_TRACEMessageText:System trace information was not specified in yourCONFIG.SYS file, or tracing is disallowed.

I/O Error 151:IO Error 151LERROR_INVALID_EVENT_COUNTMessageText:The number of specified semaphore events forDosMuxSemWait is not correct.

I/O Error 152:IO Error 152LERROR_TOO_MANY_MUXWAITERSMessageText:DosMuxSemWait did not execute; too many semaphoresare already set.

I/O Error 153:IO Error 153LERROR_INVALID_LIST_FORMATMessageText:The DosMuxSemWait list is not correct.

I/O Error 154:IO Error 154LERROR_LABEL_TOO_LONGMessageText:The volume label you entered exceeds the label characterlimit of the target file system.

I/O Error 155:IO Error 155LERROR_TOO_MANY_TCBSMessageText:Cannot create another thread.

I/O Error 156:IO Error 156LERROR_SIGNAL_REFUSEDMessageText:The recipient process has refused the signal.

Page 18: Delphi IO Errors

I/O Error 157:IO Error 157LERROR_DISCARDEDMessageText:The segment is already discarded and cannot be locked.

I/O Error 158:IO Error 158LERROR_NOT_LOCKEDMessageText:The segment is already unlocked.

I/O Error 159:IO Error 159LERROR_BAD_THREADID_ADDRMessageText:The address for the thread ID is not correct.

I/O Error 160:IO Error 160LERROR_BAD_ARGUMENTSMessageText:The argument string passed to DosExecPgm is not correct.

I/O Error 161:IO Error 161LERROR_BAD_PATHNAMEMessageText:The specified path is invalid.

I/O Error 162:IO Error 162LERROR_SIGNAL_PENDINGMessageText:A signal is already pending.

I/O Error 164:IO Error 164LERROR_MAX_THRDS_REACHEDMessageText:No more threads can be created in the system.

I/O Error 167:IO Error 167LERROR_LOCK_FAILEDMessageText:

Page 19: Delphi IO Errors

Unable to lock a region of a file.

I/O Error 170:IO Error 170LERROR_BUSYMessageText:The requested resource is in use.

I/O Error 173:IO Error 173LERROR_CANCEL_VIOLATIONMessageText:A lock request was not outstanding for the supplied cancel region.

I/O Error 174:IO Error 174LERROR_ATOMIC_LOCKS_NOT_SUPPORTEDMessageText:The file system does not support atomic changes to the lock type.

I/O Error 180:IO Error 180LERROR_INVALID_SEGMENT_NUMBERMessageText:The system detected a segment number that was not correct.

I/O Error 182:IO Error 182LERROR_INVALID_ORDINALMessageText:The operating system cannot run %1.

I/O Error 183:IO Error 183LERROR_ALREADY_EXISTSMessageText:Cannot create a file when that file already exists.

I/O Error 186:IO Error 186LERROR_INVALID_FLAG_NUMBERMessageText:The flag passed is not correct.

I/O Error 187:IO Error 187LERROR_SEM_NOT_FOUND

Page 20: Delphi IO Errors

MessageText:The specified system semaphore name was not found.

I/O Error 188:IO Error 188LERROR_INVALID_STARTING_CODESEGMessageText:The operating system cannot run %1.

I/O Error 189:IO Error 189LERROR_INVALID_STACKSEGMessageText:The operating system cannot run %1.

I/O Error 190:IO Error 190LERROR_INVALID_MODULETYPEMessageText:The operating system cannot run %1.

I/O Error 191:IO Error 191LERROR_INVALID_EXE_SIGNATUREMessageText:Cannot run %1 in Windows NT mode.

I/O Error 192:IO Error 192LERROR_EXE_MARKED_INVALIDMessageText:The operating system cannot run %1.

I/O Error 193:IO Error 193LERROR_BAD_EXE_FORMATMessageText:%1 is not a valid Windows NT application.

I/O Error 194:IO Error 194LERROR_ITERATED_DATA_EXCEEDS_64kMessageText:The operating system cannot run %1.

I/O Error 195:IO Error 195L

Page 21: Delphi IO Errors

ERROR_INVALID_MINALLOCSIZEMessageText:The operating system cannot run %1.

I/O Error 196:IO Error 196LERROR_DYNLINK_FROM_INVALID_RINGMessageText:The operating system cannot run thisapplication program.

I/O Error 197:IO Error 197LERROR_IOPL_NOT_ENABLEDMessageText:The operating system is not presentlyconfigured to run this application.

I/O Error 198:IO Error 198LERROR_INVALID_SEGDPLMessageText:The operating system cannot run %1.

I/O Error 199:IO Error 199LERROR_AUTODATASEG_EXCEEDS_64kMessageText:The operating system cannot run thisapplication program.

I/O Error 200:IO Error 200LERROR_RING2SEG_MUST_BE_MOVABLEMessageText:The code segment cannot be greater than or equal to 64KB.

I/O Error 201:IO Error 201LERROR_RELOC_CHAIN_XEEDS_SEGLIMMessageText:The operating system cannot run %1.

I/O Error 202:IO Error 202LERROR_INFLOOP_IN_RELOC_CHAINMessageText:

Page 22: Delphi IO Errors

The operating system cannot run %1.

I/O Error 203:IO Error 203LERROR_ENVVAR_NOT_FOUNDMessageText:The system could not find the environmentoption that was entered.

I/O Error 205:IO Error 205LERROR_NO_SIGNAL_SENTMessageText:No process in the command subtree has asignal handler.

I/O Error 206:IO Error 206LERROR_FILENAME_EXCED_RANGEMessageText:The filename or extension is too long.

I/O Error 207:IO Error 207LERROR_RING2_STACK_IN_USEMessageText:The ring 2 stack is in use.

I/O Error 208:IO Error 208LERROR_META_EXPANSION_TOO_LONGMessageText:The global filename characters, * or ?, are enteredincorrectly or too many global filename characters are specified.

I/O Error 209:IO Error 209LERROR_INVALID_SIGNAL_NUMBERMessageText:The signal being posted is not correct.

I/O Error 210:IO Error 210LERROR_THREAD_1_INACTIVEMessageText:The signal handler cannot be set.

Page 23: Delphi IO Errors

I/O Error 212:IO Error 212LERROR_LOCKEDMessageText:The segment is locked and cannot be reallocated.

I/O Error 214:IO Error 214LERROR_TOO_MANY_MODULESMessageText:Too many dynamic link modules are attached to thisprogram or dynamic link module.

I/O Error 215:IO Error 215LERROR_NESTING_NOT_ALLOWEDMessageText:Can't nest calls to LoadModule.

I/O Error 216:IO Error 216LERROR_EXE_MACHINE_TYPE_MISMATCHMessageText:The image file %1 is valid, but is for a machine type otherthan the current machine.

I/O Error 230:IO Error 230LERROR_BAD_PIPEMessageText:The pipe state is invalid.

I/O Error 231:IO Error 231LERROR_PIPE_BUSYMessageText:All pipe instances are busy.

I/O Error 232:IO Error 232LERROR_NO_DATAMessageText:The pipe is being closed.

I/O Error 233:IO Error 233LERROR_PIPE_NOT_CONNECTED

Page 24: Delphi IO Errors

MessageText:No process is on the other end of the pipe.

I/O Error dderro:IO Error dderroLERROR_MORE_DATAMessageText:More data is available.

I/O Error 240:IO Error 240LERROR_VC_DISCONNECTEDMessageText:The session was cancelled.

I/O Error 254:IO Error 254LERROR_INVALID_EA_NAMEMessageText:The specified extended attribute name was invalid.

I/O Error 255:IO Error 255LERROR_EA_LIST_INCONSISTENTMessageText:The extended attributes are inconsistent.

I/O Error 259:IO Error 259LERROR_NO_MORE_ITEMSMessageText:No more data is available.

I/O Error 266:IO Error 266LERROR_CANNOT_COPYMessageText:The Copy API cannot be used.

I/O Error 267:IO Error 267LERROR_DIRECTORYMessageText:The directory name is invalid.

I/O Error 275:IO Error 275L

Page 25: Delphi IO Errors

ERROR_EAS_DIDNT_FITMessageText:The extended attributes did not fit in the buffer.

I/O Error 276:IO Error 276LERROR_EA_FILE_CORRUPTMessageText:The extended attribute file on the mounted file system is corrupt.

I/O Error 277:IO Error 277LERROR_EA_TABLE_FULLMessageText:The extended attribute table file is full.

I/O Error 278:IO Error 278LERROR_INVALID_EA_HANDLEMessageText:The specified extended attribute handle is invalid.

I/O Error 282:IO Error 282LERROR_EAS_NOT_SUPPORTEDMessageText:The mounted file system does not support extended attributes.

I/O Error 288:IO Error 288LERROR_NOT_OWNERMessageText:Attempt to release mutex not owned by caller.

I/O Error 298:IO Error 298LERROR_TOO_MANY_POSTSMessageText:Too many posts were made to a semaphore.

I/O Error 299:IO Error 299LERROR_PARTIAL_COPYMessageText:Only part of a Read/WriteProcessMemory request was completed.

I/O Error 317:

Page 26: Delphi IO Errors

IO Error 317LERROR_MR_MID_NOT_FOUNDMessageText:The system cannot find message for message number 0x%1in message file for %2.

I/O Error 487:IO Error 487LERROR_INVALID_ADDRESSMessageText:Attempt to access invalid address.

I/O Error 534:IO Error 534LERROR_ARITHMETIC_OVERFLOWMessageText:Arithmetic result exceeded 32 bits.

I/O Error 535:IO Error 535LERROR_PIPE_CONNECTEDMessageText:There is a process on other end of the pipe.

I/O Error 536:IO Error 536LERROR_PIPE_LISTENINGMessageText:Waiting for a process to open the other end of the pipe.

I/O Error 994:IO Error 994LERROR_EA_ACCESS_DENIEDMessageText:Access to the extended attribute was denied.

I/O Error 995:IO Error 995LERROR_OPERATION_ABORTEDMessageText:The I/O operation has been aborted because of either a thread exitor an application request.

I/O Error 996:IO Error 996LERROR_IO_INCOMPLETEMessageText:

Page 27: Delphi IO Errors

Overlapped I/O event is not in a signalled state.

I/O Error dderro:IO Error dderroLERROR_IO_PENDINGMessageText:Overlapped I/O operation is in progress.

I/O Error 998:IO Error 998LERROR_NOACCESSMessageText:Invalid access to memory location.

I/O Error 999:IO Error 999LERROR_SWAPERRORMessageText:Error performing inpage operation.

I/O Error 1001:IO Error 1001LERROR_STACK_OVERFLOWMessageText:Recursion too deep, stack overflowed.

I/O Error 1002:IO Error 1002LERROR_INVALID_MESSAGEMessageText:The window cannot act on the sent message.

I/O Error 1003:IO Error 1003LERROR_CAN_NOT_COMPLETEMessageText:Cannot complete this function.

I/O Error 1004:IO Error 1004LERROR_INVALID_FLAGSMessageText:Invalid flags.

I/O Error 1005:IO Error 1005LERROR_UNRECOGNIZED_VOLUME

Page 28: Delphi IO Errors

MessageText:The volume does not contain a recognized file system.Please make sure that all required file system drivers are loaded and that thevolume is not corrupt.

I/O Error 1006:IO Error 1006LERROR_FILE_INVALIDMessageText:The volume for a file has been externally altered such that theopened file is no longer valid.

I/O Error 1007:IO Error 1007LERROR_FULLSCREEN_MODEMessageText:The requested operation cannot be performed in full-screen mode.

I/O Error 1008:IO Error 1008LERROR_NO_TOKENMessageText:An attempt was made to reference a token that does not exist.

I/O Error 1009:IO Error 1009LERROR_BADDBMessageText:The configuration registry database is corrupt.

I/O Error 1010:IO Error 1010LERROR_BADKEYMessageText:The configuration registry key is invalid.

I/O Error 1011:IO Error 1011LERROR_CANTOPENMessageText:The configuration registry key could not be opened.

I/O Error 1012:IO Error 1012LERROR_CANTREADMessageText:The configuration registry key could not be read.

Page 29: Delphi IO Errors

I/O Error 1013:IO Error 1013LERROR_CANTWRITEMessageText:The configuration registry key could not be written.

I/O Error 1014:IO Error 1014LERROR_REGISTRY_RECOVEREDMessageText:One of the files in the Registry database had to be recoveredby use of a log or alternate copy. The recovery was successful.

I/O Error 1015:IO Error 1015LERROR_REGISTRY_CORRUPTMessageText:The Registry is corrupt. The structure of one of the files that containsRegistry data is corrupt, or the system's image of the file in memoryis corrupt, or the file could not be recovered because the alternatecopy or log was absent or corrupt.

I/O Error 1016:IO Error 1016LERROR_REGISTRY_IO_FAILEDMessageText:An I/O operation initiated by the Registry failed unrecoverably.The Registry could not read in, or write out, or flush, one of the filesthat contain the system's image of the Registry.

I/O Error 1017:IO Error 1017LERROR_NOT_REGISTRY_FILEMessageText:The system has attempted to load or restore a file into the Registry, but thespecified file is not in a Registry file format.

I/O Error 1018:IO Error 1018LERROR_KEY_DELETEDMessageText:Illegal operation attempted on a Registry key which has been marked for deletion.

I/O Error 1019:IO Error 1019LERROR_NO_LOG_SPACE

Page 30: Delphi IO Errors

MessageText:System could not allocate the required space in a Registry log.

I/O Error 1020:IO Error 1020LERROR_KEY_HAS_CHILDRENMessageText:Cannot create a symbolic link in a Registry key that alreadyhas subkeys or values.

I/O Error 1021:IO Error 1021LERROR_CHILD_MUST_BE_VOLATILEMessageText:Cannot create a stable subkey under a volatile parent key.

I/O Error 1022:IO Error 1022LERROR_NOTIFY_ENUM_DIRMessageText:A notify change request is being completed and the informationis not being returned in the caller's buffer. The caller nowneeds to enumerate the files to find the changes.

I/O Error 1051:IO Error 1051LERROR_DEPENDENT_SERVICES_RUNNINGMessageText:A stop control has been sent to a service which other running servicesare dependent on.

I/O Error 1052:IO Error 1052LERROR_INVALID_SERVICE_CONTROLMessageText:The requested control is not valid for this service

I/O Error 1053:IO Error 1053LERROR_SERVICE_REQUEST_TIMEOUTMessageText:The service did not respond to the start or control request in a timelyfashion.

I/O Error 1054:IO Error 1054LERROR_SERVICE_NO_THREAD

Page 31: Delphi IO Errors

MessageText:A thread could not be created for the service.

I/O Error 1055:IO Error 1055LERROR_SERVICE_DATABASE_LOCKEDMessageText:The service database is locked.

I/O Error 1056:IO Error 1056LERROR_SERVICE_ALREADY_RUNNINGMessageText:An instance of the service is already running.

I/O Error 1057:IO Error 1057LERROR_INVALID_SERVICE_ACCOUNTMessageText:The account name is invalid or does not exist.

I/O Error 1058:IO Error 1058LERROR_SERVICE_DISABLEDMessageText:The specified service is disabled and cannot be started.

I/O Error 1059:IO Error 1059LERROR_CIRCULAR_DEPENDENCYMessageText:Circular service dependency was specified.

I/O Error 1060:IO Error 1060LERROR_SERVICE_DOES_NOT_EXISTMessageText:The specified service does not exist as an installed service.

I/O Error 1061:IO Error 1061LERROR_SERVICE_CANNOT_ACCEPT_CTRLMessageText:The service cannot accept control messages at this time.

I/O Error 1062:IO Error 1062L

Page 32: Delphi IO Errors

ERROR_SERVICE_NOT_ACTIVEMessageText:The service has not been started.

I/O Error 1063:IO Error 1063LERROR_FAILED_SERVICE_CONTROLLER_CONNECTMessageText:The service process could not connect to the service controller.

I/O Error 1064:IO Error 1064LERROR_EXCEPTION_IN_SERVICEMessageText:An exception occurred in the service when handling the control request.

I/O Error 1065:IO Error 1065LERROR_DATABASE_DOES_NOT_EXISTMessageText:The database specified does not exist.

I/O Error 1066:IO Error 1066LERROR_SERVICE_SPECIFIC_ERRORMessageText:The service has returned a service-specific error code.

I/O Error 1067:IO Error 1067LERROR_PROCESS_ABORTEDMessageText:The process terminated unexpectedly.

I/O Error 1068:IO Error 1068LERROR_SERVICE_DEPENDENCY_FAILMessageText:The dependency service or group failed to start.

I/O Error 1069:IO Error 1069LERROR_SERVICE_LOGON_FAILEDMessageText:The service did not start due to a logon failure.

I/O Error 1070:

Page 33: Delphi IO Errors

IO Error 1070LERROR_SERVICE_START_HANGMessageText:After starting, the service hung in a start-pending state.

I/O Error 1071:IO Error 1071LERROR_INVALID_SERVICE_LOCKMessageText:The specified service database lock is invalid.

I/O Error 1072:IO Error 1072LERROR_SERVICE_MARKED_FOR_DELETEMessageText:The specified service has been marked for deletion.

I/O Error 1073:IO Error 1073LERROR_SERVICE_EXISTSMessageText:The specified service already exists.

I/O Error 1074:IO Error 1074LERROR_ALREADY_RUNNING_LKGMessageText:The system is currently running with the last-known-good configuration.

I/O Error 1075:IO Error 1075LERROR_SERVICE_DEPENDENCY_DELETEDMessageText:The dependency service does not exist or has been marked fordeletion.

I/O Error 1076:IO Error 1076LERROR_BOOT_ALREADY_ACCEPTEDMessageText:The current boot has already been accepted for use as thelast-known-good control set.

I/O Error 1077:IO Error 1077LERROR_SERVICE_NEVER_STARTEDMessageText:

Page 34: Delphi IO Errors

No attempts to start the service have been made since the last boot.

I/O Error 1078:IO Error 1078LERROR_DUPLICATE_SERVICE_NAMEMessageText:The name is already in use as either a service name or a service displayname.

I/O Error 1079:IO Error 1079LERROR_DIFFERENT_SERVICE_ACCOUNTMessageText:The account specified for this service is different from the accountspecified for other services running in the same process.

I/O Error 1100:IO Error 1100LERROR_END_OF_MEDIAMessageText:The physical end of the tape has been reached.

I/O Error 1101:IO Error 1101LERROR_FILEMARK_DETECTEDMessageText:A tape access reached a filemark.

I/O Error 1102:IO Error 1102LERROR_BEGINNING_OF_MEDIAMessageText:Beginning of tape or partition was encountered.

I/O Error 1103:IO Error 1103LERROR_SETMARK_DETECTEDMessageText:A tape access reached the end of a set of files.

I/O Error 1104:IO Error 1104LERROR_NO_DATA_DETECTEDMessageText:No more data is on the tape.

I/O Error 1105:

Page 35: Delphi IO Errors

IO Error 1105LERROR_PARTITION_FAILUREMessageText:Tape could not be partitioned.

I/O Error 1106:IO Error 1106LERROR_INVALID_BLOCK_LENGTHMessageText:When accessing a new tape of a multivolume partition, the currentblocksize is incorrect.

I/O Error 1107:IO Error 1107LERROR_DEVICE_NOT_PARTITIONEDMessageText:Tape partition information could not be found when loading a tape.

I/O Error 1108:IO Error 1108LERROR_UNABLE_TO_LOCK_MEDIAMessageText:Unable to lock the media eject mechanism.

I/O Error 1109:IO Error 1109LERROR_UNABLE_TO_UNLOAD_MEDIAMessageText:Unable to unload the media.

I/O Error 1110:IO Error 1110LERROR_MEDIA_CHANGEDMessageText:Media in drive may have changed.

I/O Error 1111:IO Error 1111LERROR_BUS_RESETMessageText:The I/O bus was reset.

I/O Error 1112:IO Error 1112LERROR_NO_MEDIA_IN_DRIVEMessageText:No media in drive.

Page 36: Delphi IO Errors

I/O Error 1113:IO Error 1113LERROR_NO_UNICODE_TRANSLATIONMessageText:No mapping for the Unicode character exists in the target multi-byte code page.

I/O Error 1114:IO Error 1114LERROR_DLL_INIT_FAILEDMessageText:A dynamic link library (DLL) initialization routine failed.

I/O Error 1115:IO Error 1115LERROR_SHUTDOWN_IN_PROGRESSMessageText:A system shutdown is in progress.

I/O Error 1116:IO Error 1116LERROR_NO_SHUTDOWN_IN_PROGRESSMessageText:Unable to abort the system shutdown because no shutdown was in progress.

I/O Error 1117:IO Error 1117LERROR_IO_DEVICEMessageText:The request could not be performed because of an I/O device error.

I/O Error 1118:IO Error 1118LERROR_SERIAL_NO_DEVICEMessageText:No serial device was successfully initialized. The serial driver will unload.

I/O Error 1119:IO Error 1119LERROR_IRQ_BUSYMessageText:Unable to open a device that was sharing an interrupt request (IRQ)with other devices. At least one other device that uses that IRQwas already opened.

I/O Error 1120:IO Error 1120L

Page 37: Delphi IO Errors

ERROR_MORE_WRITESMessageText:A serial I/O operation was completed by another write to the serial port.(The IOCTL_SERIAL_XOFF_COUNTER reached zero.)

I/O Error 1121:IO Error 1121LERROR_COUNTER_TIMEOUTMessageText:A serial I/O operation completed because the time-out period expired.(The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)

I/O Error 1122:IO Error 1122LERROR_FLOPPY_ID_MARK_NOT_FOUNDMessageText:No ID address mark was found on the floppy disk.

I/O Error 1123:IO Error 1123LERROR_FLOPPY_WRONG_CYLINDERMessageText:Mismatch between the floppy disk sector ID field and the floppy diskcontroller track address.

I/O Error 1124:IO Error 1124LERROR_FLOPPY_UNKNOWN_ERRORMessageText:The floppy disk controller reported an error that is not recognizedby the floppy disk driver.

I/O Error 1125:IO Error 1125LERROR_FLOPPY_BAD_REGISTERSMessageText:The floppy disk controller returned inconsistent results in its registers.

I/O Error 1126:IO Error 1126LERROR_DISK_RECALIBRATE_FAILEDMessageText:While accessing the hard disk, a recalibrate operation failed, even after retries.

I/O Error 1127:IO Error 1127LERROR_DISK_OPERATION_FAILED

Page 38: Delphi IO Errors

MessageText:While accessing the hard disk, a disk operation failed even after retries.

I/O Error 1128:IO Error 1128LERROR_DISK_RESET_FAILEDMessageText:While accessing the hard disk, a disk controller reset was needed, buteven that failed.

I/O Error 1129:IO Error 1129LERROR_EOM_OVERFLOWMessageText:Physical end of tape encountered.

I/O Error 1130:IO Error 1130LERROR_NOT_ENOUGH_SERVER_MEMORYMessageText:Not enough server storage is available to process this command.

I/O Error 1131:IO Error 1131LERROR_POSSIBLE_DEADLOCKMessageText:A potential deadlock condition has been detected.

I/O Error 1132:IO Error 1132LERROR_MAPPED_ALIGNMENTMessageText:The base address or the file offset specified does not have the properalignment.

I/O Error 1140:IO Error 1140LERROR_SET_POWER_STATE_VETOEDMessageText:An attempt to change the system power state was vetoed by anotherapplication or driver.

I/O Error 1141:IO Error 1141LERROR_SET_POWER_STATE_FAILEDMessageText:The system BIOS failed an attempt to change the system power state.

Page 39: Delphi IO Errors

I/O Error 1142:IO Error 1142LERROR_TOO_MANY_LINKSMessageText:An attempt was made to create more links on a file thanthe file system supports.

I/O Error 1150:IO Error 1150LERROR_OLD_WIN_VERSIONMessageText:The specified program requires a newer version of Windows.

I/O Error 1151:IO Error 1151LERROR_APP_WRONG_OSMessageText:The specified program is not a Windows or MS-DOS program.

I/O Error 1152:IO Error 1152LERROR_SINGLE_INSTANCE_APPMessageText:Cannot start more than one instance of the specified program.

I/O Error 1153:IO Error 1153LERROR_RMODE_APPMessageText:The specified program was written for an older version of Windows.

I/O Error 1154:IO Error 1154LERROR_INVALID_DLLMessageText:One of the library files needed to run this application is damaged.

I/O Error 1155:IO Error 1155LERROR_NO_ASSOCIATIONMessageText:No application is associated with the specified file for this operation.

I/O Error 1156:IO Error 1156LERROR_DDE_FAIL

Page 40: Delphi IO Errors

MessageText:An error occurred in sending the command to the application.

I/O Error 1157:IO Error 1157LERROR_DLL_NOT_FOUNDMessageText:One of the library files needed to run this application cannot be found.

/ / Winnet32 Status Codes /

I/O Error 2202:IO Error 2202LERROR_BAD_USERNAMEMessageText:The specified username is invalid.

I/O Error 2250:IO Error 2250LERROR_NOT_CONNECTEDMessageText:This network connection does not exist.

I/O Error 2401:IO Error 2401LERROR_OPEN_FILESMessageText:This network connection has files open or requests pending.

I/O Error 2402:IO Error 2402LERROR_ACTIVE_CONNECTIONSMessageText:Active connections still exist.

I/O Error 2404:IO Error 2404LERROR_DEVICE_IN_USEMessageText:The device is in use by an active process and cannot be disconnected.

I/O Error 1200:IO Error 1200LERROR_BAD_DEVICE

Page 41: Delphi IO Errors

MessageText:The specified device name is invalid.

I/O Error 1201:IO Error 1201LERROR_CONNECTION_UNAVAILMessageText:The device is not currently connected but it is a remembered connection.

I/O Error 1202:IO Error 1202LERROR_DEVICE_ALREADY_REMEMBEREDMessageText:An attempt was made to remember a device that had previously been remembered.

I/O Error 1203:IO Error 1203LERROR_NO_NET_OR_BAD_PATHMessageText:No network provider accepted the given network path.

I/O Error 1204:IO Error 1204LERROR_BAD_PROVIDERMessageText:The specified network provider name is invalid.

I/O Error 1205:IO Error 1205LERROR_CANNOT_OPEN_PROFILEMessageText:Unable to open the network connection profile.

I/O Error 1206:IO Error 1206LERROR_BAD_PROFILEMessageText:The network connection profile is corrupt.

I/O Error 1207:IO Error 1207LERROR_NOT_CONTAINERMessageText:Cannot enumerate a non-container.

I/O Error 1208:IO Error 1208L

Page 42: Delphi IO Errors

ERROR_EXTENDED_ERRORMessageText:An extended error has occurred.

I/O Error 1209:IO Error 1209LERROR_INVALID_GROUPNAMEMessageText:The format of the specified group name is invalid.

I/O Error 1210:IO Error 1210LERROR_INVALID_COMPUTERNAMEMessageText:The format of the specified computer name is invalid.

I/O Error 1211:IO Error 1211LERROR_INVALID_EVENTNAMEMessageText:The format of the specified event name is invalid.

I/O Error 1212:IO Error 1212LERROR_INVALID_DOMAINNAMEMessageText:The format of the specified domain name is invalid.

I/O Error 1213:IO Error 1213LERROR_INVALID_SERVICENAMEMessageText:The format of the specified service name is invalid.

I/O Error 1214:IO Error 1214LERROR_INVALID_NETNAMEMessageText:The format of the specified network name is invalid.

I/O Error 1215:IO Error 1215LERROR_INVALID_SHARENAMEMessageText:The format of the specified share name is invalid.

I/O Error 1216:

Page 43: Delphi IO Errors

IO Error 1216LERROR_INVALID_PASSWORDNAMEMessageText:The format of the specified password is invalid.

I/O Error 1217:IO Error 1217LERROR_INVALID_MESSAGENAMEMessageText:The format of the specified message name is invalid.

I/O Error 1218:IO Error 1218LERROR_INVALID_MESSAGEDESTMessageText:The format of the specified message destination is invalid.

I/O Error 1219:IO Error 1219LERROR_SESSION_CREDENTIAL_CONFLICTMessageText:The credentials supplied conflict with an existing set of credentials.

I/O Error 1220:IO Error 1220LERROR_REMOTE_SESSION_LIMIT_EXCEEDEDMessageText:An attempt was made to establish a session to a network server, but thereare already too many sessions established to that server.

I/O Error 1221:IO Error 1221LERROR_DUP_DOMAINNAMEMessageText:The workgroup or domain name is already in use by another computer on thenetwork.

I/O Error 1222:IO Error 1222LERROR_NO_NETWORKMessageText:The network is not present or not started.

I/O Error 1223:IO Error 1223LERROR_CANCELLEDMessageText:

Page 44: Delphi IO Errors

The operation was cancelled by the user.

I/O Error 1224:IO Error 1224LERROR_USER_MAPPED_FILEMessageText:The requested operation cannot be performed on a file with a user mapped section open.

I/O Error 1225:IO Error 1225LERROR_CONNECTION_REFUSEDMessageText:The remote system refused the network connection.

I/O Error 1226:IO Error 1226LERROR_GRACEFUL_DISCONNECTMessageText:The network connection was gracefully closed.

I/O Error 1227:IO Error 1227LERROR_ADDRESS_ALREADY_ASSOCIATEDMessageText:The network transport endpoint already has an address associated with it.

I/O Error 1228:IO Error 1228LERROR_ADDRESS_NOT_ASSOCIATEDMessageText:An address has not yet been associated with the network endpoint.

I/O Error 1229:IO Error 1229LERROR_CONNECTION_INVALIDMessageText:An operation was attempted on a non-existent network connection.

I/O Error 1230:IO Error 1230LERROR_CONNECTION_ACTIVEMessageText:An invalid operation was attempted on an active network connection.

I/O Error 1231:IO Error 1231LERROR_NETWORK_UNREACHABLE

Page 45: Delphi IO Errors

MessageText:The remote network is not reachable by the transport.

I/O Error 1232:IO Error 1232LERROR_HOST_UNREACHABLEMessageText:The remote system is not reachable by the transport.

I/O Error 1233:IO Error 1233LERROR_PROTOCOL_UNREACHABLEMessageText:The remote system does not support the transport protocol.

I/O Error 1234:IO Error 1234LERROR_PORT_UNREACHABLEMessageText:No service is operating at the destination network endpointon the remote system.

I/O Error 1235:IO Error 1235LERROR_REQUEST_ABORTEDMessageText:The request was aborted.

I/O Error 1236:IO Error 1236LERROR_CONNECTION_ABORTEDMessageText:The network connection was aborted by the local system.

I/O Error 1237:IO Error 1237LERROR_RETRYMessageText:The operation could not be completed. A retry should be performed.

I/O Error 1238:IO Error 1238LERROR_CONNECTION_COUNT_LIMITMessageText:A connection to the server could not be made because the limit on the number ofconcurrent connections for this account has been reached.

Page 46: Delphi IO Errors

I/O Error 1239:IO Error 1239LERROR_LOGIN_TIME_RESTRICTIONMessageText:Attempting to login during an unauthorized time of day for this account.

I/O Error 1240:IO Error 1240LERROR_LOGIN_WKSTA_RESTRICTIONMessageText:The account is not authorized to login from this station.

I/O Error 1241:IO Error 1241LERROR_INCORRECT_ADDRESSMessageText:The network address could not be used for the operation requested.

I/O Error 1242:IO Error 1242LERROR_ALREADY_REGISTEREDMessageText:The service is already registered.

I/O Error 1243:IO Error 1243LERROR_SERVICE_NOT_FOUNDMessageText:The specified service does not exist.

I/O Error 1244:IO Error 1244LERROR_NOT_AUTHENTICATEDMessageText:The operation being requested was not performed because the userhas not been authenticated.

I/O Error 1245:IO Error 1245LERROR_NOT_LOGGED_ONMessageText:The operation being requested was not performed because the userhas not logged on to the network.The specified service does not exist.

I/O Error 1246:IO Error 1246L

Page 47: Delphi IO Errors

ERROR_CONTINUEMessageText:Return that wants caller to continue with work in progress.

I/O Error 1247:IO Error 1247LERROR_ALREADY_INITIALIZEDMessageText:An attempt was made to perform an initialization operation wheninitialization has already been completed.

I/O Error 1248:IO Error 1248LERROR_NO_MORE_DEVICESMessageText:No more local devices.

// // Security Status Codes // //

I/O Error 1300:IO Error 1300LERROR_NOT_ALL_ASSIGNEDMessageText:Not all privileges referenced are assigned to the caller.

I/O Error 1301:IO Error 1301LERROR_SOME_NOT_MAPPEDMessageText:Some mapping between account names and security IDs was not done.

I/O Error 1302:IO Error 1302LERROR_NO_QUOTAS_FOR_ACCOUNTMessageText:No system quota limits are specifically set for this account.

I/O Error 1303:IO Error 1303LERROR_LOCAL_USER_SESSION_KEYMessageText:No encryption key is available. A well-known encryption key was returned.

I/O Error 1304:

Page 48: Delphi IO Errors

IO Error 1304LERROR_NULL_LM_PASSWORDMessageText:The NT password is too complex to be converted to a LAN Managerpassword. The LAN Manager password returned is a NULL string.

I/O Error 1305:IO Error 1305LERROR_UNKNOWN_REVISIONMessageText:The revision level is unknown.

I/O Error 1306:IO Error 1306LERROR_REVISION_MISMATCHMessageText:Indicates two revision levels are incompatible.

I/O Error 1307:IO Error 1307LERROR_INVALID_OWNERMessageText:This security ID may not be assigned as the owner of this object.

I/O Error 1308:IO Error 1308LERROR_INVALID_PRIMARY_GROUPMessageText:This security ID may not be assigned as the primary group of an object.

I/O Error 1309:IO Error 1309LERROR_NO_IMPERSONATION_TOKENMessageText:An attempt has been made to operate on an impersonation tokenby a thread that is not currently impersonating a client.

I/O Error 1310:IO Error 1310LERROR_CANT_DISABLE_MANDATORYMessageText:The group may not be disabled.

I/O Error 1311:IO Error 1311LERROR_NO_LOGON_SERVERSMessageText:

Page 49: Delphi IO Errors

There are currently no logon servers available to service the logonrequest.

I/O Error 1312:IO Error 1312LERROR_NO_SUCH_LOGON_SESSIONMessageText:A specified logon session does not exist. It may already havebeen terminated.

I/O Error 1313:IO Error 1313LERROR_NO_SUCH_PRIVILEGEMessageText:A specified privilege does not exist.

I/O Error 1314:IO Error 1314LERROR_PRIVILEGE_NOT_HELDMessageText:A required privilege is not held by the client.

I/O Error 1315:IO Error 1315LERROR_INVALID_ACCOUNT_NAMEMessageText:The name provided is not a properly formed account name.

I/O Error 1316:IO Error 1316LERROR_USER_EXISTSMessageText:The specified user already exists.

I/O Error 1317:IO Error 1317LERROR_NO_SUCH_USERMessageText:The specified user does not exist.

I/O Error 1318:IO Error 1318LERROR_GROUP_EXISTSMessageText:The specified group already exists.

I/O Error 1319:

Page 50: Delphi IO Errors

IO Error 1319LERROR_NO_SUCH_GROUPMessageText:The specified group does not exist.

I/O Error 1320:IO Error 1320LERROR_MEMBER_IN_GROUPMessageText:Either the specified user account is already a member of the specifiedgroup, or the specified group cannot be deleted because it containsa member.

I/O Error 1321:IO Error 1321LERROR_MEMBER_NOT_IN_GROUPMessageText:The specified user account is not a member of the specified group account.

I/O Error 1322:IO Error 1322LERROR_LAST_ADMINMessageText:The last remaining administration account cannot be disabledor deleted.

I/O Error 1323:IO Error 1323LERROR_WRONG_PASSWORDMessageText:Unable to update the password. The value provided as the currentpassword is incorrect.

I/O Error 1324:IO Error 1324LERROR_ILL_FORMED_PASSWORDMessageText:Unable to update the password. The value provided for the new passwordcontains values that are not allowed in passwords.

I/O Error 1325:IO Error 1325LERROR_PASSWORD_RESTRICTIONMessageText:Unable to update the password because a password update rule has beenviolated.

Page 51: Delphi IO Errors

I/O Error 1326:IO Error 1326LERROR_LOGON_FAILUREMessageText:Logon failure: unknown user name or bad password.

I/O Error 1327:IO Error 1327LERROR_ACCOUNT_RESTRICTIONMessageText:Logon failure: user account restriction.

I/O Error 1328:IO Error 1328LERROR_INVALID_LOGON_HOURSMessageText:Logon failure: account logon time restriction violation.

I/O Error 1329:IO Error 1329LERROR_INVALID_WORKSTATIONMessageText:Logon failure: user not allowed to log on to this computer.

I/O Error 1330:IO Error 1330LERROR_PASSWORD_EXPIREDMessageText:Logon failure: the specified account password has expired.

I/O Error 1331:IO Error 1331LERROR_ACCOUNT_DISABLEDMessageText:Logon failure: account currently disabled.

I/O Error 1332:IO Error 1332LERROR_NONE_MAPPEDMessageText:No mapping between account names and security IDs was done.

I/O Error 1333:IO Error 1333LERROR_TOO_MANY_LUIDS_REQUESTEDMessageText:Too many local user identifiers (LUIDs) were requested at one time.

Page 52: Delphi IO Errors

I/O Error 1334:IO Error 1334LERROR_LUIDS_EXHAUSTEDMessageText:No more local user identifiers (LUIDs) are available.

I/O Error 1335:IO Error 1335LERROR_INVALID_SUB_AUTHORITYMessageText:The subauthority part of a security ID is invalid for this particular use.

I/O Error 1336:IO Error 1336LERROR_INVALID_ACLMessageText:The access control list (ACL) structure is invalid.

I/O Error 1337:IO Error 1337LERROR_INVALID_SIDMessageText:The security ID structure is invalid.

I/O Error 1338:IO Error 1338LERROR_INVALID_SECURITY_DESCRMessageText:The security descriptor structure is invalid.

I/O Error 1340:IO Error 1340LERROR_BAD_INHERITANCE_ACLMessageText:The inherited access control list (ACL) or access control entry (ACE)could not be built.

I/O Error 1341:IO Error 1341LERROR_SERVER_DISABLEDMessageText:The server is currently disabled.

I/O Error 1342:IO Error 1342LERROR_SERVER_NOT_DISABLED

Page 53: Delphi IO Errors

MessageText:The server is currently enabled.

I/O Error 1343:IO Error 1343LERROR_INVALID_ID_AUTHORITYMessageText:The value provided was an invalid value for an identifier authority.

I/O Error 1344:IO Error 1344LERROR_ALLOTTED_SPACE_EXCEEDEDMessageText:No more memory is available for security information updates.

I/O Error 1345:IO Error 1345LERROR_INVALID_GROUP_ATTRIBUTESMessageText:The specified attributes are invalid, or incompatible with theattributes for the group as a whole.

I/O Error 1346:IO Error 1346LERROR_BAD_IMPERSONATION_LEVELMessageText:Either a required impersonation level was not provided, or theprovided impersonation level is invalid.

I/O Error 1347:IO Error 1347LERROR_CANT_OPEN_ANONYMOUSMessageText:Cannot open an anonymous level security token.

I/O Error 1348:IO Error 1348LERROR_BAD_VALIDATION_CLASSMessageText:The validation information class requested was invalid.

I/O Error 1349:IO Error 1349LERROR_BAD_TOKEN_TYPEMessageText:The type of the token is inappropriate for its attempted use.

Page 54: Delphi IO Errors

I/O Error 1350:IO Error 1350LERROR_NO_SECURITY_ON_OBJECTMessageText:Unable to perform a security operation on an objectwhich has no associated security.

I/O Error 1351:IO Error 1351LERROR_CANT_ACCESS_DOMAIN_INFOMessageText:Indicates a Windows NT Server could not be contacted or thatobjects within the domain are protected such that necessaryinformation could not be retrieved.

I/O Error 1352:IO Error 1352LERROR_INVALID_SERVER_STATEMessageText:The security account manager (SAM) or local securityauthority (LSA) server was in the wrong state to performthe security operation.

I/O Error 1353:IO Error 1353LERROR_INVALID_DOMAIN_STATEMessageText:The domain was in the wrong state to perform the security operation.

I/O Error 1354:IO Error 1354LERROR_INVALID_DOMAIN_ROLEMessageText:This operation is only allowed for the Primary Domain Controller of the domain.

I/O Error 1355:IO Error 1355LERROR_NO_SUCH_DOMAINMessageText:The specified domain did not exist.

I/O Error 1356:IO Error 1356LERROR_DOMAIN_EXISTSMessageText:The specified domain already exists.

Page 55: Delphi IO Errors

I/O Error 1357:IO Error 1357LERROR_DOMAIN_LIMIT_EXCEEDEDMessageText:An attempt was made to exceed the limit on the number of domains per server.

I/O Error 1358:IO Error 1358LERROR_INTERNAL_DB_CORRUPTIONMessageText:Unable to complete the requested operation because of either acatastrophic media failure or a data structure corruption on the disk.

I/O Error 1359:IO Error 1359LERROR_INTERNAL_ERRORMessageText:The security account database contains an internal inconsistency.

I/O Error 1360:IO Error 1360LERROR_GENERIC_NOT_MAPPEDMessageText:Generic access types were contained in an access mask which shouldalready be mapped to non-generic types.

I/O Error 1361:IO Error 1361LERROR_BAD_DESCRIPTOR_FORMATMessageText:A security descriptor is not in the right format (absolute or self-relative).

I/O Error 1362:IO Error 1362LERROR_NOT_LOGON_PROCESSMessageText:The requested action is restricted for use by logon processesonly. The calling process has not registered as a logon process.

I/O Error 1363:IO Error 1363LERROR_LOGON_SESSION_EXISTSMessageText:Cannot start a new logon session with an ID that is already in use.

I/O Error 1364:IO Error 1364L

Page 56: Delphi IO Errors

ERROR_NO_SUCH_PACKAGEMessageText:A specified authentication package is unknown.

I/O Error 1365:IO Error 1365LERROR_BAD_LOGON_SESSION_STATEMessageText:The logon session is not in a state that is consistent with therequested operation.

I/O Error 1366:IO Error 1366LERROR_LOGON_SESSION_COLLISIONMessageText:The logon session ID is already in use.

I/O Error 1367:IO Error 1367LERROR_INVALID_LOGON_TYPEMessageText:A logon request contained an invalid logon type value.

I/O Error 1368:IO Error 1368LERROR_CANNOT_IMPERSONATEMessageText:Unable to impersonate via a named pipe until data has been readfrom that pipe.

I/O Error 1369:IO Error 1369LERROR_RXACT_INVALID_STATEMessageText:The transaction state of a Registry subtree is incompatible with therequested operation.

I/O Error 1370:IO Error 1370LERROR_RXACT_COMMIT_FAILUREMessageText:An internal security database corruption has been encountered.

I/O Error 1371:IO Error 1371LERROR_SPECIAL_ACCOUNTMessageText:

Page 57: Delphi IO Errors

Cannot perform this operation on built-in accounts.

I/O Error 1372:IO Error 1372LERROR_SPECIAL_GROUPMessageText:Cannot perform this operation on this built-in special group.

I/O Error 1373:IO Error 1373LERROR_SPECIAL_USERMessageText:Cannot perform this operation on this built-in special user.

I/O Error 1374:IO Error 1374LERROR_MEMBERS_PRIMARY_GROUPMessageText:The user cannot be removed from a group because the groupis currently the user's primary group.

I/O Error 1375:IO Error 1375LERROR_TOKEN_ALREADY_IN_USEMessageText:The token is already in use as a primary token.

I/O Error 1376:IO Error 1376LERROR_NO_SUCH_ALIASMessageText:The specified local group does not exist.

I/O Error 1377:IO Error 1377LERROR_MEMBER_NOT_IN_ALIASMessageText:The specified account name is not a member of the local group.

I/O Error 1378:IO Error 1378LERROR_MEMBER_IN_ALIASMessageText:The specified account name is already a member of the local group.

I/O Error 1379:IO Error 1379L

Page 58: Delphi IO Errors

ERROR_ALIAS_EXISTSMessageText:The specified local group already exists.

I/O Error 1380:IO Error 1380LERROR_LOGON_NOT_GRANTEDMessageText:Logon failure: the user has not been granted the requestedlogon type at this computer.

I/O Error 1381:IO Error 1381LERROR_TOO_MANY_SECRETSMessageText:The maximum number of secrets that may be stored in a single system has beenexceeded.

I/O Error 1382:IO Error 1382LERROR_SECRET_TOO_LONGMessageText:The length of a secret exceeds the maximum length allowed.

I/O Error 1383:IO Error 1383LERROR_INTERNAL_DB_ERRORMessageText:The local security authority database contains an internal inconsistency.

I/O Error 1384:IO Error 1384LERROR_TOO_MANY_CONTEXT_IDSMessageText:During a logon attempt, the user's security context accumulated too manysecurity IDs.

I/O Error 1385:IO Error 1385LERROR_LOGON_TYPE_NOT_GRANTEDMessageText:Logon failure: the user has not been granted the requested logon typeat this computer.

I/O Error 1386:IO Error 1386LERROR_NT_CROSS_ENCRYPTION_REQUIRED

Page 59: Delphi IO Errors

MessageText:A cross-encrypted password is necessary to change a user password.

I/O Error 1387:IO Error 1387LERROR_NO_SUCH_MEMBERMessageText:A new member could not be added to a local group because the member doesnot exist.

I/O Error 1388:IO Error 1388LERROR_INVALID_MEMBERMessageText:A new member could not be added to a local group because the member has thewrong account type.

I/O Error 1389:IO Error 1389LERROR_TOO_MANY_SIDSMessageText:Too many security IDs have been specified.

I/O Error 1390:IO Error 1390LERROR_LM_CROSS_ENCRYPTION_REQUIREDMessageText:A cross-encrypted password is necessary to change this user password.

I/O Error 1391:IO Error 1391LERROR_NO_INHERITANCEMessageText:Indicates an ACL contains no inheritable components

I/O Error 1392:IO Error 1392LERROR_FILE_CORRUPTMessageText:The file or directory is corrupt and non-readable.

I/O Error 1393:IO Error 1393LERROR_DISK_CORRUPTMessageText:The disk structure is corrupt and non-readable.

Page 60: Delphi IO Errors

I/O Error 1394:IO Error 1394LERROR_NO_USER_SESSION_KEYMessageText:There is no user session key for the specified logon session.

I/O Error 1395:IO Error 1395LERROR_LICENSE_QUOTA_EXCEEDEDMessageText:The service being accessed is licensed for a particular number of connections.No more connections can be made to the service at this timebecause there are already as many connections as the service can accept.

// // WinUser Error Codes // //

I/O Error 1400:IO Error 1400LERROR_INVALID_WINDOW_HANDLEMessageText:Invalid window handle.

I/O Error 1401:IO Error 1401LERROR_INVALID_MENU_HANDLEMessageText:Invalid menu handle.

I/O Error 1402:IO Error 1402LERROR_INVALID_CURSOR_HANDLEMessageText:Invalid cursor handle.

I/O Error 1403:IO Error 1403LERROR_INVALID_ACCEL_HANDLEMessageText:Invalid accelerator table handle.

I/O Error 1404:IO Error 1404LERROR_INVALID_HOOK_HANDLEMessageText:

Page 61: Delphi IO Errors

Invalid hook handle.

I/O Error 1405:IO Error 1405LERROR_INVALID_DWP_HANDLEMessageText:Invalid handle to a multiple-window position structure.

I/O Error 1406:IO Error 1406LERROR_TLW_WITH_WSCHILDMessageText:Cannot create a top-level child window.

I/O Error 1407:IO Error 1407LERROR_CANNOT_FIND_WND_CLASSMessageText:Cannot find window class.

I/O Error 1408:IO Error 1408LERROR_WINDOW_OF_OTHER_THREADMessageText:Invalid window, belongs to other thread.

I/O Error 1409:IO Error 1409LERROR_HOTKEY_ALREADY_REGISTEREDMessageText:Hot key is already registered.

I/O Error 1410:IO Error 1410LERROR_CLASS_ALREADY_EXISTSMessageText:Class already exists.

I/O Error 1411:IO Error 1411LERROR_CLASS_DOES_NOT_EXISTMessageText:Class does not exist.

I/O Error 1412:IO Error 1412LERROR_CLASS_HAS_WINDOWS

Page 62: Delphi IO Errors

MessageText:Class still has open windows.

I/O Error 1413:IO Error 1413LERROR_INVALID_INDEXMessageText:Invalid index.

I/O Error 1414:IO Error 1414LERROR_INVALID_ICON_HANDLEMessageText:Invalid icon handle.

I/O Error 1415:IO Error 1415LERROR_PRIVATE_DIALOG_INDEXMessageText:Using private DIALOG window words.

I/O Error 1416:IO Error 1416LERROR_LISTBOX_ID_NOT_FOUNDMessageText:The listbox identifier was not found.

I/O Error 1417:IO Error 1417LERROR_NO_WILDCARD_CHARACTERSMessageText:No wildcards were found.

I/O Error 1418:IO Error 1418LERROR_CLIPBOARD_NOT_OPENMessageText:Thread does not have a clipboard open.

I/O Error 1419:IO Error 1419LERROR_HOTKEY_NOT_REGISTEREDMessageText:Hot key is not registered.

I/O Error 1420:IO Error 1420L

Page 63: Delphi IO Errors

ERROR_WINDOW_NOT_DIALOGMessageText:The window is not a valid dialog window.

I/O Error 1421:IO Error 1421LERROR_CONTROL_ID_NOT_FOUNDMessageText:Control ID not found.

I/O Error 1422:IO Error 1422LERROR_INVALID_COMBOBOX_MESSAGEMessageText:Invalid message for a combo box because it does not have an edit control.

I/O Error 1423:IO Error 1423LERROR_WINDOW_NOT_COMBOBOXMessageText:The window is not a combo box.

I/O Error 1424:IO Error 1424LERROR_INVALID_EDIT_HEIGHTMessageText:Height must be less than 256.

I/O Error 1425:IO Error 1425LERROR_DC_NOT_FOUNDMessageText:Invalid device context (DC) handle.

I/O Error 1426:IO Error 1426LERROR_INVALID_HOOK_FILTERMessageText:Invalid hook procedure type.

I/O Error 1427:IO Error 1427LERROR_INVALID_FILTER_PROCMessageText:Invalid hook procedure.

I/O Error 1428:

Page 64: Delphi IO Errors

IO Error 1428LERROR_HOOK_NEEDS_HMODMessageText:Cannot set non-local hook without a module handle.

I/O Error 1429:IO Error 1429LERROR_GLOBAL_ONLY_HOOKMessageText:This hook procedure can only be set globally.

I/O Error 1430:IO Error 1430LERROR_JOURNAL_HOOK_SETMessageText:The journal hook procedure is already installed.

I/O Error 1431:IO Error 1431LERROR_HOOK_NOT_INSTALLEDMessageText:The hook procedure is not installed.

I/O Error 1432:IO Error 1432LERROR_INVALID_LB_MESSAGEMessageText:Invalid message for single-selection listbox.

I/O Error 1433:IO Error 1433LERROR_SETCOUNT_ON_BAD_LBMessageText:LB_SETCOUNT sent to non-lazy listbox.

I/O Error 1434:IO Error 1434LERROR_LB_WITHOUT_TABSTOPSMessageText:This list box does not support tab stops.

I/O Error 1435:IO Error 1435LERROR_DESTROY_OBJECT_OF_OTHER_THREADMessageText:Cannot destroy object created by another thread.

Page 65: Delphi IO Errors

I/O Error 1436:IO Error 1436LERROR_CHILD_WINDOW_MENUMessageText:Child windows cannot have menus.

I/O Error 1437:IO Error 1437LERROR_NO_SYSTEM_MENUMessageText:The window does not have a system menu.

I/O Error 1438:IO Error 1438LERROR_INVALID_MSGBOX_STYLEMessageText:Invalid message box style.

I/O Error 1439:IO Error 1439LERROR_INVALID_SPI_VALUEMessageText:Invalid system-wide (SPI_*) parameter.

I/O Error 1440:IO Error 1440LERROR_SCREEN_ALREADY_LOCKEDMessageText:Screen already locked.

I/O Error 1441:IO Error 1441LERROR_HWNDS_HAVE_DIFF_PARENTMessageText:All handles to windows in a multiple-window position structure musthave the same parent.

I/O Error 1442:IO Error 1442LERROR_NOT_CHILD_WINDOWMessageText:The window is not a child window.

I/O Error 1443:IO Error 1443LERROR_INVALID_GW_COMMANDMessageText:

Page 66: Delphi IO Errors

Invalid GW_* command.

I/O Error 1444:IO Error 1444LERROR_INVALID_THREAD_IDMessageText:Invalid thread identifier.

I/O Error 1445:IO Error 1445LERROR_NON_MDICHILD_WINDOWMessageText:Cannot process a message from a window that is not a multiple documentinterface (MDI) window.

I/O Error 1446:IO Error 1446LERROR_POPUP_ALREADY_ACTIVEMessageText:Popup menu already active.

I/O Error 1447:IO Error 1447LERROR_NO_SCROLLBARSMessageText:The window does not have scroll bars.

I/O Error 1448:IO Error 1448LERROR_INVALID_SCROLLBAR_RANGEMessageText:Scroll bar range cannot be greater than 0x7FFF.

I/O Error 1449:IO Error 1449LERROR_INVALID_SHOWWIN_COMMANDMessageText:Cannot show or remove the window in the way specified.

I/O Error 1450:IO Error 1450LERROR_NO_SYSTEM_RESOURCESMessageText:Insufficient system resources exist to complete the requested service.

I/O Error 1451:IO Error 1451L

Page 67: Delphi IO Errors

ERROR_NONPAGED_SYSTEM_RESOURCESMessageText:Insufficient system resources exist to complete the requested service.

I/O Error 1452:IO Error 1452LERROR_PAGED_SYSTEM_RESOURCESMessageText:Insufficient system resources exist to complete the requested service.

I/O Error 1453:IO Error 1453LERROR_WORKING_SET_QUOTAMessageText:Insufficient quota to complete the requested service.

I/O Error 1454:IO Error 1454LERROR_PAGEFILE_QUOTAMessageText:Insufficient quota to complete the requested service.

I/O Error 1455:IO Error 1455LERROR_COMMITMENT_LIMITMessageText:The paging file is too small for this operation to complete.

I/O Error 1456:IO Error 1456LERROR_MENU_ITEM_NOT_FOUNDMessageText:A menu item was not found.

I/O Error 1457:IO Error 1457LERROR_INVALID_KEYBOARD_HANDLEMessageText:Invalid keyboard layout handle.

I/O Error 1458:IO Error 1458LERROR_HOOK_TYPE_NOT_ALLOWEDMessageText:Hook type not allowed.

I/O Error 1459:

Page 68: Delphi IO Errors

IO Error 1459LERROR_REQUIRES_INTERACTIVE_WINDOWSTATIONMessageText:This operation requires an interactive windowstation.

I/O Error 1460:IO Error 1460LERROR_TIMEOUTMessageText:This operation returned because the timeout period expired.

// // Eventlog Status Codes // //

I/O Error 1500:IO Error 1500LERROR_EVENTLOG_FILE_CORRUPTMessageText:The event log file is corrupt.

I/O Error 1501:IO Error 1501LERROR_EVENTLOG_CANT_STARTMessageText:No event log file could be opened, so the event logging service did not start.

I/O Error 1502:IO Error 1502LERROR_LOG_FILE_FULLMessageText:The event log file is full.

I/O Error 1503:IO Error 1503LERROR_EVENTLOG_FILE_CHANGEDMessageText:The event log file has changed between reads.

// // RPC Status Codes // //

I/O Error 1700:

Page 69: Delphi IO Errors

IO Error 1700LRPC_S_INVALID_STRING_BINDINGMessageText:The string binding is invalid.

I/O Error 1701:IO Error 1701LRPC_S_WRONG_KIND_OF_BINDINGMessageText:The binding handle is not the correct type.

I/O Error 1702:IO Error 1702LRPC_S_INVALID_BINDINGMessageText:The binding handle is invalid.

I/O Error 1703:IO Error 1703LRPC_S_PROTSEQ_NOT_SUPPORTEDMessageText:The RPC protocol sequence is not supported.

I/O Error 1704:IO Error 1704LRPC_S_INVALID_RPC_PROTSEQMessageText:The RPC protocol sequence is invalid.

I/O Error 1705:IO Error 1705LRPC_S_INVALID_STRING_UUIDMessageText:The string universal unique identifier (UUID) is invalid.

I/O Error 1706:IO Error 1706LRPC_S_INVALID_ENDPOINT_FORMATMessageText:The endpoint format is invalid.

I/O Error 1707:IO Error 1707LRPC_S_INVALID_NET_ADDRMessageText:The network address is invalid.

Page 70: Delphi IO Errors

I/O Error 1708:IO Error 1708LRPC_S_NO_ENDPOINT_FOUNDMessageText:No endpoint was found.

I/O Error 1709:IO Error 1709LRPC_S_INVALID_TIMEOUTMessageText:The timeout value is invalid.

I/O Error 1710:IO Error 1710LRPC_S_OBJECT_NOT_FOUNDMessageText:The object universal unique identifier (UUID) was not found.

I/O Error 1711:IO Error 1711LRPC_S_ALREADY_REGISTEREDMessageText:The object universal unique identifier (UUID) has already been registered.

I/O Error 1712:IO Error 1712LRPC_S_TYPE_ALREADY_REGISTEREDMessageText:The type universal unique identifier (UUID) has already been registered.

I/O Error 1713:IO Error 1713LRPC_S_ALREADY_LISTENINGMessageText:The RPC server is already listening.

I/O Error 1714:IO Error 1714LRPC_S_NO_PROTSEQS_REGISTEREDMessageText:No protocol sequences have been registered.

I/O Error 1715:IO Error 1715LRPC_S_NOT_LISTENINGMessageText:The RPC server is not listening.

Page 71: Delphi IO Errors

I/O Error 1716:IO Error 1716LRPC_S_UNKNOWN_MGR_TYPEMessageText:The manager type is unknown.

I/O Error 1717:IO Error 1717LRPC_S_UNKNOWN_IFMessageText:The interface is unknown.

I/O Error 1718:IO Error 1718LRPC_S_NO_BINDINGSMessageText:There are no bindings.

I/O Error 1719:IO Error 1719LRPC_S_NO_PROTSEQSMessageText:There are no protocol sequences.

I/O Error 1720:IO Error 1720LRPC_S_CANT_CREATE_ENDPOINTMessageText:The endpoint cannot be created.

I/O Error 1721:IO Error 1721LRPC_S_OUT_OF_RESOURCESMessageText:Not enough resources are available to complete this operation.

I/O Error 1722:IO Error 1722LRPC_S_SERVER_UNAVAILABLEMessageText:The RPC server is unavailable.

I/O Error 1723:IO Error 1723LRPC_S_SERVER_TOO_BUSYMessageText:

Page 72: Delphi IO Errors

The RPC server is too busy to complete this operation.

I/O Error 1724:IO Error 1724LRPC_S_INVALID_NETWORK_OPTIONSMessageText:The network options are invalid.

I/O Error 1725:IO Error 1725LRPC_S_NO_CALL_ACTIVEMessageText:There is not a remote procedure call active in this thread.

I/O Error 1726:IO Error 1726LRPC_S_CALL_FAILEDMessageText:The remote procedure call failed.

I/O Error 1727:IO Error 1727LRPC_S_CALL_FAILED_DNEMessageText:The remote procedure call failed and did not execute.

I/O Error 1728:IO Error 1728LRPC_S_PROTOCOL_ERRORMessageText:A remote procedure call (RPC) protocol error occurred.

I/O Error 1730:IO Error 1730LRPC_S_UNSUPPORTED_TRANS_SYNMessageText:The transfer syntax is not supported by the RPC server.

I/O Error 1732:IO Error 1732LRPC_S_UNSUPPORTED_TYPEMessageText:The universal unique identifier (UUID) type is not supported.

I/O Error 1733:IO Error 1733LRPC_S_INVALID_TAG

Page 73: Delphi IO Errors

MessageText:The tag is invalid.

I/O Error 1734:IO Error 1734LRPC_S_INVALID_BOUNDMessageText:The array bounds are invalid.

I/O Error 1735:IO Error 1735LRPC_S_NO_ENTRY_NAMEMessageText:The binding does not contain an entry name.

I/O Error 1736:IO Error 1736LRPC_S_INVALID_NAME_SYNTAXMessageText:The name syntax is invalid.

I/O Error 1737:IO Error 1737LRPC_S_UNSUPPORTED_NAME_SYNTAXMessageText:The name syntax is not supported.

I/O Error 1739:IO Error 1739LRPC_S_UUID_NO_ADDRESSMessageText:No network address is available to use to construct a universalunique identifier (UUID).

I/O Error 1740:IO Error 1740LRPC_S_DUPLICATE_ENDPOINTMessageText:The endpoint is a duplicate.

I/O Error 1741:IO Error 1741LRPC_S_UNKNOWN_AUTHN_TYPEMessageText:The authentication type is unknown.

I/O Error 1742:

Page 74: Delphi IO Errors

IO Error 1742LRPC_S_MAX_CALLS_TOO_SMALLMessageText:The maximum number of calls is too small.

I/O Error 1743:IO Error 1743LRPC_S_STRING_TOO_LONGMessageText:The string is too long.

I/O Error 1744:IO Error 1744LRPC_S_PROTSEQ_NOT_FOUNDMessageText:The RPC protocol sequence was not found.

I/O Error 1745:IO Error 1745LRPC_S_PROCNUM_OUT_OF_RANGEMessageText:The procedure number is out of range.

I/O Error 1746:IO Error 1746LRPC_S_BINDING_HAS_NO_AUTHMessageText:The binding does not contain any authentication information.

I/O Error 1747:IO Error 1747LRPC_S_UNKNOWN_AUTHN_SERVICEMessageText:The authentication service is unknown.

I/O Error 1748:IO Error 1748LRPC_S_UNKNOWN_AUTHN_LEVELMessageText:The authentication level is unknown.

I/O Error 1749:IO Error 1749LRPC_S_INVALID_AUTH_IDENTITYMessageText:The security context is invalid.

Page 75: Delphi IO Errors

I/O Error 1750:IO Error 1750LRPC_S_UNKNOWN_AUTHZ_SERVICEMessageText:The authorization service is unknown.

I/O Error 1751:IO Error 1751LEPT_S_INVALID_ENTRYMessageText:The entry is invalid.

I/O Error 1752:IO Error 1752LEPT_S_CANT_PERFORM_OPMessageText:The server endpoint cannot perform the operation.

I/O Error 1753:IO Error 1753LEPT_S_NOT_REGISTEREDMessageText:There are no more endpoints available from the endpoint mapper.

I/O Error 1754:IO Error 1754LRPC_S_NOTHING_TO_EXPORTMessageText:No interfaces have been exported.

I/O Error 1755:IO Error 1755LRPC_S_INCOMPLETE_NAMEMessageText:The entry name is incomplete.

I/O Error 1756:IO Error 1756LRPC_S_INVALID_VERS_OPTIONMessageText:The version option is invalid.

I/O Error 1757:IO Error 1757LRPC_S_NO_MORE_MEMBERSMessageText:There are no more members.

Page 76: Delphi IO Errors

I/O Error 1758:IO Error 1758LRPC_S_NOT_ALL_OBJS_UNEXPORTEDMessageText:There is nothing to unexport.

I/O Error 1759:IO Error 1759LRPC_S_INTERFACE_NOT_FOUNDMessageText:The interface was not found.

I/O Error 1760:IO Error 1760LRPC_S_ENTRY_ALREADY_EXISTSMessageText:The entry already exists.

I/O Error 1761:IO Error 1761LRPC_S_ENTRY_NOT_FOUNDMessageText:The entry is not found.

I/O Error 1762:IO Error 1762LRPC_S_NAME_SERVICE_UNAVAILABLEMessageText:The name service is unavailable.

I/O Error 1763:IO Error 1763LRPC_S_INVALID_NAF_IDMessageText:The network address family is invalid.

I/O Error 1764:IO Error 1764LRPC_S_CANNOT_SUPPORTMessageText:The requested operation is not supported.

I/O Error 1765:IO Error 1765LRPC_S_NO_CONTEXT_AVAILABLEMessageText:

Page 77: Delphi IO Errors

No security context is available to allow impersonation.

I/O Error 1766:IO Error 1766LRPC_S_INTERNAL_ERRORMessageText:An internal error occurred in a remote procedure call (RPC).

I/O Error 1767:IO Error 1767LRPC_S_ZERO_DIVIDEMessageText:The RPC server attempted an integer division by zero.

I/O Error 1768:IO Error 1768LRPC_S_ADDRESS_ERRORMessageText:An addressing error occurred in the RPC server.

I/O Error 1769:IO Error 1769LRPC_S_FP_DIV_ZEROMessageText:A floating-point operation at the RPC server caused a division by zero.

I/O Error 1770:IO Error 1770LRPC_S_FP_UNDERFLOWMessageText:A floating-point underflow occurred at the RPC server.

I/O Error 1771:IO Error 1771LRPC_S_FP_OVERFLOWMessageText:A floating-point overflow occurred at the RPC server.

I/O Error 1772:IO Error 1772LRPC_X_NO_MORE_ENTRIESMessageText:The list of RPC servers available for the binding of auto handleshas been exhausted.

I/O Error 1773:IO Error 1773L

Page 78: Delphi IO Errors

RPC_X_SS_CHAR_TRANS_OPEN_FAILMessageText:Unable to open the character translation table file.

I/O Error 1774:IO Error 1774LRPC_X_SS_CHAR_TRANS_SHORT_FILEMessageText:The file containing the character translation table has fewer than512 bytes.

I/O Error 1775:IO Error 1775LRPC_X_SS_IN_NULL_CONTEXTMessageText:A null context handle was passed from the client to the host duringa remote procedure call.

I/O Error 1777:IO Error 1777LRPC_X_SS_CONTEXT_DAMAGEDMessageText:The context handle changed during a remote procedure call.

I/O Error 1778:IO Error 1778LRPC_X_SS_HANDLES_MISMATCHMessageText:The binding handles passed to a remote procedure call do not match.

I/O Error 1779:IO Error 1779LRPC_X_SS_CANNOT_GET_CALL_HANDLEMessageText:The stub is unable to get the remote procedure call handle.

I/O Error 1780:IO Error 1780LRPC_X_NULL_REF_POINTERMessageText:A null reference pointer was passed to the stub.

I/O Error 1781:IO Error 1781LRPC_X_ENUM_VALUE_OUT_OF_RANGEMessageText:The enumeration value is out of range.

Page 79: Delphi IO Errors

I/O Error 1782:IO Error 1782LRPC_X_BYTE_COUNT_TOO_SMALLMessageText:The byte count is too small.

I/O Error 1783:IO Error 1783LRPC_X_BAD_STUB_DATAMessageText:The stub received bad data.

I/O Error 1784:IO Error 1784LERROR_INVALID_USER_BUFFERMessageText:The supplied user buffer is not valid for the requested operation.

I/O Error 1785:IO Error 1785LERROR_UNRECOGNIZED_MEDIAMessageText:The disk media is not recognized. It may not be formatted.

I/O Error 1786:IO Error 1786LERROR_NO_TRUST_LSA_SECRETMessageText:The workstation does not have a trust secret.

I/O Error 1787:IO Error 1787LERROR_NO_TRUST_SAM_ACCOUNTMessageText:The SAM database on the Windows NT Server does not have a computeraccount for this workstation trust relationship.

I/O Error 1788:IO Error 1788LERROR_TRUSTED_DOMAIN_FAILUREMessageText:The trust relationship between the primary domain and the trusteddomain failed.

I/O Error 1789:IO Error 1789L

Page 80: Delphi IO Errors

ERROR_TRUSTED_RELATIONSHIP_FAILUREMessageText:The trust relationship between this workstation and the primarydomain failed.

I/O Error 1790:IO Error 1790LERROR_TRUST_FAILUREMessageText:The network logon failed.

I/O Error 1791:IO Error 1791LRPC_S_CALL_IN_PROGRESSMessageText:A remote procedure call is already in progress for this thread.

I/O Error 1792:IO Error 1792LERROR_NETLOGON_NOT_STARTEDMessageText:An attempt was made to logon, but the network logon service was not started.

I/O Error 1793:IO Error 1793LERROR_ACCOUNT_EXPIREDMessageText:The user's account has expired.

I/O Error 1794:IO Error 1794LERROR_REDIRECTOR_HAS_OPEN_HANDLESMessageText:The redirector is in use and cannot be unloaded.

I/O Error 1795:IO Error 1795LERROR_PRINTER_DRIVER_ALREADY_INSTALLEDMessageText:The specified printer driver is already installed.

I/O Error 1796:IO Error 1796LERROR_UNKNOWN_PORTMessageText:The specified port is unknown.

Page 81: Delphi IO Errors

I/O Error 1797:IO Error 1797LERROR_UNKNOWN_PRINTER_DRIVERMessageText:The printer driver is unknown.

I/O Error 1798:IO Error 1798LERROR_UNKNOWN_PRINTPROCESSORMessageText:The print processor is unknown.

I/O Error 1799:IO Error 1799LERROR_INVALID_SEPARATOR_FILEMessageText:The specified separator file is invalid.

I/O Error 1800:IO Error 1800LERROR_INVALID_PRIORITYMessageText:The specified priority is invalid.

I/O Error 1801:IO Error 1801LERROR_INVALID_PRINTER_NAMEMessageText:The printer name is invalid.

I/O Error 1802:IO Error 1802LERROR_PRINTER_ALREADY_EXISTSMessageText:The printer already exists.

I/O Error 1803:IO Error 1803LERROR_INVALID_PRINTER_COMMANDMessageText:The printer command is invalid.

I/O Error 1804:IO Error 1804LERROR_INVALID_DATATYPEMessageText:The specified datatype is invalid.

Page 82: Delphi IO Errors

I/O Error 1805:IO Error 1805LERROR_INVALID_ENVIRONMENTMessageText:The Environment specified is invalid.

I/O Error 1806:IO Error 1806LRPC_S_NO_MORE_BINDINGSMessageText:There are no more bindings.

I/O Error 1807:IO Error 1807LERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNTMessageText:The account used is an interdomain trust account. Use your global user account or local user account to access this server.

I/O Error 1808:IO Error 1808LERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNTMessageText:The account used is a Computer Account. Use your global user account or local user account to access this server.

I/O Error 1809:IO Error 1809LERROR_NOLOGON_SERVER_TRUST_ACCOUNTMessageText:The account used is an server trust account. Use your global user account or local user account to access this server.

I/O Error 1810:IO Error 1810LERROR_DOMAIN_TRUST_INCONSISTENTMessageText:The name or security ID (SID) of the domain specified is inconsistentwith the trust information for that domain.

I/O Error 1811:IO Error 1811LERROR_SERVER_HAS_OPEN_HANDLESMessageText:The server is in use and cannot be unloaded.

Page 83: Delphi IO Errors

I/O Error 1812:IO Error 1812LERROR_RESOURCE_DATA_NOT_FOUNDMessageText:The specified image file did not contain a resource section.

I/O Error 1813:IO Error 1813LERROR_RESOURCE_TYPE_NOT_FOUNDMessageText:The specified resource type can not be found in the image file.

I/O Error 1814:IO Error 1814LERROR_RESOURCE_NAME_NOT_FOUNDMessageText:The specified resource name can not be found in the image file.

I/O Error 1815:IO Error 1815LERROR_RESOURCE_LANG_NOT_FOUNDMessageText:The specified resource language ID cannot be found in the image file.

I/O Error 1816:IO Error 1816LERROR_NOT_ENOUGH_QUOTAMessageText:Not enough quota is available to process this command.

I/O Error 1817:IO Error 1817LRPC_S_NO_INTERFACESMessageText:No interfaces have been registered.

I/O Error 1818:IO Error 1818LRPC_S_CALL_CANCELLEDMessageText:The server was altered while processing this call.

I/O Error 1819:IO Error 1819LRPC_S_BINDING_INCOMPLETEMessageText:The binding handle does not contain all required information.

Page 84: Delphi IO Errors

I/O Error 1820:IO Error 1820LRPC_S_COMM_FAILUREMessageText:Communications failure.

I/O Error 1821:IO Error 1821LRPC_S_UNSUPPORTED_AUTHN_LEVELMessageText:The requested authentication level is not supported.

I/O Error 1822:IO Error 1822LRPC_S_NO_PRINC_NAMEMessageText:No principal name registered.

I/O Error 1823:IO Error 1823LRPC_S_NOT_RPC_ERRORMessageText:The error specified is not a valid Windows NT RPC error code.

I/O Error 1824:IO Error 1824LRPC_S_UUID_LOCAL_ONLYMessageText:A UUID that is valid only on this computer has been allocated.

I/O Error 1825:IO Error 1825LRPC_S_SEC_PKG_ERRORMessageText:A security package specific error occurred.

I/O Error 1826:IO Error 1826LRPC_S_NOT_CANCELLEDMessageText:Thread is not cancelled.

I/O Error 1827:IO Error 1827LRPC_X_INVALID_ES_ACTIONMessageText:

Page 85: Delphi IO Errors

Invalid operation on the encoding/decoding handle.

I/O Error 1828:IO Error 1828LRPC_X_WRONG_ES_VERSIONMessageText:Incompatible version of the serializing package.

I/O Error 1829:IO Error 1829LRPC_X_WRONG_STUB_VERSIONMessageText:Incompatible version of the RPC stub.

I/O Error 1830:IO Error 1830LRPC_X_INVALID_PIPE_OBJECTMessageText:The idl pipe object is invalid or corrupted.

I/O Error 1831:IO Error 1831LRPC_X_INVALID_PIPE_OPERATIONMessageText:The operation is invalid for a given idl pipe object.

I/O Error 1832:IO Error 1832LRPC_X_WRONG_PIPE_VERSIONMessageText:The idl pipe version is not supported.

I/O Error 1898:IO Error 1898LRPC_S_GROUP_MEMBER_NOT_FOUNDMessageText:The group member was not found.

I/O Error 1899:IO Error 1899LEPT_S_CANT_CREATEMessageText:The endpoint mapper database could not be created.

I/O Error 1900:IO Error 1900LRPC_S_INVALID_OBJECT

Page 86: Delphi IO Errors

MessageText:The object universal unique identifier (UUID) is the nil UUID.

I/O Error 1901:IO Error 1901LERROR_INVALID_TIMEMessageText:The specified time is invalid.

I/O Error 1902:IO Error 1902LERROR_INVALID_FORM_NAMEMessageText:The specified Form name is invalid.

I/O Error 1903:IO Error 1903LERROR_INVALID_FORM_SIZEMessageText:The specified Form size is invalid

I/O Error 1904:IO Error 1904LERROR_ALREADY_WAITINGMessageText:The specified Printer handle is already being waited on

I/O Error 1905:IO Error 1905LERROR_PRINTER_DELETEDMessageText:The specified Printer has been deleted

I/O Error 1906:IO Error 1906LERROR_INVALID_PRINTER_STATEMessageText:The state of the Printer is invalid

I/O Error 1907:IO Error 1907LERROR_PASSWORD_MUST_CHANGEMessageText:The user must change his password before he logs on the first time.

I/O Error 1908:IO Error 1908L

Page 87: Delphi IO Errors

ERROR_DOMAIN_CONTROLLER_NOT_FOUNDMessageText:Could not find the domain controller for this domain.

I/O Error 1909:IO Error 1909LERROR_ACCOUNT_LOCKED_OUTMessageText:The referenced account is currently locked out and may not be logged on to.

I/O Error 1910:IO Error 1910LOR_INVALID_OXIDMessageText:The object exporter specified was not found.

I/O Error 1911:IO Error 1911LOR_INVALID_OIDMessageText:The object specified was not found.

I/O Error 1912:IO Error 1912LOR_INVALID_SETMessageText:The object resolver set specified was not found.

I/O Error 1913:IO Error 1913LRPC_S_SEND_INCOMPLETEMessageText:Some data remains to be sent in the request buffer.

I/O Error 6118:IO Error 6118LERROR_NO_BROWSER_SERVERS_FOUNDMessageText:The list of servers for this workgroup is not currently available

// // OpenGL Error Code // //

I/O Error 2000:IO Error 2000L

Page 88: Delphi IO Errors

ERROR_INVALID_PIXEL_FORMATMessageText:The pixel format is invalid.

I/O Error 2001:IO Error 2001LERROR_BAD_DRIVERMessageText:The specified driver is invalid.

I/O Error 2002:IO Error 2002LERROR_INVALID_WINDOW_STYLEMessageText:The window style or class attribute is invalid for this operation.

I/O Error 2003:IO Error 2003LERROR_METAFILE_NOT_SUPPORTEDMessageText:The requested metafile operation is not supported.

I/O Error 2004:IO Error 2004LERROR_TRANSFORM_NOT_SUPPORTEDMessageText:The requested transformation operation is not supported.

I/O Error 2005:IO Error 2005LERROR_CLIPPING_NOT_SUPPORTEDMessageText:The requested clipping operation is not supported.

/ // Win32 Spooler Error Codes // /

I/O Error 3000:IO Error 3000LERROR_UNKNOWN_PRINT_MONITORMessageText:The specified print monitor is unknown.

I/O Error 3001:IO Error 3001L

Page 89: Delphi IO Errors

ERROR_PRINTER_DRIVER_IN_USEMessageText:The specified printer driver is currently in use.

I/O Error 3002:IO Error 3002LERROR_SPOOL_FILE_NOT_FOUNDMessageText:The spool file was not found.

I/O Error 3003:IO Error 3003LERROR_SPL_NO_STARTDOCMessageText:A StartDocPrinter call was not issued.

I/O Error 3004:IO Error 3004LERROR_SPL_NO_ADDJOBMessageText:An AddJob call was not issued.

I/O Error 3005:IO Error 3005LERROR_PRINT_PROCESSOR_ALREADY_INSTALLEDMessageText:The specified print processor has already been installed.

I/O Error 3006:IO Error 3006LERROR_PRINT_MONITOR_ALREADY_INSTALLEDMessageText:The specified print monitor has already been installed.

I/O Error 3007:IO Error 3007LERROR_INVALID_PRINT_MONITORMessageText:The specified print monitor does not have the required functions.

I/O Error 3008:IO Error 3008LERROR_PRINT_MONITOR_IN_USEMessageText:The specified print monitor is currently in use.

I/O Error 3009:

Page 90: Delphi IO Errors

IO Error 3009LERROR_PRINTER_HAS_JOBS_QUEUEDMessageText:The requested operation is not allowed when there are jobs queued to the printer.

I/O Error 3010:IO Error 3010LERROR_SUCCESS_REBOOT_REQUIREDMessageText:The requested operation is successful. Changes will not be effective until the system is rebooted.

I/O Error 3011:IO Error 3011LERROR_SUCCESS_RESTART_REQUIREDMessageText:The requested operation is successful. Changes will not be effective until the service is restarted.

/ // Wins Error Codes // /

I/O Error 4000:IO Error 4000LERROR_WINS_INTERNALMessageText:WINS encountered an error while processing the command.

I/O Error 4001:IO Error 4001LERROR_CAN_NOT_DEL_LOCAL_WINSMessageText:The local WINS can not be deleted.

I/O Error 4002:IO Error 4002LERROR_STATIC_INITMessageText:The importation from the file failed.

I/O Error 4003:IO Error 4003LERROR_INC_BACKUPMessageText:The backup Failed. Was a full backup done before ?

Page 91: Delphi IO Errors

I/O Error 4004:IO Error 4004LERROR_FULL_BACKUPMessageText:The backup Failed. Check the directory that you are backing the database to.

I/O Error 4005:IO Error 4005LERROR_REC_NON_EXISTENTMessageText:The name does not exist in the WINS database.

I/O Error 4006:IO Error 4006LERROR_RPL_NOT_ALLOWEDMessageText:Replication with a non-configured partner is not allowed.

I/O Error 6118:IO Error 6118LERROR_NO_BROWSER_SERVERS_FOUND