#define ERROR_SUCCESS 0L // The operation completed successfully. #define ERROR_INVALID_FUNCTION 1L // dderror // Incorrect function. #define ERROR_FILE_NOT_FOUND 2L // The system cannot find the file specified. #define ERROR_PATH_NOT_FOUND 3L // The system cannot find the path specified. #define ERROR_TOO_MANY_OPEN_FILES 4L // The system cannot open the file. #define ERROR_ACCESS_DENIED 5L // Access is denied. #define ERROR_INVALID_HANDLE 6L // The handle is invalid. #define ERROR_ARENA_TRASHED 7L // The storage control blocks were destroyed. #define ERROR_NOT_ENOUGH_MEMORY 8L // dderror // Not enough storage is available to process this command. #define ERROR_INVALID_BLOCK 9L // The storage control block address is invalid. #define ERROR_BAD_ENVIRONMENT 10L // The environment is incorrect. #define ERROR_BAD_FORMAT 11L // An attempt was made to load a program with an incorrect format. #define ERROR_INVALID_ACCESS 12L // The access code is invalid. #define ERROR_INVALID_DATA 13L // The data is invalid. #define ERROR_OUTOFMEMORY 14L // Not enough storage is available to complete this operation. #define ERROR_INVALID_DRIVE 15L // The system cannot find the drive specified. #define ERROR_CURRENT_DIRECTORY 16L // The directory cannot be removed. #define ERROR_NOT_SAME_DEVICE 17L // The system cannot move the file to a different disk drive. #define ERROR_NO_MORE_FILES 18L // There are no more files. #define ERROR_WRITE_PROTECT 19L // The media is write protected. #define ERROR_BAD_UNIT 20L // The system cannot find the device specified. #define ERROR_NOT_READY 21L // The device is not ready. #define ERROR_BAD_COMMAND 22L // The device does not recognize the command. #define ERROR_CRC 23L // Data error (cyclic redundancy check). #define ERROR_BAD_LENGTH 24L // The program issued a command but the command length is incorrect. #define ERROR_SEEK 25L // The drive cannot locate a specific area or track on the disk. #define ERROR_NOT_DOS_DISK 26L // The specified disk or diskette cannot be accessed. #define ERROR_SECTOR_NOT_FOUND 27L // The drive cannot find the sector requested. #define ERROR_OUT_OF_PAPER 28L // The printer is out of paper. #define ERROR_WRITE_FAULT 29L // The system cannot write to the specified device. #define ERROR_READ_FAULT 30L // The system cannot read from the specified device. #define ERROR_GEN_FAILURE 31L // A device attached to the system is not functioning. #define ERROR_SHARING_VIOLATION 32L // The process cannot access the file because it is being used by another process. #define ERROR_LOCK_VIOLATION 33L // The process cannot access the file because another process has locked a portion of the file. #define ERROR_WRONG_DISK 34L // The wrong diskette is in the drive. // Insert %2 (Volume Serial Number: %3) into drive %1. #define ERROR_SHARING_BUFFER_EXCEEDED 36L // Too many files opened for sharing. #define ERROR_HANDLE_EOF 38L // Reached the end of the file. #define ERROR_HANDLE_DISK_FULL 39L // The disk is full. #define ERROR_NOT_SUPPORTED 50L // The request is not supported. #define ERROR_REM_NOT_LIST 51L // Windows cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If Windows still cannot find the network path, contact your network administrator. #define ERROR_DUP_NAME 52L // You were not connected because a duplicate name exists on the network. Go to System in Control Panel to change the computer name and try again. #define ERROR_BAD_NETPATH 53L // The network path was not found. #define ERROR_NETWORK_BUSY 54L // The network is busy. #define ERROR_DEV_NOT_EXIST 55L // dderror // The specified network resource or device is no longer available. #define ERROR_TOO_MANY_CMDS 56L // The network BIOS command limit has been reached. #define ERROR_ADAP_HDW_ERR 57L // A network adapter hardware error occurred. #define ERROR_BAD_NET_RESP 58L // The specified server cannot perform the requested operation. #define ERROR_UNEXP_NET_ERR 59L // An unexpected network error occurred. #define ERROR_BAD_REM_ADAP 60L // The remote adapter is not compatible. #define ERROR_PRINTQ_FULL 61L // The printer queue is full. #define ERROR_NO_SPOOL_SPACE 62L // Space to store the file waiting to be printed is not available on the server. #define ERROR_PRINT_CANCELLED 63L // Your file waiting to be printed was deleted. #define ERROR_NETNAME_DELETED 64L // The specified network name is no longer available. #define ERROR_NETWORK_ACCESS_DENIED 65L // Network access is denied. #define ERROR_BAD_DEV_TYPE 66L // The network resource type is not correct. #define ERROR_BAD_NET_NAME 67L // The network name cannot be found. #define ERROR_TOO_MANY_NAMES 68L // The name limit for the local computer network adapter card was exceeded. #define ERROR_TOO_MANY_SESS 69L // The network BIOS session limit was exceeded. #define ERROR_SHARING_PAUSED 70L // The remote server has been paused or is in the process of being started. #define ERROR_REQ_NOT_ACCEP 71L // No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. #define ERROR_REDIR_PAUSED 72L // The specified printer or disk device has been paused. #define ERROR_FILE_EXISTS 80L // The file exists. #define ERROR_CANNOT_MAKE 82L // The directory or file cannot be created. #define ERROR_FAIL_I24 83L // Fail on INT 24. #define ERROR_OUT_OF_STRUCTURES 84L // Storage to process this request is not available. #define ERROR_ALREADY_ASSIGNED 85L // The local device name is already in use. #define ERROR_INVALID_PASSWORD 86L // The specified network password is not correct. #define ERROR_INVALID_PARAMETER 87L // dderror // The parameter is incorrect. #define ERROR_NET_WRITE_FAULT 88L // A write fault occurred on the network. #define ERROR_NO_PROC_SLOTS 89L // The system cannot start another process at this time. #define ERROR_TOO_MANY_SEMAPHORES 100L // Cannot create another system semaphore. #define ERROR_EXCL_SEM_ALREADY_OWNED 101L // The exclusive semaphore is owned by another process. #define ERROR_SEM_IS_SET 102L // The semaphore is set and cannot be closed. #define ERROR_TOO_MANY_SEM_REQUESTS 103L // The semaphore cannot be set again. #define ERROR_INVALID_AT_INTERRUPT_TIME 104L // Cannot request exclusive semaphores at interrupt time. #define ERROR_SEM_OWNER_DIED 105L // The previous ownership of this semaphore has ended. #define ERROR_SEM_USER_LIMIT 106L // Insert the diskette for drive %1. #define ERROR_DISK_CHANGE 107L // The program stopped because an alternate diskette was not inserted. #define ERROR_DRIVE_LOCKED 108L // The disk is in use or locked by another process. #define ERROR_BROKEN_PIPE 109L // The pipe has been ended. #define ERROR_OPEN_FAILED 110L // The system cannot open the device or file specified. #define ERROR_BUFFER_OVERFLOW 111L // The file name is too long. #define ERROR_DISK_FULL 112L // There is not enough space on the disk. #define ERROR_NO_MORE_SEARCH_HANDLES 113L // No more internal file identifiers available. #define ERROR_INVALID_TARGET_HANDLE 114L // The target internal file identifier is incorrect. #define ERROR_INVALID_CATEGORY 117L // The IOCTL call made by the application program is not correct. #define ERROR_INVALID_VERIFY_SWITCH 118L // The verify-on-write switch parameter value is not correct. #define ERROR_BAD_DRIVER_LEVEL 119L // The system does not support the command requested. #define ERROR_CALL_NOT_IMPLEMENTED 120L // This function is not supported on this system. #define ERROR_SEM_TIMEOUT 121L // The semaphore timeout period has expired. #define ERROR_INSUFFICIENT_BUFFER 122L // dderror // The data area passed to a system call is too small. #define ERROR_INVALID_NAME 123L // dderror // The filename, directory name, or volume label syntax is incorrect. #define ERROR_INVALID_LEVEL 124L // The system call level is not correct. #define ERROR_NO_VOLUME_LABEL 125L // The disk has no volume label. #define ERROR_MOD_NOT_FOUND 126L // The specified module could not be found. #define ERROR_PROC_NOT_FOUND 127L // The specified procedure could not be found. #define ERROR_WAIT_NO_CHILDREN 128L // There are no child processes to wait for. #define ERROR_CHILD_NOT_COMPLETE 129L // The %1 application cannot be run in Win32 mode. #define ERROR_DIRECT_ACCESS_HANDLE 130L // Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O. #define ERROR_NEGATIVE_SEEK 131L // An attempt was made to move the file pointer before the beginning of the file. #define ERROR_SEEK_ON_DEVICE 132L // The file pointer cannot be set on the specified device or file. #define ERROR_IS_JOIN_TARGET 133L // A JOIN or SUBST command cannot be used for a drive that contains previously joined drives. #define ERROR_IS_JOINED 134L // An attempt was made to use a JOIN or SUBST command on a drive that has already been joined. #define ERROR_IS_SUBSTED 135L // An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted. #define ERROR_NOT_JOINED 136L // The system tried to delete the JOIN of a drive that is not joined. #define ERROR_NOT_SUBSTED 137L // The system tried to delete the substitution of a drive that is not substituted. #define ERROR_JOIN_TO_JOIN 138L // The system tried to join a drive to a directory on a joined drive. #define ERROR_SUBST_TO_SUBST 139L // The system tried to substitute a drive to a directory on a substituted drive. #define ERROR_JOIN_TO_SUBST 140L // The system tried to join a drive to a directory on a substituted drive. #define ERROR_SUBST_TO_JOIN 141L // The system tried to SUBST a drive to a directory on a joined drive. #define ERROR_BUSY_DRIVE 142L // The system cannot perform a JOIN or SUBST at this time. #define ERROR_SAME_DRIVE 143L // The system cannot join or substitute a drive to or for a directory on the same drive. #define ERROR_DIR_NOT_ROOT 144L // The directory is not a subdirectory of the root directory. #define ERROR_DIR_NOT_EMPTY 145L // The directory is not empty. #define ERROR_IS_SUBST_PATH 146L // The path specified is being used in a substitute. #define ERROR_IS_JOIN_PATH 147L // Not enough resources are available to process this command. #define ERROR_PATH_BUSY 148L // The path specified cannot be used at this time. #define ERROR_IS_SUBST_TARGET 149L // An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute. #define ERROR_SYSTEM_TRACE 150L // System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed. #define ERROR_INVALID_EVENT_COUNT 151L // The number of specified semaphore events for DosMuxSemWait is not correct. #define ERROR_TOO_MANY_MUXWAITERS 152L // DosMuxSemWait did not execute; too many semaphores are already set. #define ERROR_INVALID_LIST_FORMAT 153L // The DosMuxSemWait list is not correct. #define ERROR_LABEL_TOO_LONG 154L // The volume label you entered exceeds the label character limit of the target file system. #define ERROR_TOO_MANY_TCBS 155L // Cannot create another thread. #define ERROR_SIGNAL_REFUSED 156L // The recipient process has refused the signal. #define ERROR_DISCARDED 157L // The segment is already discarded and cannot be locked. #define ERROR_NOT_LOCKED 158L // The segment is already unlocked. #define ERROR_BAD_THREADID_ADDR 159L // The address for the thread ID is not correct. #define ERROR_BAD_ARGUMENTS 160L // One or more arguments are not correct. #define ERROR_BAD_PATHNAME 161L // The specified path is invalid. #define ERROR_SIGNAL_PENDING 162L // A signal is already pending. #define ERROR_MAX_THRDS_REACHED 164L // No more threads can be created in the system. #define ERROR_LOCK_FAILED 167L // Unable to lock a region of a file. #define ERROR_BUSY 170L // dderror // The requested resource is in use. #define ERROR_CANCEL_VIOLATION 173L // A lock request was not outstanding for the supplied cancel region. #define ERROR_ATOMIC_LOCKS_NOT_SUPPORTED 174L // The file system does not support atomic changes to the lock type. #define ERROR_INVALID_SEGMENT_NUMBER 180L // The system detected a segment number that was not correct. #define ERROR_INVALID_ORDINAL 182L // The operating system cannot run %1. #define ERROR_ALREADY_EXISTS 183L // Cannot create a file when that file already exists. #define ERROR_INVALID_FLAG_NUMBER 186L // The flag passed is not correct. #define ERROR_SEM_NOT_FOUND 187L // The specified system semaphore name was not found. #define ERROR_INVALID_STARTING_CODESEG 188L // The operating system cannot run %1. #define ERROR_INVALID_STACKSEG 189L // The operating system cannot run %1. #define ERROR_INVALID_MODULETYPE 190L // The operating system cannot run %1. #define ERROR_INVALID_EXE_SIGNATURE 191L // Cannot run %1 in Win32 mode. #define ERROR_EXE_MARKED_INVALID 192L // The operating system cannot run %1. #define ERROR_BAD_EXE_FORMAT 193L // %1 is not a valid Win32 application. #define ERROR_ITERATED_DATA_EXCEEDS_64k 194L // The operating system cannot run %1. #define ERROR_INVALID_MINALLOCSIZE 195L // The operating system cannot run %1. #define ERROR_DYNLINK_FROM_INVALID_RING 196L // The operating system cannot run this application program. #define ERROR_IOPL_NOT_ENABLED 197L // The operating system is not presently configured to run this application. #define ERROR_INVALID_SEGDPL 198L // The operating system cannot run %1. #define ERROR_AUTODATASEG_EXCEEDS_64k 199L // The operating system cannot run this application program. #define ERROR_RING2SEG_MUST_BE_MOVABLE 200L // The code segment cannot be greater than or equal to 64K. #define ERROR_RELOC_CHAIN_XEEDS_SEGLIM 201L // The operating system cannot run %1. #define ERROR_INFLOOP_IN_RELOC_CHAIN 202L // The operating system cannot run %1. #define ERROR_ENVVAR_NOT_FOUND 203L // The system could not find the environment option that was entered. #define ERROR_NO_SIGNAL_SENT 205L // No process in the command subtree has a signal handler. #define ERROR_FILENAME_EXCED_RANGE 206L // The filename or extension is too long. #define ERROR_RING2_STACK_IN_USE 207L // The ring 2 stack is in use. #define ERROR_META_EXPANSION_TOO_LONG 208L // The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. #define ERROR_INVALID_SIGNAL_NUMBER 209L // The signal being posted is not correct. #define ERROR_THREAD_1_INACTIVE 210L // The signal handler cannot be set. #define ERROR_LOCKED 212L // The segment is locked and cannot be reallocated. #define ERROR_TOO_MANY_MODULES 214L // Too many dynamic-link modules are attached to this program or dynamic-link module. #define ERROR_NESTING_NOT_ALLOWED 215L // Cannot nest calls to LoadModule. #define ERROR_EXE_MACHINE_TYPE_MISMATCH 216L // The image file %1 is valid, but is for a machine type other than the current machine. #define ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY 217L // The image file %1 is signed, unable to modify. #define ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY 218L // The image file %1 is strong signed, unable to modify. #define ERROR_BAD_PIPE 230L // The pipe state is invalid. #define ERROR_PIPE_BUSY 231L // All pipe instances are busy. #define ERROR_NO_DATA 232L // The pipe is being closed. #define ERROR_PIPE_NOT_CONNECTED 233L // No process is on the other end of the pipe. #define ERROR_MORE_DATA 234L // dderror // More data is available. #define ERROR_VC_DISCONNECTED 240L // The session was canceled. #define ERROR_INVALID_EA_NAME 254L // The specified extended attribute name was invalid. #define ERROR_EA_LIST_INCONSISTENT 255L // The extended attributes are inconsistent. #define WAIT_TIMEOUT 258L // dderror // The wait operation timed out. #define ERROR_NO_MORE_ITEMS 259L // No more data is available. #define ERROR_CANNOT_COPY 266L // The copy functions cannot be used. #define ERROR_DIRECTORY 267L // The directory name is invalid. #define ERROR_EAS_DIDNT_FIT 275L // The extended attributes did not fit in the buffer. #define ERROR_EA_FILE_CORRUPT 276L // The extended attribute file on the mounted file system is corrupt. #define ERROR_EA_TABLE_FULL 277L // The extended attribute table file is full. #define ERROR_INVALID_EA_HANDLE 278L // The specified extended attribute handle is invalid. #define ERROR_EAS_NOT_SUPPORTED 282L // The mounted file system does not support extended attributes. #define ERROR_NOT_OWNER 288L // Attempt to release mutex not owned by caller. #define ERROR_TOO_MANY_POSTS 298L // Too many posts were made to a semaphore. #define ERROR_PARTIAL_COPY 299L // Only part of a ReadProcessMemory or WriteProcessMemory request was completed. #define ERROR_OPLOCK_NOT_GRANTED 300L // The oplock request is denied. #define ERROR_INVALID_OPLOCK_PROTOCOL 301L // An invalid oplock acknowledgment was received by the system. #define ERROR_DISK_TOO_FRAGMENTED 302L // The volume is too fragmented to complete this operation. #define ERROR_DELETE_PENDING 303L // The file cannot be opened because it is in the process of being deleted. #define ERROR_MR_MID_NOT_FOUND 317L // The system cannot find message text for message number 0x%1 in the message file for %2. #define ERROR_SCOPE_NOT_FOUND 318L // The scope specified was not found. #define ERROR_INVALID_ADDRESS 487L // Attempt to access invalid address. #define ERROR_ARITHMETIC_OVERFLOW 534L // Arithmetic result exceeded 32 bits. #define ERROR_PIPE_CONNECTED 535L // There is a process on other end of the pipe. #define ERROR_PIPE_LISTENING 536L // Waiting for a process to open the other end of the pipe. #define ERROR_EA_ACCESS_DENIED 994L // Access to the extended attribute was denied. #define ERROR_OPERATION_ABORTED 995L // The I/O operation has been aborted because of either a thread exit or an application request. #define ERROR_IO_INCOMPLETE 996L // Overlapped I/O event is not in a signaled state. #define ERROR_IO_PENDING 997L // dderror // Overlapped I/O operation is in progress. #define ERROR_NOACCESS 998L // Invalid access to memory location. #define ERROR_SWAPERROR 999L // Error performing inpage operation. #define ERROR_STACK_OVERFLOW 1001L // Recursion too deep; the stack overflowed. #define ERROR_INVALID_MESSAGE 1002L // The window cannot act on the sent message. #define ERROR_CAN_NOT_COMPLETE 1003L // Cannot complete this function. #define ERROR_INVALID_FLAGS 1004L // Invalid flags. #define ERROR_UNRECOGNIZED_VOLUME 1005L // The volume does not contain a recognized file system. // Please make sure that all required file system drivers are loaded and that the volume is not corrupted. #define ERROR_FILE_INVALID 1006L // The volume for a file has been externally altered so that the opened file is no longer valid. #define ERROR_FULLSCREEN_MODE 1007L // The requested operation cannot be performed in full-screen mode. #define ERROR_NO_TOKEN 1008L // An attempt was made to reference a token that does not exist. #define ERROR_BADDB 1009L // The configuration registry database is corrupt. #define ERROR_BADKEY 1010L // The configuration registry key is invalid. #define ERROR_CANTOPEN 1011L // The configuration registry key could not be opened. #define ERROR_CANTREAD 1012L // The configuration registry key could not be read. #define ERROR_CANTWRITE 1013L // The configuration registry key could not be written. #define ERROR_REGISTRY_RECOVERED 1014L // One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. #define ERROR_REGISTRY_CORRUPT 1015L // The registry is corrupted. The structure of one of the files containing registry data is corrupted, or the system's memory image of the file is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted. #define ERROR_REGISTRY_IO_FAILED 1016L // An I/O operation initiated by the registry failed unrecoverably. The registry could not read in, or write out, or flush, one of the files that contain the system's image of the registry. #define ERROR_NOT_REGISTRY_FILE 1017L // The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. #define ERROR_KEY_DELETED 1018L // Illegal operation attempted on a registry key that has been marked for deletion. #define ERROR_NO_LOG_SPACE 1019L // System could not allocate the required space in a registry log. #define ERROR_KEY_HAS_CHILDREN 1020L // Cannot create a symbolic link in a registry key that already has subkeys or values. #define ERROR_CHILD_MUST_BE_VOLATILE 1021L // Cannot create a stable subkey under a volatile parent key. #define ERROR_NOTIFY_ENUM_DIR 1022L // A notify change request is being completed and the information is not being returned in the caller's buffer. The caller now needs to enumerate the files to find the changes. #define ERROR_DEPENDENT_SERVICES_RUNNING 1051L // A stop control has been sent to a service that other running services are dependent on. #define ERROR_INVALID_SERVICE_CONTROL 1052L // The requested control is not valid for this service. #define ERROR_SERVICE_REQUEST_TIMEOUT 1053L // The service did not respond to the start or control request in a timely fashion. #define ERROR_SERVICE_NO_THREAD 1054L // A thread could not be created for the service. #define ERROR_SERVICE_DATABASE_LOCKED 1055L // The service database is locked. #define ERROR_SERVICE_ALREADY_RUNNING 1056L // An instance of the service is already running. #define ERROR_INVALID_SERVICE_ACCOUNT 1057L // The account name is invalid or does not exist, or the password is invalid for the account name specified. #define ERROR_SERVICE_DISABLED 1058L // The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. #define ERROR_CIRCULAR_DEPENDENCY 1059L // Circular service dependency was specified. #define ERROR_SERVICE_DOES_NOT_EXIST 1060L // The specified service does not exist as an installed service. #define ERROR_SERVICE_CANNOT_ACCEPT_CTRL 1061L // The service cannot accept control messages at this time. #define ERROR_SERVICE_NOT_ACTIVE 1062L // The service has not been started. #define ERROR_FAILED_SERVICE_CONTROLLER_CONNECT 1063L // The service process could not connect to the service controller. #define ERROR_EXCEPTION_IN_SERVICE 1064L // An exception occurred in the service when handling the control request. #define ERROR_DATABASE_DOES_NOT_EXIST 1065L // The database specified does not exist. #define ERROR_SERVICE_SPECIFIC_ERROR 1066L // The service has returned a service-specific error code. #define ERROR_PROCESS_ABORTED 1067L // The process terminated unexpectedly. #define ERROR_SERVICE_DEPENDENCY_FAIL 1068L // The dependency service or group failed to start. #define ERROR_SERVICE_LOGON_FAILED 1069L // The service did not start due to a logon failure. #define ERROR_SERVICE_START_HANG 1070L // After starting, the service hung in a start-pending state. #define ERROR_INVALID_SERVICE_LOCK 1071L // The specified service database lock is invalid. #define ERROR_SERVICE_MARKED_FOR_DELETE 1072L // The specified service has been marked for deletion. #define ERROR_SERVICE_EXISTS 1073L // The specified service already exists. #define ERROR_ALREADY_RUNNING_LKG 1074L // The system is currently running with the last-known-good configuration. #define ERROR_SERVICE_DEPENDENCY_DELETED 1075L // The dependency service does not exist or has been marked for deletion. #define ERROR_BOOT_ALREADY_ACCEPTED 1076L // The current boot has already been accepted for use as the last-known-good control set. #define ERROR_SERVICE_NEVER_STARTED 1077L // No attempts to start the service have been made since the last boot. #define ERROR_DUPLICATE_SERVICE_NAME 1078L // The name is already in use as either a service name or a service display name. #define ERROR_DIFFERENT_SERVICE_ACCOUNT 1079L // The account specified for this service is different from the account specified for other services running in the same process. #define ERROR_CANNOT_DETECT_DRIVER_FAILURE 1080L // Failure actions can only be set for Win32 services, not for drivers. #define ERROR_CANNOT_DETECT_PROCESS_ABORT 1081L // This service runs in the same process as the service control manager. // Therefore, the service control manager cannot take action if this service's process terminates unexpectedly. #define ERROR_NO_RECOVERY_PROGRAM 1082L // No recovery program has been configured for this service. #define ERROR_SERVICE_NOT_IN_EXE 1083L // The executable program that this service is configured to run in does not implement the service. #define ERROR_NOT_SAFEBOOT_SERVICE 1084L // This service cannot be started in Safe Mode #define ERROR_END_OF_MEDIA 1100L // The physical end of the tape has been reached. #define ERROR_FILEMARK_DETECTED 1101L // A tape access reached a filemark. #define ERROR_BEGINNING_OF_MEDIA 1102L // The beginning of the tape or a partition was encountered. #define ERROR_SETMARK_DETECTED 1103L // A tape access reached the end of a set of files. #define ERROR_NO_DATA_DETECTED 1104L // No more data is on the tape. #define ERROR_PARTITION_FAILURE 1105L // Tape could not be partitioned. #define ERROR_INVALID_BLOCK_LENGTH 1106L // When accessing a new tape of a multivolume partition, the current block size is incorrect. #define ERROR_DEVICE_NOT_PARTITIONED 1107L // Tape partition information could not be found when loading a tape. #define ERROR_UNABLE_TO_LOCK_MEDIA 1108L // Unable to lock the media eject mechanism. #define ERROR_UNABLE_TO_UNLOAD_MEDIA 1109L // Unable to unload the media. #define ERROR_MEDIA_CHANGED 1110L // The media in the drive may have changed. #define ERROR_BUS_RESET 1111L // The I/O bus was reset. #define ERROR_NO_MEDIA_IN_DRIVE 1112L // No media in drive. #define ERROR_NO_UNICODE_TRANSLATION 1113L // No mapping for the Unicode character exists in the target multi-byte code page. #define ERROR_DLL_INIT_FAILED 1114L // A dynamic link library (DLL) initialization routine failed. #define ERROR_SHUTDOWN_IN_PROGRESS 1115L // A system shutdown is in progress. #define ERROR_NO_SHUTDOWN_IN_PROGRESS 1116L // Unable to abort the system shutdown because no shutdown was in progress. #define ERROR_IO_DEVICE 1117L // The request could not be performed because of an I/O device error. #define ERROR_SERIAL_NO_DEVICE 1118L // No serial device was successfully initialized. The serial driver will unload. #define ERROR_IRQ_BUSY 1119L // Unable to open a device that was sharing an interrupt request (IRQ) with other devices. At least one other device that uses that IRQ was already opened. #define ERROR_MORE_WRITES 1120L // A serial I/O operation was completed by another write to the serial port. // (The IOCTL_SERIAL_XOFF_COUNTER reached zero.) #define ERROR_COUNTER_TIMEOUT 1121L // A serial I/O operation completed because the timeout period expired. // (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) #define ERROR_FLOPPY_ID_MARK_NOT_FOUND 1122L // No ID address mark was found on the floppy disk. #define ERROR_FLOPPY_WRONG_CYLINDER 1123L // Mismatch between the floppy disk sector ID field and the floppy disk controller track address. #define ERROR_FLOPPY_UNKNOWN_ERROR 1124L // The floppy disk controller reported an error that is not recognized by the floppy disk driver. #define ERROR_FLOPPY_BAD_REGISTERS 1125L // The floppy disk controller returned inconsistent results in its registers. #define ERROR_DISK_RECALIBRATE_FAILED 1126L // While accessing the hard disk, a recalibrate operation failed, even after retries. #define ERROR_DISK_OPERATION_FAILED 1127L // While accessing the hard disk, a disk operation failed even after retries. #define ERROR_DISK_RESET_FAILED 1128L // While accessing the hard disk, a disk controller reset was needed, but even that failed. #define ERROR_EOM_OVERFLOW 1129L // Physical end of tape encountered. #define ERROR_NOT_ENOUGH_SERVER_MEMORY 1130L // Not enough server storage is available to process this command. #define ERROR_POSSIBLE_DEADLOCK 1131L // A potential deadlock condition has been detected. #define ERROR_MAPPED_ALIGNMENT 1132L // The base address or the file offset specified does not have the proper alignment. #define ERROR_SET_POWER_STATE_VETOED 1140L // An attempt to change the system power state was vetoed by another application or driver. #define ERROR_SET_POWER_STATE_FAILED 1141L // The system BIOS failed an attempt to change the system power state. #define ERROR_TOO_MANY_LINKS 1142L // An attempt was made to create more links on a file than the file system supports. #define ERROR_OLD_WIN_VERSION 1150L // The specified program requires a newer version of Windows. #define ERROR_APP_WRONG_OS 1151L // The specified program is not a Windows or MS-DOS program. #define ERROR_SINGLE_INSTANCE_APP 1152L // Cannot start more than one instance of the specified program. #define ERROR_RMODE_APP 1153L // The specified program was written for an earlier version of Windows. #define ERROR_INVALID_DLL 1154L // One of the library files needed to run this application is damaged. #define ERROR_NO_ASSOCIATION 1155L // No application is associated with the specified file for this operation. #define ERROR_DDE_FAIL 1156L // An error occurred in sending the command to the application. #define ERROR_DLL_NOT_FOUND 1157L // One of the library files needed to run this application cannot be found. #define ERROR_NO_MORE_USER_HANDLES 1158L // The current process has used all of its system allowance of handles for Window Manager objects. #define ERROR_MESSAGE_SYNC_ONLY 1159L // The message can be used only with synchronous operations. #define ERROR_SOURCE_ELEMENT_EMPTY 1160L // The indicated source element has no media. #define ERROR_DESTINATION_ELEMENT_FULL 1161L // The indicated destination element already contains media. #define ERROR_ILLEGAL_ELEMENT_ADDRESS 1162L // The indicated element does not exist. #define ERROR_MAGAZINE_NOT_PRESENT 1163L // The indicated element is part of a magazine that is not present. #define ERROR_DEVICE_REINITIALIZATION_NEEDED 1164L // dderror // The indicated device requires reinitialization due to hardware errors. #define ERROR_DEVICE_REQUIRES_CLEANING 1165L // The device has indicated that cleaning is required before further operations are attempted. #define ERROR_DEVICE_DOOR_OPEN 1166L // The device has indicated that its door is open. #define ERROR_DEVICE_NOT_CONNECTED 1167L // The device is not connected. #define ERROR_NOT_FOUND 1168L // Element not found. #define ERROR_NO_MATCH 1169L // There was no match for the specified key in the index. #define ERROR_SET_NOT_FOUND 1170L // The property set specified does not exist on the object. #define ERROR_POINT_NOT_FOUND 1171L // The point passed to GetMouseMovePoints is not in the buffer. #define ERROR_NO_TRACKING_SERVICE 1172L // The tracking (workstation) service is not running. #define ERROR_NO_VOLUME_ID 1173L // The Volume ID could not be found. #define ERROR_UNABLE_TO_REMOVE_REPLACED 1175L // Unable to remove the file to be replaced. #define ERROR_UNABLE_TO_MOVE_REPLACEMENT 1176L // Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name. #define ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 1177L // Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name. #define ERROR_JOURNAL_DELETE_IN_PROGRESS 1178L // The volume change journal is being deleted. #define ERROR_JOURNAL_NOT_ACTIVE 1179L // The volume change journal is not active. #define ERROR_POTENTIAL_FILE_FOUND 1180L // A file was found, but it may not be the correct file. #define ERROR_JOURNAL_ENTRY_DELETED 1181L // The journal entry has been deleted from the journal. #define ERROR_BAD_DEVICE 1200L // The specified device name is invalid. #define ERROR_CONNECTION_UNAVAIL 1201L // The device is not currently connected but it is a remembered connection. #define ERROR_DEVICE_ALREADY_REMEMBERED 1202L // The local device name has a remembered connection to another network resource. #define ERROR_NO_NET_OR_BAD_PATH 1203L // No network provider accepted the given network path. #define ERROR_BAD_PROVIDER 1204L // The specified network provider name is invalid. #define ERROR_CANNOT_OPEN_PROFILE 1205L // Unable to open the network connection profile. #define ERROR_BAD_PROFILE 1206L // The network connection profile is corrupted. #define ERROR_NOT_CONTAINER 1207L // Cannot enumerate a noncontainer. #define ERROR_EXTENDED_ERROR 1208L // An extended error has occurred. #define ERROR_INVALID_GROUPNAME 1209L // The format of the specified group name is invalid. #define ERROR_INVALID_COMPUTERNAME 1210L // The format of the specified computer name is invalid. #define ERROR_INVALID_EVENTNAME 1211L // The format of the specified event name is invalid. #define ERROR_INVALID_DOMAINNAME 1212L // The format of the specified domain name is invalid. #define ERROR_INVALID_SERVICENAME 1213L // The format of the specified service name is invalid. #define ERROR_INVALID_NETNAME 1214L // The format of the specified network name is invalid. #define ERROR_INVALID_SHARENAME 1215L // The format of the specified share name is invalid. #define ERROR_INVALID_PASSWORDNAME 1216L // The format of the specified password is invalid. #define ERROR_INVALID_MESSAGENAME 1217L // The format of the specified message name is invalid. #define ERROR_INVALID_MESSAGEDEST 1218L // The format of the specified message destination is invalid. #define ERROR_SESSION_CREDENTIAL_CONFLICT 1219L // Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again. #define ERROR_REMOTE_SESSION_LIMIT_EXCEEDED 1220L // An attempt was made to establish a session to a network server, but there are already too many sessions established to that server. #define ERROR_DUP_DOMAINNAME 1221L // The workgroup or domain name is already in use by another computer on the network. #define ERROR_NO_NETWORK 1222L // The network is not present or not started. #define ERROR_CANCELLED 1223L // The operation was canceled by the user. #define ERROR_USER_MAPPED_FILE 1224L // The requested operation cannot be performed on a file with a user-mapped section open. #define ERROR_CONNECTION_REFUSED 1225L // The remote system refused the network connection. #define ERROR_GRACEFUL_DISCONNECT 1226L // The network connection was gracefully closed. #define ERROR_ADDRESS_ALREADY_ASSOCIATED 1227L // The network transport endpoint already has an address associated with it. #define ERROR_ADDRESS_NOT_ASSOCIATED 1228L // An address has not yet been associated with the network endpoint. #define ERROR_CONNECTION_INVALID 1229L // An operation was attempted on a nonexistent network connection. #define ERROR_CONNECTION_ACTIVE 1230L // An invalid operation was attempted on an active network connection. #define ERROR_NETWORK_UNREACHABLE 1231L // The network location cannot be reached. For information about network troubleshooting, see Windows Help. #define ERROR_HOST_UNREACHABLE 1232L // The network location cannot be reached. For information about network troubleshooting, see Windows Help. #define ERROR_PROTOCOL_UNREACHABLE 1233L // The network location cannot be reached. For information about network troubleshooting, see Windows Help. #define ERROR_PORT_UNREACHABLE 1234L // No service is operating at the destination network endpoint on the remote system. #define ERROR_REQUEST_ABORTED 1235L // The request was aborted. #define ERROR_CONNECTION_ABORTED 1236L // The network connection was aborted by the local system. #define ERROR_RETRY 1237L // The operation could not be completed. A retry should be performed. #define ERROR_CONNECTION_COUNT_LIMIT 1238L // A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached. #define ERROR_LOGIN_TIME_RESTRICTION 1239L // Attempting to log in during an unauthorized time of day for this account. #define ERROR_LOGIN_WKSTA_RESTRICTION 1240L // The account is not authorized to log in from this station. #define ERROR_INCORRECT_ADDRESS 1241L // The network address could not be used for the operation requested. #define ERROR_ALREADY_REGISTERED 1242L // The service is already registered. #define ERROR_SERVICE_NOT_FOUND 1243L // The specified service does not exist. #define ERROR_NOT_AUTHENTICATED 1244L // The operation being requested was not performed because the user has not been authenticated. #define ERROR_NOT_LOGGED_ON 1245L // The operation being requested was not performed because the user has not logged on to the network. // The specified service does not exist. #define ERROR_CONTINUE 1246L // dderror // Continue with work in progress. #define ERROR_ALREADY_INITIALIZED 1247L // An attempt was made to perform an initialization operation when initialization has already been completed. #define ERROR_NO_MORE_DEVICES 1248L // dderror // No more local devices. #define ERROR_NO_SUCH_SITE 1249L // The specified site does not exist. #define ERROR_DOMAIN_CONTROLLER_EXISTS 1250L // A domain controller with the specified name already exists. #define ERROR_ONLY_IF_CONNECTED 1251L // This operation is supported only when you are connected to the server. #define ERROR_OVERRIDE_NOCHANGES 1252L // The group policy framework should call the extension even if there are no changes. #define ERROR_BAD_USER_PROFILE 1253L // The specified user does not have a valid profile. #define ERROR_NOT_SUPPORTED_ON_SBS 1254L // This operation is not supported on a computer running Windows Server 2003 for Small Business Server #define ERROR_SERVER_SHUTDOWN_IN_PROGRESS 1255L // The server machine is shutting down. #define ERROR_HOST_DOWN 1256L // The remote system is not available. For information about network troubleshooting, see Windows Help. #define ERROR_NON_ACCOUNT_SID 1257L // The security identifier provided is not from an account domain. #define ERROR_NON_DOMAIN_SID 1258L // The security identifier provided does not have a domain component. #define ERROR_APPHELP_BLOCK 1259L // AppHelp dialog canceled thus preventing the application from starting. #define ERROR_ACCESS_DISABLED_BY_POLICY 1260L // Windows cannot open this program because it has been prevented by a software restriction policy. For more information, open Event Viewer or contact your system administrator. #define ERROR_REG_NAT_CONSUMPTION 1261L // A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific. #define ERROR_CSCSHARE_OFFLINE 1262L // The share is currently offline or does not exist. #define ERROR_PKINIT_FAILURE 1263L // The kerberos protocol encountered an error while validating the // KDC certificate during smartcard logon. There is more information in the // system event log. #define ERROR_SMARTCARD_SUBSYSTEM_FAILURE 1264L // The kerberos protocol encountered an error while attempting to utilize // the smartcard subsystem. #define ERROR_DOWNGRADE_DETECTED 1265L // The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. #define ERROR_MACHINE_LOCKED 1271L // The machine is locked and can not be shut down without the force option. #define ERROR_CALLBACK_SUPPLIED_INVALID_DATA 1273L // An application-defined callback gave invalid data when called. #define ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED 1274L // The group policy framework should call the extension in the synchronous foreground policy refresh. #define ERROR_DRIVER_BLOCKED 1275L // This driver has been blocked from loading #define ERROR_INVALID_IMPORT_OF_NON_DLL 1276L // A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image. #define ERROR_ACCESS_DISABLED_WEBBLADE 1277L // Windows cannot open this program since it has been disabled. #define ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER 1278L // Windows cannot open this program because the license enforcement system has been tampered with or become corrupted. #define ERROR_RECOVERY_FAILURE 1279L // A transaction recover failed. #define ERROR_ALREADY_FIBER 1280L // The current thread has already been converted to a fiber. #define ERROR_ALREADY_THREAD 1281L // The current thread has already been converted from a fiber. #define ERROR_STACK_BUFFER_OVERRUN 1282L // The system detected an overrun of a stack-based buffer in this application. This // overrun could potentially allow a malicious user to gain control of this application. #define ERROR_PARAMETER_QUOTA_EXCEEDED 1283L // Data present in one of the parameters is more than the function can operate on. #define ERROR_DEBUGGER_INACTIVE 1284L // An attempt to do an operation on a debug object failed because the object is in the process of being deleted. #define ERROR_DELAY_LOAD_FAILED 1285L // An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed. #define ERROR_VDM_DISALLOWED 1286L // %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator. #define ERROR_UNIDENTIFIED_ERROR 1287L // Insufficient information exists to identify the cause of failure. #define ERROR_NOT_ALL_ASSIGNED 1300L // Not all privileges referenced are assigned to the caller. #define ERROR_SOME_NOT_MAPPED 1301L // Some mapping between account names and security IDs was not done. #define ERROR_NO_QUOTAS_FOR_ACCOUNT 1302L // No system quota limits are specifically set for this account. #define ERROR_LOCAL_USER_SESSION_KEY 1303L // No encryption key is available. A well-known encryption key was returned. #define ERROR_NULL_LM_PASSWORD 1304L // The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a NULL string. #define ERROR_UNKNOWN_REVISION 1305L // The revision level is unknown. #define ERROR_REVISION_MISMATCH 1306L // Indicates two revision levels are incompatible. #define ERROR_INVALID_OWNER 1307L // This security ID may not be assigned as the owner of this object. #define ERROR_INVALID_PRIMARY_GROUP 1308L // This security ID may not be assigned as the primary group of an object. #define ERROR_NO_IMPERSONATION_TOKEN 1309L // An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client. #define ERROR_CANT_DISABLE_MANDATORY 1310L // The group may not be disabled. #define ERROR_NO_LOGON_SERVERS 1311L // There are currently no logon servers available to service the logon request. #define ERROR_NO_SUCH_LOGON_SESSION 1312L // A specified logon session does not exist. It may already have been terminated. #define ERROR_NO_SUCH_PRIVILEGE 1313L // A specified privilege does not exist. #define ERROR_PRIVILEGE_NOT_HELD 1314L // A required privilege is not held by the client. #define ERROR_INVALID_ACCOUNT_NAME 1315L // The name provided is not a properly formed account name. #define ERROR_USER_EXISTS 1316L // The specified user already exists. #define ERROR_NO_SUCH_USER 1317L // The specified user does not exist. #define ERROR_GROUP_EXISTS 1318L // The specified group already exists. #define ERROR_NO_SUCH_GROUP 1319L // The specified group does not exist. #define ERROR_MEMBER_IN_GROUP 1320L // Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member. #define ERROR_MEMBER_NOT_IN_GROUP 1321L // The specified user account is not a member of the specified group account. #define ERROR_LAST_ADMIN 1322L // The last remaining administration account cannot be disabled or deleted. #define ERROR_WRONG_PASSWORD 1323L // Unable to update the password. The value provided as the current password is incorrect. #define ERROR_ILL_FORMED_PASSWORD 1324L // Unable to update the password. The value provided for the new password contains values that are not allowed in passwords. #define ERROR_PASSWORD_RESTRICTION 1325L // Unable to update the password. The value provided for the new password does not meet the length, complexity, or history requirement of the domain. #define ERROR_LOGON_FAILURE 1326L // Logon failure: unknown user name or bad password. #define ERROR_ACCOUNT_RESTRICTION 1327L // Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced. #define ERROR_INVALID_LOGON_HOURS 1328L // Logon failure: account logon time restriction violation. #define ERROR_INVALID_WORKSTATION 1329L // Logon failure: user not allowed to log on to this computer. #define ERROR_PASSWORD_EXPIRED 1330L // Logon failure: the specified account password has expired. #define ERROR_ACCOUNT_DISABLED 1331L // Logon failure: account currently disabled. #define ERROR_NONE_MAPPED 1332L // No mapping between account names and security IDs was done. #define ERROR_TOO_MANY_LUIDS_REQUESTED 1333L // Too many local user identifiers (LUIDs) were requested at one time. #define ERROR_LUIDS_EXHAUSTED 1334L // No more local user identifiers (LUIDs) are available. #define ERROR_INVALID_SUB_AUTHORITY 1335L // The subauthority part of a security ID is invalid for this particular use. #define ERROR_INVALID_ACL 1336L // The access control list (ACL) structure is invalid. #define ERROR_INVALID_SID 1337L // The security ID structure is invalid. #define ERROR_INVALID_SECURITY_DESCR 1338L // The security descriptor structure is invalid. #define ERROR_BAD_INHERITANCE_ACL 1340L // The inherited access control list (ACL) or access control entry (ACE) could not be built. #define ERROR_SERVER_DISABLED 1341L // The server is currently disabled. #define ERROR_SERVER_NOT_DISABLED 1342L // The server is currently enabled. #define ERROR_INVALID_ID_AUTHORITY 1343L // The value provided was an invalid value for an identifier authority. #define ERROR_ALLOTTED_SPACE_EXCEEDED 1344L // No more memory is available for security information updates. #define ERROR_INVALID_GROUP_ATTRIBUTES 1345L // The specified attributes are invalid, or incompatible with the attributes for the group as a whole. #define ERROR_BAD_IMPERSONATION_LEVEL 1346L // Either a required impersonation level was not provided, or the provided impersonation level is invalid. #define ERROR_CANT_OPEN_ANONYMOUS 1347L // Cannot open an anonymous level security token. #define ERROR_BAD_VALIDATION_CLASS 1348L // The validation information class requested was invalid. #define ERROR_BAD_TOKEN_TYPE 1349L // The type of the token is inappropriate for its attempted use. #define ERROR_NO_SECURITY_ON_OBJECT 1350L // Unable to perform a security operation on an object that has no associated security. #define ERROR_CANT_ACCESS_DOMAIN_INFO 1351L // Configuration information could not be read from the domain controller, either because the machine is unavailable, or access has been denied. #define ERROR_INVALID_SERVER_STATE 1352L // The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation. #define ERROR_INVALID_DOMAIN_STATE 1353L // The domain was in the wrong state to perform the security operation. #define ERROR_INVALID_DOMAIN_ROLE 1354L // This operation is only allowed for the Primary Domain Controller of the domain. #define ERROR_NO_SUCH_DOMAIN 1355L // The specified domain either does not exist or could not be contacted. #define ERROR_DOMAIN_EXISTS 1356L // The specified domain already exists. #define ERROR_DOMAIN_LIMIT_EXCEEDED 1357L // An attempt was made to exceed the limit on the number of domains per server. #define ERROR_INTERNAL_DB_CORRUPTION 1358L // Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk. #define ERROR_INTERNAL_ERROR 1359L // An internal error occurred. #define ERROR_GENERIC_NOT_MAPPED 1360L // Generic access types were contained in an access mask which should already be mapped to nongeneric types. #define ERROR_BAD_DESCRIPTOR_FORMAT 1361L // A security descriptor is not in the right format (absolute or self-relative). #define ERROR_NOT_LOGON_PROCESS 1362L // The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process. #define ERROR_LOGON_SESSION_EXISTS 1363L // Cannot start a new logon session with an ID that is already in use. #define ERROR_NO_SUCH_PACKAGE 1364L // A specified authentication package is unknown. #define ERROR_BAD_LOGON_SESSION_STATE 1365L // The logon session is not in a state that is consistent with the requested operation. #define ERROR_LOGON_SESSION_COLLISION 1366L // The logon session ID is already in use. #define ERROR_INVALID_LOGON_TYPE 1367L // A logon request contained an invalid logon type value. #define ERROR_CANNOT_IMPERSONATE 1368L // Unable to impersonate using a named pipe until data has been read from that pipe. #define ERROR_RXACT_INVALID_STATE 1369L // The transaction state of a registry subtree is incompatible with the requested operation. #define ERROR_RXACT_COMMIT_FAILURE 1370L // An internal security database corruption has been encountered. #define ERROR_SPECIAL_ACCOUNT 1371L // Cannot perform this operation on built-in accounts. #define ERROR_SPECIAL_GROUP 1372L // Cannot perform this operation on this built-in special group. #define ERROR_SPECIAL_USER 1373L // Cannot perform this operation on this built-in special user. #define ERROR_MEMBERS_PRIMARY_GROUP 1374L // The user cannot be removed from a group because the group is currently the user's primary group. #define ERROR_TOKEN_ALREADY_IN_USE 1375L // The token is already in use as a primary token. #define ERROR_NO_SUCH_ALIAS 1376L // The specified local group does not exist. #define ERROR_MEMBER_NOT_IN_ALIAS 1377L // The specified account name is not a member of the local group. #define ERROR_MEMBER_IN_ALIAS 1378L // The specified account name is already a member of the local group. #define ERROR_ALIAS_EXISTS 1379L // The specified local group already exists. #define ERROR_LOGON_NOT_GRANTED 1380L // Logon failure: the user has not been granted the requested logon type at this computer. #define ERROR_TOO_MANY_SECRETS 1381L // The maximum number of secrets that may be stored in a single system has been exceeded. #define ERROR_SECRET_TOO_LONG 1382L // The length of a secret exceeds the maximum length allowed. #define ERROR_INTERNAL_DB_ERROR 1383L // The local security authority database contains an internal inconsistency. #define ERROR_TOO_MANY_CONTEXT_IDS 1384L // During a logon attempt, the user's security context accumulated too many security IDs. #define ERROR_LOGON_TYPE_NOT_GRANTED 1385L // Logon failure: the user has not been granted the requested logon type at this computer. #define ERROR_NT_CROSS_ENCRYPTION_REQUIRED 1386L // A cross-encrypted password is necessary to change a user password. #define ERROR_NO_SUCH_MEMBER 1387L // A member could not be added to or removed from the local group because the member does not exist. #define ERROR_INVALID_MEMBER 1388L // A new member could not be added to a local group because the member has the wrong account type. #define ERROR_TOO_MANY_SIDS 1389L // Too many security IDs have been specified. #define ERROR_LM_CROSS_ENCRYPTION_REQUIRED 1390L // A cross-encrypted password is necessary to change this user password. #define ERROR_NO_INHERITANCE 1391L // Indicates an ACL contains no inheritable components. #define ERROR_FILE_CORRUPT 1392L // The file or directory is corrupted and unreadable. #define ERROR_DISK_CORRUPT 1393L // The disk structure is corrupted and unreadable. #define ERROR_NO_USER_SESSION_KEY 1394L // There is no user session key for the specified logon session. #define ERROR_LICENSE_QUOTA_EXCEEDED 1395L // The service being accessed is licensed for a particular number of connections. // No more connections can be made to the service at this time because there are already as many connections as the service can accept. #define ERROR_WRONG_TARGET_NAME 1396L // Logon Failure: The target account name is incorrect. #define ERROR_MUTUAL_AUTH_FAILED 1397L // Mutual Authentication failed. The server's password is out of date at the domain controller. #define ERROR_TIME_SKEW 1398L // There is a time and/or date difference between the client and server. #define ERROR_CURRENT_DOMAIN_NOT_ALLOWED 1399L // This operation can not be performed on the current domain. #define ERROR_INVALID_WINDOW_HANDLE 1400L // Invalid window handle. #define ERROR_INVALID_MENU_HANDLE 1401L // Invalid menu handle. #define ERROR_INVALID_CURSOR_HANDLE 1402L // Invalid cursor handle. #define ERROR_INVALID_ACCEL_HANDLE 1403L // Invalid accelerator table handle. #define ERROR_INVALID_HOOK_HANDLE 1404L // Invalid hook handle. #define ERROR_INVALID_DWP_HANDLE 1405L // Invalid handle to a multiple-window position structure. #define ERROR_TLW_WITH_WSCHILD 1406L // Cannot create a top-level child window. #define ERROR_CANNOT_FIND_WND_CLASS 1407L // Cannot find window class. #define ERROR_WINDOW_OF_OTHER_THREAD 1408L // Invalid window; it belongs to other thread. #define ERROR_HOTKEY_ALREADY_REGISTERED 1409L // Hot key is already registered. #define ERROR_CLASS_ALREADY_EXISTS 1410L // Class already exists. #define ERROR_CLASS_DOES_NOT_EXIST 1411L // Class does not exist. #define ERROR_CLASS_HAS_WINDOWS 1412L // Class still has open windows. #define ERROR_INVALID_INDEX 1413L // Invalid index. #define ERROR_INVALID_ICON_HANDLE 1414L // Invalid icon handle. #define ERROR_PRIVATE_DIALOG_INDEX 1415L // Using private DIALOG window words. #define ERROR_LISTBOX_ID_NOT_FOUND 1416L // The list box identifier was not found. #define ERROR_NO_WILDCARD_CHARACTERS 1417L // No wildcards were found. #define ERROR_CLIPBOARD_NOT_OPEN 1418L // Thread does not have a clipboard open. #define ERROR_HOTKEY_NOT_REGISTERED 1419L // Hot key is not registered. #define ERROR_WINDOW_NOT_DIALOG 1420L // The window is not a valid dialog window. #define ERROR_CONTROL_ID_NOT_FOUND 1421L // Control ID not found. #define ERROR_INVALID_COMBOBOX_MESSAGE 1422L // Invalid message for a combo box because it does not have an edit control. #define ERROR_WINDOW_NOT_COMBOBOX 1423L // The window is not a combo box. #define ERROR_INVALID_EDIT_HEIGHT 1424L // Height must be less than 256. #define ERROR_DC_NOT_FOUND 1425L // Invalid device context (DC) handle. #define ERROR_INVALID_HOOK_FILTER 1426L // Invalid hook procedure type. #define ERROR_INVALID_FILTER_PROC 1427L // Invalid hook procedure. #define ERROR_HOOK_NEEDS_HMOD 1428L // Cannot set nonlocal hook without a module handle. #define ERROR_GLOBAL_ONLY_HOOK 1429L // This hook procedure can only be set globally. #define ERROR_JOURNAL_HOOK_SET 1430L // The journal hook procedure is already installed. #define ERROR_HOOK_NOT_INSTALLED 1431L // The hook procedure is not installed. #define ERROR_INVALID_LB_MESSAGE 1432L // Invalid message for single-selection list box. #define ERROR_SETCOUNT_ON_BAD_LB 1433L // LB_SETCOUNT sent to non-lazy list box. #define ERROR_LB_WITHOUT_TABSTOPS 1434L // This list box does not support tab stops. #define ERROR_DESTROY_OBJECT_OF_OTHER_THREAD 1435L // Cannot destroy object created by another thread. #define ERROR_CHILD_WINDOW_MENU 1436L // Child windows cannot have menus. #define ERROR_NO_SYSTEM_MENU 1437L // The window does not have a system menu. #define ERROR_INVALID_MSGBOX_STYLE 1438L // Invalid message box style. #define ERROR_INVALID_SPI_VALUE 1439L // Invalid system-wide (SPI_*) parameter. #define ERROR_SCREEN_ALREADY_LOCKED 1440L // Screen already locked. #define ERROR_HWNDS_HAVE_DIFF_PARENT 1441L // All handles to windows in a multiple-window position structure must have the same parent. #define ERROR_NOT_CHILD_WINDOW 1442L // The window is not a child window. #define ERROR_INVALID_GW_COMMAND 1443L // Invalid GW_* command. #define ERROR_INVALID_THREAD_ID 1444L // Invalid thread identifier. #define ERROR_NON_MDICHILD_WINDOW 1445L // Cannot process a message from a window that is not a multiple document interface (MDI) window. #define ERROR_POPUP_ALREADY_ACTIVE 1446L // Popup menu already active. #define ERROR_NO_SCROLLBARS 1447L // The window does not have scroll bars. #define ERROR_INVALID_SCROLLBAR_RANGE 1448L // Scroll bar range cannot be greater than MAXLONG. #define ERROR_INVALID_SHOWWIN_COMMAND 1449L // Cannot show or remove the window in the way specified. #define ERROR_NO_SYSTEM_RESOURCES 1450L // Insufficient system resources exist to complete the requested service. #define ERROR_NONPAGED_SYSTEM_RESOURCES 1451L // Insufficient system resources exist to complete the requested service. #define ERROR_PAGED_SYSTEM_RESOURCES 1452L // Insufficient system resources exist to complete the requested service. #define ERROR_WORKING_SET_QUOTA 1453L // Insufficient quota to complete the requested service. #define ERROR_PAGEFILE_QUOTA 1454L // Insufficient quota to complete the requested service. #define ERROR_COMMITMENT_LIMIT 1455L // The paging file is too small for this operation to complete. #define ERROR_MENU_ITEM_NOT_FOUND 1456L // A menu item was not found. #define ERROR_INVALID_KEYBOARD_HANDLE 1457L // Invalid keyboard layout handle. #define ERROR_HOOK_TYPE_NOT_ALLOWED 1458L // Hook type not allowed. #define ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION 1459L // This operation requires an interactive window station. #define ERROR_TIMEOUT 1460L // This operation returned because the timeout period expired. #define ERROR_INVALID_MONITOR_HANDLE 1461L // Invalid monitor handle. #define ERROR_INCORRECT_SIZE 1462L // Incorrect size argument. #define ERROR_EVENTLOG_FILE_CORRUPT 1500L // The event log file is corrupted. #define ERROR_EVENTLOG_CANT_START 1501L // No event log file could be opened, so the event logging service did not start. #define ERROR_LOG_FILE_FULL 1502L // The event log file is full. #define ERROR_EVENTLOG_FILE_CHANGED 1503L // The event log file has changed between read operations. #define ERROR_INSTALL_SERVICE_FAILURE 1601L // The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance. #define ERROR_INSTALL_USEREXIT 1602L // User cancelled installation. #define ERROR_INSTALL_FAILURE 1603L // Fatal error during installation. #define ERROR_INSTALL_SUSPEND 1604L // Installation suspended, incomplete. #define ERROR_UNKNOWN_PRODUCT 1605L // This action is only valid for products that are currently installed. #define ERROR_UNKNOWN_FEATURE 1606L // Feature ID not registered. #define ERROR_UNKNOWN_COMPONENT 1607L // Component ID not registered. #define ERROR_UNKNOWN_PROPERTY 1608L // Unknown property. #define ERROR_INVALID_HANDLE_STATE 1609L // Handle is in an invalid state. #define ERROR_BAD_CONFIGURATION 1610L // The configuration data for this product is corrupt. Contact your support personnel. #define ERROR_INDEX_ABSENT 1611L // Component qualifier not present. #define ERROR_INSTALL_SOURCE_ABSENT 1612L // The installation source for this product is not available. Verify that the source exists and that you can access it. #define ERROR_INSTALL_PACKAGE_VERSION 1613L // This installation package cannot be installed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. #define ERROR_PRODUCT_UNINSTALLED 1614L // Product is uninstalled. #define ERROR_BAD_QUERY_SYNTAX 1615L // SQL query syntax invalid or unsupported. #define ERROR_INVALID_FIELD 1616L // Record field does not exist. #define ERROR_DEVICE_REMOVED 1617L // The device has been removed. #define ERROR_INSTALL_ALREADY_RUNNING 1618L // Another installation is already in progress. Complete that installation before proceeding with this install. #define ERROR_INSTALL_PACKAGE_OPEN_FAILED 1619L // This installation package could not be opened. Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package. #define ERROR_INSTALL_PACKAGE_INVALID 1620L // This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package. #define ERROR_INSTALL_UI_FAILURE 1621L // There was an error starting the Windows Installer service user interface. Contact your support personnel. #define ERROR_INSTALL_LOG_FAILURE 1622L // Error opening installation log file. Verify that the specified log file location exists and that you can write to it. #define ERROR_INSTALL_LANGUAGE_UNSUPPORTED 1623L // The language of this installation package is not supported by your system. #define ERROR_INSTALL_TRANSFORM_FAILURE 1624L // Error applying transforms. Verify that the specified transform paths are valid. #define ERROR_INSTALL_PACKAGE_REJECTED 1625L // This installation is forbidden by system policy. Contact your system administrator. #define ERROR_FUNCTION_NOT_CALLED 1626L // Function could not be executed. #define ERROR_FUNCTION_FAILED 1627L // Function failed during execution. #define ERROR_INVALID_TABLE 1628L // Invalid or unknown table specified. #define ERROR_DATATYPE_MISMATCH 1629L // Data supplied is of wrong type. #define ERROR_UNSUPPORTED_TYPE 1630L // Data of this type is not supported. #define ERROR_CREATE_FAILED 1631L // The Windows Installer service failed to start. Contact your support personnel. #define ERROR_INSTALL_TEMP_UNWRITABLE 1632L // The Temp folder is on a drive that is full or is inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder. #define ERROR_INSTALL_PLATFORM_UNSUPPORTED 1633L // This installation package is not supported by this processor type. Contact your product vendor. #define ERROR_INSTALL_NOTUSED 1634L // Component not used on this computer. #define ERROR_PATCH_PACKAGE_OPEN_FAILED 1635L // This patch package could not be opened. Verify that the patch package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer patch package. #define ERROR_PATCH_PACKAGE_INVALID 1636L // This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package. #define ERROR_PATCH_PACKAGE_UNSUPPORTED 1637L // This patch package cannot be processed by the Windows Installer service. You must install a Windows service pack that contains a newer version of the Windows Installer service. #define ERROR_PRODUCT_VERSION 1638L // Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. #define ERROR_INVALID_COMMAND_LINE 1639L // Invalid command line argument. Consult the Windows Installer SDK for detailed command line help. #define ERROR_INSTALL_REMOTE_DISALLOWED 1640L // Only administrators have permission to add, remove, or configure server software during a Terminal services remote session. If you want to install or configure software on the server, contact your network administrator. #define ERROR_SUCCESS_REBOOT_INITIATED 1641L // The requested operation completed successfully. The system will be restarted so the changes can take effect. #define ERROR_PATCH_TARGET_NOT_FOUND 1642L // The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer an // d that you have the correct upgrade patch. #define ERROR_PATCH_PACKAGE_REJECTED 1643L // The patch package is not permitted by software restriction policy. #define ERROR_INSTALL_TRANSFORM_REJECTED 1644L // One or more customizations are not permitted by software restriction policy. #define ERROR_INSTALL_REMOTE_PROHIBITED 1645L // The Windows Installer does not permit installation from a Remote Desktop Connection. #define RPC_S_INVALID_STRING_BINDING 1700L // The string binding is invalid. #define RPC_S_WRONG_KIND_OF_BINDING 1701L // The binding handle is not the correct type. #define RPC_S_INVALID_BINDING 1702L // The binding handle is invalid. #define RPC_S_PROTSEQ_NOT_SUPPORTED 1703L // The RPC protocol sequence is not supported. #define RPC_S_INVALID_RPC_PROTSEQ 1704L // The RPC protocol sequence is invalid. #define RPC_S_INVALID_STRING_UUID 1705L // The string universal unique identifier (UUID) is invalid. #define RPC_S_INVALID_ENDPOINT_FORMAT 1706L // The endpoint format is invalid. #define RPC_S_INVALID_NET_ADDR 1707L // The network address is invalid. #define RPC_S_NO_ENDPOINT_FOUND 1708L // No endpoint was found. #define RPC_S_INVALID_TIMEOUT 1709L // The timeout value is invalid. #define RPC_S_OBJECT_NOT_FOUND 1710L // The object universal unique identifier (UUID) was not found. #define RPC_S_ALREADY_REGISTERED 1711L // The object universal unique identifier (UUID) has already been registered. #define RPC_S_TYPE_ALREADY_REGISTERED 1712L // The type universal unique identifier (UUID) has already been registered. #define RPC_S_ALREADY_LISTENING 1713L // The RPC server is already listening. #define RPC_S_NO_PROTSEQS_REGISTERED 1714L // No protocol sequences have been registered. #define RPC_S_NOT_LISTENING 1715L // The RPC server is not listening. #define RPC_S_UNKNOWN_MGR_TYPE 1716L // The manager type is unknown. #define RPC_S_UNKNOWN_IF 1717L // The interface is unknown. #define RPC_S_NO_BINDINGS 1718L // There are no bindings. #define RPC_S_NO_PROTSEQS 1719L // There are no protocol sequences. #define RPC_S_CANT_CREATE_ENDPOINT 1720L // The endpoint cannot be created. #define RPC_S_OUT_OF_RESOURCES 1721L // Not enough resources are available to complete this operation. #define RPC_S_SERVER_UNAVAILABLE 1722L // The RPC server is unavailable. #define RPC_S_SERVER_TOO_BUSY 1723L // The RPC server is too busy to complete this operation. #define RPC_S_INVALID_NETWORK_OPTIONS 1724L // The network options are invalid. #define RPC_S_NO_CALL_ACTIVE 1725L // There are no remote procedure calls active on this thread. #define RPC_S_CALL_FAILED 1726L // The remote procedure call failed. #define RPC_S_CALL_FAILED_DNE 1727L // The remote procedure call failed and did not execute. #define RPC_S_PROTOCOL_ERROR 1728L // A remote procedure call (RPC) protocol error occurred. #define RPC_S_UNSUPPORTED_TRANS_SYN 1730L // The transfer syntax is not supported by the RPC server. #define RPC_S_UNSUPPORTED_TYPE 1732L // The universal unique identifier (UUID) type is not supported. #define RPC_S_INVALID_TAG 1733L // The tag is invalid. #define RPC_S_INVALID_BOUND 1734L // The array bounds are invalid. #define RPC_S_NO_ENTRY_NAME 1735L // The binding does not contain an entry name. #define RPC_S_INVALID_NAME_SYNTAX 1736L // The name syntax is invalid. #define RPC_S_UNSUPPORTED_NAME_SYNTAX 1737L // The name syntax is not supported. #define RPC_S_UUID_NO_ADDRESS 1739L // No network address is available to use to construct a universal unique identifier (UUID). #define RPC_S_DUPLICATE_ENDPOINT 1740L // The endpoint is a duplicate. #define RPC_S_UNKNOWN_AUTHN_TYPE 1741L // The authentication type is unknown. #define RPC_S_MAX_CALLS_TOO_SMALL 1742L // The maximum number of calls is too small. #define RPC_S_STRING_TOO_LONG 1743L // The string is too long. #define RPC_S_PROTSEQ_NOT_FOUND 1744L // The RPC protocol sequence was not found. #define RPC_S_PROCNUM_OUT_OF_RANGE 1745L // The procedure number is out of range. #define RPC_S_BINDING_HAS_NO_AUTH 1746L // The binding does not contain any authentication information. #define RPC_S_UNKNOWN_AUTHN_SERVICE 1747L // The authentication service is unknown. #define RPC_S_UNKNOWN_AUTHN_LEVEL 1748L // The authentication level is unknown. #define RPC_S_INVALID_AUTH_IDENTITY 1749L // The security context is invalid. #define RPC_S_UNKNOWN_AUTHZ_SERVICE 1750L // The authorization service is unknown. #define EPT_S_INVALID_ENTRY 1751L // The entry is invalid. #define EPT_S_CANT_PERFORM_OP 1752L // The server endpoint cannot perform the operation. #define EPT_S_NOT_REGISTERED 1753L // There are no more endpoints available from the endpoint mapper. #define RPC_S_NOTHING_TO_EXPORT 1754L // No interfaces have been exported. #define RPC_S_INCOMPLETE_NAME 1755L // The entry name is incomplete. #define RPC_S_INVALID_VERS_OPTION 1756L // The version option is invalid. #define RPC_S_NO_MORE_MEMBERS 1757L // There are no more members. #define RPC_S_NOT_ALL_OBJS_UNEXPORTED 1758L // There is nothing to unexport. #define RPC_S_INTERFACE_NOT_FOUND 1759L // The interface was not found. #define RPC_S_ENTRY_ALREADY_EXISTS 1760L // The entry already exists. #define RPC_S_ENTRY_NOT_FOUND 1761L // The entry is not found. #define RPC_S_NAME_SERVICE_UNAVAILABLE 1762L // The name service is unavailable. #define RPC_S_INVALID_NAF_ID 1763L // The network address family is invalid. #define RPC_S_CANNOT_SUPPORT 1764L // The requested operation is not supported. #define RPC_S_NO_CONTEXT_AVAILABLE 1765L // No security context is available to allow impersonation. #define RPC_S_INTERNAL_ERROR 1766L // An internal error occurred in a remote procedure call (RPC). #define RPC_S_ZERO_DIVIDE 1767L // The RPC server attempted an integer division by zero. #define RPC_S_ADDRESS_ERROR 1768L // An addressing error occurred in the RPC server. #define RPC_S_FP_DIV_ZERO 1769L // A floating-point operation at the RPC server caused a division by zero. #define RPC_S_FP_UNDERFLOW 1770L // A floating-point underflow occurred at the RPC server. #define RPC_S_FP_OVERFLOW 1771L // A floating-point overflow occurred at the RPC server. #define RPC_X_NO_MORE_ENTRIES 1772L // The list of RPC servers available for the binding of auto handles has been exhausted. #define RPC_X_SS_CHAR_TRANS_OPEN_FAIL 1773L // Unable to open the character translation table file. #define RPC_X_SS_CHAR_TRANS_SHORT_FILE 1774L // The file containing the character translation table has fewer than 512 bytes. #define RPC_X_SS_IN_NULL_CONTEXT 1775L // A null context handle was passed from the client to the host during a remote procedure call. #define RPC_X_SS_CONTEXT_DAMAGED 1777L // The context handle changed during a remote procedure call. #define RPC_X_SS_HANDLES_MISMATCH 1778L // The binding handles passed to a remote procedure call do not match. #define RPC_X_SS_CANNOT_GET_CALL_HANDLE 1779L // The stub is unable to get the remote procedure call handle. #define RPC_X_NULL_REF_POINTER 1780L // A null reference pointer was passed to the stub. #define RPC_X_ENUM_VALUE_OUT_OF_RANGE 1781L // The enumeration value is out of range. #define RPC_X_BYTE_COUNT_TOO_SMALL 1782L // The byte count is too small. #define RPC_X_BAD_STUB_DATA 1783L // The stub received bad data. #define ERROR_INVALID_USER_BUFFER 1784L // The supplied user buffer is not valid for the requested operation. #define ERROR_UNRECOGNIZED_MEDIA 1785L // The disk media is not recognized. It may not be formatted. #define ERROR_NO_TRUST_LSA_SECRET 1786L // The workstation does not have a trust secret. #define ERROR_NO_TRUST_SAM_ACCOUNT 1787L // The security database on the server does not have a computer account for this workstation trust relationship. #define ERROR_TRUSTED_DOMAIN_FAILURE 1788L // The trust relationship between the primary domain and the trusted domain failed. #define ERROR_TRUSTED_RELATIONSHIP_FAILURE 1789L // The trust relationship between this workstation and the primary domain failed. #define ERROR_TRUST_FAILURE 1790L // The network logon failed. #define RPC_S_CALL_IN_PROGRESS 1791L // A remote procedure call is already in progress for this thread. #define ERROR_NETLOGON_NOT_STARTED 1792L // An attempt was made to logon, but the network logon service was not started. #define ERROR_ACCOUNT_EXPIRED 1793L // The user's account has expired. #define ERROR_REDIRECTOR_HAS_OPEN_HANDLES 1794L // The redirector is in use and cannot be unloaded. #define ERROR_PRINTER_DRIVER_ALREADY_INSTALLED 1795L // The specified printer driver is already installed. #define ERROR_UNKNOWN_PORT 1796L // The specified port is unknown. #define ERROR_UNKNOWN_PRINTER_DRIVER 1797L // The printer driver is unknown. #define ERROR_UNKNOWN_PRINTPROCESSOR 1798L // The print processor is unknown. #define ERROR_INVALID_SEPARATOR_FILE 1799L // The specified separator file is invalid. #define ERROR_INVALID_PRIORITY 1800L // The specified priority is invalid. #define ERROR_INVALID_PRINTER_NAME 1801L // The printer name is invalid. #define ERROR_PRINTER_ALREADY_EXISTS 1802L // The printer already exists. #define ERROR_INVALID_PRINTER_COMMAND 1803L // The printer command is invalid. #define ERROR_INVALID_DATATYPE 1804L // The specified datatype is invalid. #define ERROR_INVALID_ENVIRONMENT 1805L // The environment specified is invalid. #define RPC_S_NO_MORE_BINDINGS 1806L // There are no more bindings. #define ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT 1807L // The account used is an interdomain trust account. Use your global user account or local user account to access this server. #define ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT 1808L // The account used is a computer account. Use your global user account or local user account to access this server. #define ERROR_NOLOGON_SERVER_TRUST_ACCOUNT 1809L // The account used is a server trust account. Use your global user account or local user account to access this server. #define ERROR_DOMAIN_TRUST_INCONSISTENT 1810L // The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain. #define ERROR_SERVER_HAS_OPEN_HANDLES 1811L // The server is in use and cannot be unloaded. #define ERROR_RESOURCE_DATA_NOT_FOUND 1812L // The specified image file did not contain a resource section. #define ERROR_RESOURCE_TYPE_NOT_FOUND 1813L // The specified resource type cannot be found in the image file. #define ERROR_RESOURCE_NAME_NOT_FOUND 1814L // The specified resource name cannot be found in the image file. #define ERROR_RESOURCE_LANG_NOT_FOUND 1815L // The specified resource language ID cannot be found in the image file. #define ERROR_NOT_ENOUGH_QUOTA 1816L // Not enough quota is available to process this command. #define RPC_S_NO_INTERFACES 1817L // No interfaces have been registered. #define RPC_S_CALL_CANCELLED 1818L // The remote procedure call was cancelled. #define RPC_S_BINDING_INCOMPLETE 1819L // The binding handle does not contain all required information. #define RPC_S_COMM_FAILURE 1820L // A communications failure occurred during a remote procedure call. #define RPC_S_UNSUPPORTED_AUTHN_LEVEL 1821L // The requested authentication level is not supported. #define RPC_S_NO_PRINC_NAME 1822L // No principal name registered. #define RPC_S_NOT_RPC_ERROR 1823L // The error specified is not a valid Windows RPC error code. #define RPC_S_UUID_LOCAL_ONLY 1824L // A UUID that is valid only on this computer has been allocated. #define RPC_S_SEC_PKG_ERROR 1825L // A security package specific error occurred. #define RPC_S_NOT_CANCELLED 1826L // Thread is not canceled. #define RPC_X_INVALID_ES_ACTION 1827L // Invalid operation on the encoding/decoding handle. #define RPC_X_WRONG_ES_VERSION 1828L // Incompatible version of the serializing package. #define RPC_X_WRONG_STUB_VERSION 1829L // Incompatible version of the RPC stub. #define RPC_X_INVALID_PIPE_OBJECT 1830L // The RPC pipe object is invalid or corrupted. #define RPC_X_WRONG_PIPE_ORDER 1831L // An invalid operation was attempted on an RPC pipe object. #define RPC_X_WRONG_PIPE_VERSION 1832L // Unsupported RPC pipe version. #define RPC_S_GROUP_MEMBER_NOT_FOUND 1898L // The group member was not found. #define EPT_S_CANT_CREATE 1899L // The endpoint mapper database entry could not be created. #define RPC_S_INVALID_OBJECT 1900L // The object universal unique identifier (UUID) is the nil UUID. #define ERROR_INVALID_TIME 1901L // The specified time is invalid. #define ERROR_INVALID_FORM_NAME 1902L // The specified form name is invalid. #define ERROR_INVALID_FORM_SIZE 1903L // The specified form size is invalid. #define ERROR_ALREADY_WAITING 1904L // The specified printer handle is already being waited on #define ERROR_PRINTER_DELETED 1905L // The specified printer has been deleted. #define ERROR_INVALID_PRINTER_STATE 1906L // The state of the printer is invalid. #define ERROR_PASSWORD_MUST_CHANGE 1907L // The user's password must be changed before logging on the first time. #define ERROR_DOMAIN_CONTROLLER_NOT_FOUND 1908L // Could not find the domain controller for this domain. #define ERROR_ACCOUNT_LOCKED_OUT 1909L // The referenced account is currently locked out and may not be logged on to. #define OR_INVALID_OXID 1910L // The object exporter specified was not found. #define OR_INVALID_OID 1911L // The object specified was not found. #define OR_INVALID_SET 1912L // The object resolver set specified was not found. #define RPC_S_SEND_INCOMPLETE 1913L // Some data remains to be sent in the request buffer. #define RPC_S_INVALID_ASYNC_HANDLE 1914L // Invalid asynchronous remote procedure call handle. #define RPC_S_INVALID_ASYNC_CALL 1915L // Invalid asynchronous RPC call handle for this operation. #define RPC_X_PIPE_CLOSED 1916L // The RPC pipe object has already been closed. #define RPC_X_PIPE_DISCIPLINE_ERROR 1917L // The RPC call completed before all pipes were processed. #define RPC_X_PIPE_EMPTY 1918L // No more data is available from the RPC pipe. #define ERROR_NO_SITENAME 1919L // No site name is available for this machine. #define ERROR_CANT_ACCESS_FILE 1920L // The file can not be accessed by the system. #define ERROR_CANT_RESOLVE_FILENAME 1921L // The name of the file cannot be resolved by the system. #define RPC_S_ENTRY_TYPE_MISMATCH 1922L // The entry is not of the expected type. #define RPC_S_NOT_ALL_OBJS_EXPORTED 1923L // Not all object UUIDs could be exported to the specified entry. #define RPC_S_INTERFACE_NOT_EXPORTED 1924L // Interface could not be exported to the specified entry. #define RPC_S_PROFILE_NOT_ADDED 1925L // The specified profile entry could not be added. #define RPC_S_PRF_ELT_NOT_ADDED 1926L // The specified profile element could not be added. #define RPC_S_PRF_ELT_NOT_REMOVED 1927L // The specified profile element could not be removed. #define RPC_S_GRP_ELT_NOT_ADDED 1928L // The group element could not be added. #define RPC_S_GRP_ELT_NOT_REMOVED 1929L // The group element could not be removed. #define ERROR_KM_DRIVER_BLOCKED 1930L // The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers. #define ERROR_CONTEXT_EXPIRED 1931L // The context has expired and can no longer be used. #define ERROR_PER_USER_TRUST_QUOTA_EXCEEDED 1932L // The current user's delegated trust creation quota has been exceeded. #define ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED 1933L // The total delegated trust creation quota has been exceeded. #define ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED 1934L // The current user's delegated trust deletion quota has been exceeded. #define ERROR_AUTHENTICATION_FIREWALL_FAILED 1935L // Logon Failure: The machine you are logging onto is protected by an authentication firewall. The specified account is not allowed to authenticate to the machine. #define ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED 1936L // Remote connections to the Print Spooler are blocked by a policy set on your machine. #define ERROR_INVALID_PIXEL_FORMAT 2000L // The pixel format is invalid. #define ERROR_BAD_DRIVER 2001L // The specified driver is invalid. #define ERROR_INVALID_WINDOW_STYLE 2002L // The window style or class attribute is invalid for this operation. #define ERROR_METAFILE_NOT_SUPPORTED 2003L // The requested metafile operation is not supported. #define ERROR_TRANSFORM_NOT_SUPPORTED 2004L // The requested transformation operation is not supported. #define ERROR_CLIPPING_NOT_SUPPORTED 2005L // The requested clipping operation is not supported. #define ERROR_INVALID_CMM 2010L // The specified color management module is invalid. #define ERROR_INVALID_PROFILE 2011L // The specified color profile is invalid. #define ERROR_TAG_NOT_FOUND 2012L // The specified tag was not found. #define ERROR_TAG_NOT_PRESENT 2013L // A required tag is not present. #define ERROR_DUPLICATE_TAG 2014L // The specified tag is already present. #define ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE 2015L // The specified color profile is not associated with any device. #define ERROR_PROFILE_NOT_FOUND 2016L // The specified color profile was not found. #define ERROR_INVALID_COLORSPACE 2017L // The specified color space is invalid. #define ERROR_ICM_NOT_ENABLED 2018L // Image Color Management is not enabled. #define ERROR_DELETING_ICM_XFORM 2019L // There was an error while deleting the color transform. #define ERROR_INVALID_TRANSFORM 2020L // The specified color transform is invalid. #define ERROR_COLORSPACE_MISMATCH 2021L // The specified transform does not match the bitmap's color space. #define ERROR_INVALID_COLORINDEX 2022L // The specified named color index is not present in the profile. #define ERROR_CONNECTED_OTHER_PASSWORD 2108L // The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified. #define ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT 2109L // The network connection was made successfully using default credentials. #define ERROR_BAD_USERNAME 2202L // The specified username is invalid. #define ERROR_NOT_CONNECTED 2250L // This network connection does not exist. #define ERROR_OPEN_FILES 2401L // This network connection has files open or requests pending. #define ERROR_ACTIVE_CONNECTIONS 2402L // Active connections still exist. #define ERROR_DEVICE_IN_USE 2404L // The device is in use by an active process and cannot be disconnected. #define ERROR_UNKNOWN_PRINT_MONITOR 3000L // The specified print monitor is unknown. #define ERROR_PRINTER_DRIVER_IN_USE 3001L // The specified printer driver is currently in use. #define ERROR_SPOOL_FILE_NOT_FOUND 3002L // The spool file was not found. #define ERROR_SPL_NO_STARTDOC 3003L // A StartDocPrinter call was not issued. #define ERROR_SPL_NO_ADDJOB 3004L // An AddJob call was not issued. #define ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED 3005L // The specified print processor has already been installed. #define ERROR_PRINT_MONITOR_ALREADY_INSTALLED 3006L // The specified print monitor has already been installed. #define ERROR_INVALID_PRINT_MONITOR 3007L // The specified print monitor does not have the required functions. #define ERROR_PRINT_MONITOR_IN_USE 3008L // The specified print monitor is currently in use. #define ERROR_PRINTER_HAS_JOBS_QUEUED 3009L // The requested operation is not allowed when there are jobs queued to the printer. #define ERROR_SUCCESS_REBOOT_REQUIRED 3010L // The requested operation is successful. Changes will not be effective until the system is rebooted. #define ERROR_SUCCESS_RESTART_REQUIRED 3011L // The requested operation is successful. Changes will not be effective until the service is restarted. #define ERROR_PRINTER_NOT_FOUND 3012L // No printers were found. #define ERROR_PRINTER_DRIVER_WARNED 3013L // The printer driver is known to be unreliable. #define ERROR_PRINTER_DRIVER_BLOCKED 3014L // The printer driver is known to harm the system. #define ERROR_WINS_INTERNAL 4000L // WINS encountered an error while processing the command. #define ERROR_CAN_NOT_DEL_LOCAL_WINS 4001L // The local WINS can not be deleted. #define ERROR_STATIC_INIT 4002L // The importation from the file failed. #define ERROR_INC_BACKUP 4003L // The backup failed. Was a full backup done before? #define ERROR_FULL_BACKUP 4004L // The backup failed. Check the directory to which you are backing the database. #define ERROR_REC_NON_EXISTENT 4005L // The name does not exist in the WINS database. #define ERROR_RPL_NOT_ALLOWED 4006L // Replication with a nonconfigured partner is not allowed. #define ERROR_DHCP_ADDRESS_CONFLICT 4100L // The DHCP client has obtained an IP address that is already in use on the network. The local interface will be disabled until the DHCP client can obtain a new address. #define ERROR_WMI_GUID_NOT_FOUND 4200L // The GUID passed was not recognized as valid by a WMI data provider. #define ERROR_WMI_INSTANCE_NOT_FOUND 4201L // The instance name passed was not recognized as valid by a WMI data provider. #define ERROR_WMI_ITEMID_NOT_FOUND 4202L // The data item ID passed was not recognized as valid by a WMI data provider. #define ERROR_WMI_TRY_AGAIN 4203L // The WMI request could not be completed and should be retried. #define ERROR_WMI_DP_NOT_FOUND 4204L // The WMI data provider could not be located. #define ERROR_WMI_UNRESOLVED_INSTANCE_REF 4205L // The WMI data provider references an instance set that has not been registered. #define ERROR_WMI_ALREADY_ENABLED 4206L // The WMI data block or event notification has already been enabled. #define ERROR_WMI_GUID_DISCONNECTED 4207L // The WMI data block is no longer available. #define ERROR_WMI_SERVER_UNAVAILABLE 4208L // The WMI data service is not available. #define ERROR_WMI_DP_FAILED 4209L // The WMI data provider failed to carry out the request. #define ERROR_WMI_INVALID_MOF 4210L // The WMI MOF information is not valid. #define ERROR_WMI_INVALID_REGINFO 4211L // The WMI registration information is not valid. #define ERROR_WMI_ALREADY_DISABLED 4212L // The WMI data block or event notification has already been disabled. #define ERROR_WMI_READ_ONLY 4213L // The WMI data item or data block is read only. #define ERROR_WMI_SET_FAILURE 4214L // The WMI data item or data block could not be changed. #define ERROR_INVALID_MEDIA 4300L // The media identifier does not represent a valid medium. #define ERROR_INVALID_LIBRARY 4301L // The library identifier does not represent a valid library. #define ERROR_INVALID_MEDIA_POOL 4302L // The media pool identifier does not represent a valid media pool. #define ERROR_DRIVE_MEDIA_MISMATCH 4303L // The drive and medium are not compatible or exist in different libraries. #define ERROR_MEDIA_OFFLINE 4304L // The medium currently exists in an offline library and must be online to perform this operation. #define ERROR_LIBRARY_OFFLINE 4305L // The operation cannot be performed on an offline library. #define ERROR_EMPTY 4306L // The library, drive, or media pool is empty. #define ERROR_NOT_EMPTY 4307L // The library, drive, or media pool must be empty to perform this operation. #define ERROR_MEDIA_UNAVAILABLE 4308L // No media is currently available in this media pool or library. #define ERROR_RESOURCE_DISABLED 4309L // A resource required for this operation is disabled. #define ERROR_INVALID_CLEANER 4310L // The media identifier does not represent a valid cleaner. #define ERROR_UNABLE_TO_CLEAN 4311L // The drive cannot be cleaned or does not support cleaning. #define ERROR_OBJECT_NOT_FOUND 4312L // The object identifier does not represent a valid object. #define ERROR_DATABASE_FAILURE 4313L // Unable to read from or write to the database. #define ERROR_DATABASE_FULL 4314L // The database is full. #define ERROR_MEDIA_INCOMPATIBLE 4315L // The medium is not compatible with the device or media pool. #define ERROR_RESOURCE_NOT_PRESENT 4316L // The resource required for this operation does not exist. #define ERROR_INVALID_OPERATION 4317L // The operation identifier is not valid. #define ERROR_MEDIA_NOT_AVAILABLE 4318L // The media is not mounted or ready for use. #define ERROR_DEVICE_NOT_AVAILABLE 4319L // The device is not ready for use. #define ERROR_REQUEST_REFUSED 4320L // The operator or administrator has refused the request. #define ERROR_INVALID_DRIVE_OBJECT 4321L // The drive identifier does not represent a valid drive. #define ERROR_LIBRARY_FULL 4322L // Library is full. No slot is available for use. #define ERROR_MEDIUM_NOT_ACCESSIBLE 4323L // The transport cannot access the medium. #define ERROR_UNABLE_TO_LOAD_MEDIUM 4324L // Unable to load the medium into the drive. #define ERROR_UNABLE_TO_INVENTORY_DRIVE 4325L // Unable to retrieve the drive status. #define ERROR_UNABLE_TO_INVENTORY_SLOT 4326L // Unable to retrieve the slot status. #define ERROR_UNABLE_TO_INVENTORY_TRANSPORT 4327L // Unable to retrieve status about the transport. #define ERROR_TRANSPORT_FULL 4328L // Cannot use the transport because it is already in use. #define ERROR_CONTROLLING_IEPORT 4329L // Unable to open or close the inject/eject port. #define ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA 4330L // Unable to eject the medium because it is in a drive. #define ERROR_CLEANER_SLOT_SET 4331L // A cleaner slot is already reserved. #define ERROR_CLEANER_SLOT_NOT_SET 4332L // A cleaner slot is not reserved. #define ERROR_CLEANER_CARTRIDGE_SPENT 4333L // The cleaner cartridge has performed the maximum number of drive cleanings. #define ERROR_UNEXPECTED_OMID 4334L // Unexpected on-medium identifier. #define ERROR_CANT_DELETE_LAST_ITEM 4335L // The last remaining item in this group or resource cannot be deleted. #define ERROR_MESSAGE_EXCEEDS_MAX_SIZE 4336L // The message provided exceeds the maximum size allowed for this parameter. #define ERROR_VOLUME_CONTAINS_SYS_FILES 4337L // The volume contains system or paging files. #define ERROR_INDIGENOUS_TYPE 4338L // The media type cannot be removed from this library since at least one drive in the library reports it can support this media type. #define ERROR_NO_SUPPORTING_DRIVES 4339L // This offline media cannot be mounted on this system since no enabled drives are present which can be used. #define ERROR_CLEANER_CARTRIDGE_INSTALLED 4340L // A cleaner cartridge is present in the tape library. #define ERROR_IEPORT_FULL 4341L // Cannot use the ieport because it is not empty. #define ERROR_FILE_OFFLINE 4350L // The remote storage service was not able to recall the file. #define ERROR_REMOTE_STORAGE_NOT_ACTIVE 4351L // The remote storage service is not operational at this time. #define ERROR_REMOTE_STORAGE_MEDIA_ERROR 4352L // The remote storage service encountered a media error. #define ERROR_NOT_A_REPARSE_POINT 4390L // The file or directory is not a reparse point. #define ERROR_REPARSE_ATTRIBUTE_CONFLICT 4391L // The reparse point attribute cannot be set because it conflicts with an existing attribute. #define ERROR_INVALID_REPARSE_DATA 4392L // The data present in the reparse point buffer is invalid. #define ERROR_REPARSE_TAG_INVALID 4393L // The tag present in the reparse point buffer is invalid. #define ERROR_REPARSE_TAG_MISMATCH 4394L // There is a mismatch between the tag specified in the request and the tag present in the reparse point. // #define ERROR_VOLUME_NOT_SIS_ENABLED 4500L // Single Instance Storage is not available on this volume. #define ERROR_DEPENDENT_RESOURCE_EXISTS 5001L // The cluster resource cannot be moved to another group because other resources are dependent on it. #define ERROR_DEPENDENCY_NOT_FOUND 5002L // The cluster resource dependency cannot be found. #define ERROR_DEPENDENCY_ALREADY_EXISTS 5003L // The cluster resource cannot be made dependent on the specified resource because it is already dependent. #define ERROR_RESOURCE_NOT_ONLINE 5004L // The cluster resource is not online. #define ERROR_HOST_NODE_NOT_AVAILABLE 5005L // A cluster node is not available for this operation. #define ERROR_RESOURCE_NOT_AVAILABLE 5006L // The cluster resource is not available. #define ERROR_RESOURCE_NOT_FOUND 5007L // The cluster resource could not be found. #define ERROR_SHUTDOWN_CLUSTER 5008L // The cluster is being shut down. #define ERROR_CANT_EVICT_ACTIVE_NODE 5009L // A cluster node cannot be evicted from the cluster unless the node is down or it is the last node. #define ERROR_OBJECT_ALREADY_EXISTS 5010L // The object already exists. #define ERROR_OBJECT_IN_LIST 5011L // The object is already in the list. #define ERROR_GROUP_NOT_AVAILABLE 5012L // The cluster group is not available for any new requests. #define ERROR_GROUP_NOT_FOUND 5013L // The cluster group could not be found. #define ERROR_GROUP_NOT_ONLINE 5014L // The operation could not be completed because the cluster group is not online. #define ERROR_HOST_NODE_NOT_RESOURCE_OWNER 5015L // The cluster node is not the owner of the resource. #define ERROR_HOST_NODE_NOT_GROUP_OWNER 5016L // The cluster node is not the owner of the group. #define ERROR_RESMON_CREATE_FAILED 5017L // The cluster resource could not be created in the specified resource monitor. #define ERROR_RESMON_ONLINE_FAILED 5018L // The cluster resource could not be brought online by the resource monitor. #define ERROR_RESOURCE_ONLINE 5019L // The operation could not be completed because the cluster resource is online. #define ERROR_QUORUM_RESOURCE 5020L // The cluster resource could not be deleted or brought offline because it is the quorum resource. #define ERROR_NOT_QUORUM_CAPABLE 5021L // The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource. #define ERROR_CLUSTER_SHUTTING_DOWN 5022L // The cluster software is shutting down. #define ERROR_INVALID_STATE 5023L // The group or resource is not in the correct state to perform the requested operation. #define ERROR_RESOURCE_PROPERTIES_STORED 5024L // The properties were stored but not all changes will take effect until the next time the resource is brought online. #define ERROR_NOT_QUORUM_CLASS 5025L // The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class. #define ERROR_CORE_RESOURCE 5026L // The cluster resource could not be deleted since it is a core resource. #define ERROR_QUORUM_RESOURCE_ONLINE_FAILED 5027L // The quorum resource failed to come online. #define ERROR_QUORUMLOG_OPEN_FAILED 5028L // The quorum log could not be created or mounted successfully. #define ERROR_CLUSTERLOG_CORRUPT 5029L // The cluster log is corrupt. #define ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE 5030L // The record could not be written to the cluster log since it exceeds the maximum size. #define ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE 5031L // The cluster log exceeds its maximum size. #define ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND 5032L // No checkpoint record was found in the cluster log. #define ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE 5033L // The minimum required disk space needed for logging is not available. #define ERROR_QUORUM_OWNER_ALIVE 5034L // The cluster node failed to take control of the quorum resource because the resource is owned by another active node. #define ERROR_NETWORK_NOT_AVAILABLE 5035L // A cluster network is not available for this operation. #define ERROR_NODE_NOT_AVAILABLE 5036L // A cluster node is not available for this operation. #define ERROR_ALL_NODES_NOT_AVAILABLE 5037L // All cluster nodes must be running to perform this operation. #define ERROR_RESOURCE_FAILED 5038L // A cluster resource failed. #define ERROR_CLUSTER_INVALID_NODE 5039L // The cluster node is not valid. #define ERROR_CLUSTER_NODE_EXISTS 5040L // The cluster node already exists. #define ERROR_CLUSTER_JOIN_IN_PROGRESS 5041L // A node is in the process of joining the cluster. #define ERROR_CLUSTER_NODE_NOT_FOUND 5042L // The cluster node was not found. #define ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND 5043L // The cluster local node information was not found. #define ERROR_CLUSTER_NETWORK_EXISTS 5044L // The cluster network already exists. #define ERROR_CLUSTER_NETWORK_NOT_FOUND 5045L // The cluster network was not found. #define ERROR_CLUSTER_NETINTERFACE_EXISTS 5046L // The cluster network interface already exists. #define ERROR_CLUSTER_NETINTERFACE_NOT_FOUND 5047L // The cluster network interface was not found. #define ERROR_CLUSTER_INVALID_REQUEST 5048L // The cluster request is not valid for this object. #define ERROR_CLUSTER_INVALID_NETWORK_PROVIDER 5049L // The cluster network provider is not valid. #define ERROR_CLUSTER_NODE_DOWN 5050L // The cluster node is down. #define ERROR_CLUSTER_NODE_UNREACHABLE 5051L // The cluster node is not reachable. #define ERROR_CLUSTER_NODE_NOT_MEMBER 5052L // The cluster node is not a member of the cluster. #define ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS 5053L // A cluster join operation is not in progress. #define ERROR_CLUSTER_INVALID_NETWORK 5054L // The cluster network is not valid. #define ERROR_CLUSTER_NODE_UP 5056L // The cluster node is up. #define ERROR_CLUSTER_IPADDR_IN_USE 5057L // The cluster IP address is already in use. #define ERROR_CLUSTER_NODE_NOT_PAUSED 5058L // The cluster node is not paused. #define ERROR_CLUSTER_NO_SECURITY_CONTEXT 5059L // No cluster security context is available. #define ERROR_CLUSTER_NETWORK_NOT_INTERNAL 5060L // The cluster network is not configured for internal cluster communication. #define ERROR_CLUSTER_NODE_ALREADY_UP 5061L // The cluster node is already up. #define ERROR_CLUSTER_NODE_ALREADY_DOWN 5062L // The cluster node is already down. #define ERROR_CLUSTER_NETWORK_ALREADY_ONLINE 5063L // The cluster network is already online. #define ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE 5064L // The cluster network is already offline. #define ERROR_CLUSTER_NODE_ALREADY_MEMBER 5065L // The cluster node is already a member of the cluster. #define ERROR_CLUSTER_LAST_INTERNAL_NETWORK 5066L // The cluster network is the only one configured for internal cluster communication between two or more active cluster nodes. The internal communication capability cannot be removed from the network. #define ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS 5067L // One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network. #define ERROR_INVALID_OPERATION_ON_QUORUM 5068L // This operation cannot be performed on the cluster resource as it the quorum resource. You may not bring the quorum resource offline or modify its possible owners list. #define ERROR_DEPENDENCY_NOT_ALLOWED 5069L // The cluster quorum resource is not allowed to have any dependencies. #define ERROR_CLUSTER_NODE_PAUSED 5070L // The cluster node is paused. #define ERROR_NODE_CANT_HOST_RESOURCE 5071L // The cluster resource cannot be brought online. The owner node cannot run this resource. #define ERROR_CLUSTER_NODE_NOT_READY 5072L // The cluster node is not ready to perform the requested operation. #define ERROR_CLUSTER_NODE_SHUTTING_DOWN 5073L // The cluster node is shutting down. #define ERROR_CLUSTER_JOIN_ABORTED 5074L // The cluster join operation was aborted. #define ERROR_CLUSTER_INCOMPATIBLE_VERSIONS 5075L // The cluster join operation failed due to incompatible software versions between the joining node and its sponsor. #define ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED 5076L // This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor. #define ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED 5077L // The system configuration changed during the cluster join or form operation. The join or form operation was aborted. #define ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND 5078L // The specified resource type was not found. #define ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED 5079L // The specified node does not support a resource of this type. This may be due to version inconsistencies or due to the absence of the resource DLL on this node. #define ERROR_CLUSTER_RESNAME_NOT_FOUND 5080L // The specified resource name is not supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL. #define ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED 5081L // No authentication package could be registered with the RPC server. #define ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST 5082L // You cannot bring the group online because the owner of the group is not in the preferred list for the group. To change the owner node for the group, move the group. #define ERROR_CLUSTER_DATABASE_SEQMISMATCH 5083L // The join operation failed because the cluster database sequence number has changed or is incompatible with the locker node. This may happen during a join operation if the cluster database was changing during the join. #define ERROR_RESMON_INVALID_STATE 5084L // The resource monitor will not allow the fail operation to be performed while the resource is in its current state. This may happen if the resource is in a pending state. #define ERROR_CLUSTER_GUM_NOT_LOCKER 5085L // A non locker code got a request to reserve the lock for making global updates. #define ERROR_QUORUM_DISK_NOT_FOUND 5086L // The quorum disk could not be located by the cluster service. #define ERROR_DATABASE_BACKUP_CORRUPT 5087L // The backed up cluster database is possibly corrupt. #define ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT 5088L // A DFS root already exists in this cluster node. #define ERROR_RESOURCE_PROPERTY_UNCHANGEABLE 5089L // An attempt to modify a resource property failed because it conflicts with another existing property. #define ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE 5890L // An operation was attempted that is incompatible with the current membership state of the node. #define ERROR_CLUSTER_QUORUMLOG_NOT_FOUND 5891L // The quorum resource does not contain the quorum log. #define ERROR_CLUSTER_MEMBERSHIP_HALT 5892L // The membership engine requested shutdown of the cluster service on this node. #define ERROR_CLUSTER_INSTANCE_ID_MISMATCH 5893L // The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node. #define ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP 5894L // A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network. #define ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH 5895L // The actual data type of the property did not match the expected data type of the property. #define ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP 5896L // The cluster node was evicted from the cluster successfully, but the node was not cleaned up. Extended status information explaining why the node was not cleaned up is available. #define ERROR_CLUSTER_PARAMETER_MISMATCH 5897L // Two or more parameter values specified for a resource's properties are in conflict. #define ERROR_NODE_CANNOT_BE_CLUSTERED 5898L // This computer cannot be made a member of a cluster. #define ERROR_CLUSTER_WRONG_OS_VERSION 5899L // This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed. #define ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME 5900L // A cluster cannot be created with the specified cluster name because that cluster name is already in use. Specify a different name for the cluster. #define ERROR_CLUSCFG_ALREADY_COMMITTED 5901L // The cluster configuration action has already been committed. #define ERROR_CLUSCFG_ROLLBACK_FAILED 5902L // The cluster configuration action could not be rolled back. #define ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT 5903L // The drive letter assigned to a system disk on one node conflicted with the drive letter assigned to a disk on another node. #define ERROR_CLUSTER_OLD_VERSION 5904L // One or more nodes in the cluster are running a version of Windows that does not support this operation. #define ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME 5905L // The name of the corresponding computer account doesn't match the Network Name for this resource. #define ERROR_ENCRYPTION_FAILED 6000L // The specified file could not be encrypted. #define ERROR_DECRYPTION_FAILED 6001L // The specified file could not be decrypted. #define ERROR_FILE_ENCRYPTED 6002L // The specified file is encrypted and the user does not have the ability to decrypt it. #define ERROR_NO_RECOVERY_POLICY 6003L // There is no valid encryption recovery policy configured for this system. #define ERROR_NO_EFS 6004L // The required encryption driver is not loaded for this system. #define ERROR_WRONG_EFS 6005L // The file was encrypted with a different encryption driver than is currently loaded. #define ERROR_NO_USER_KEYS 6006L // There are no EFS keys defined for the user. #define ERROR_FILE_NOT_ENCRYPTED 6007L // The specified file is not encrypted. #define ERROR_NOT_EXPORT_FORMAT 6008L // The specified file is not in the defined EFS export format. #define ERROR_FILE_READ_ONLY 6009L // The specified file is read only. #define ERROR_DIR_EFS_DISALLOWED 6010L // The directory has been disabled for encryption. #define ERROR_EFS_SERVER_NOT_TRUSTED 6011L // The server is not trusted for remote encryption operation. #define ERROR_BAD_RECOVERY_POLICY 6012L // Recovery policy configured for this system contains invalid recovery certificate. #define ERROR_EFS_ALG_BLOB_TOO_BIG 6013L // The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file. #define ERROR_VOLUME_NOT_SUPPORT_EFS 6014L // The disk partition does not support file encryption. #define ERROR_EFS_DISABLED 6015L // This machine is disabled for file encryption. #define ERROR_EFS_VERSION_NOT_SUPPORT 6016L // A newer system is required to decrypt this encrypted file. #define ERROR_NO_BROWSER_SERVERS_FOUND 6118L // The list of servers for this workgroup is not currently available #define SCHED_E_SERVICE_NOT_LOCALSYSTEM 6200L // The Task Scheduler service must be configured to run in the System account to function properly. Individual tasks may be configured to run in other accounts. #define ERROR_CTX_WINSTATION_NAME_INVALID 7001L // The specified session name is invalid. #define ERROR_CTX_INVALID_PD 7002L // The specified protocol driver is invalid. #define ERROR_CTX_PD_NOT_FOUND 7003L // The specified protocol driver was not found in the system path. #define ERROR_CTX_WD_NOT_FOUND 7004L // The specified terminal connection driver was not found in the system path. #define ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY 7005L // A registry key for event logging could not be created for this session. #define ERROR_CTX_SERVICE_NAME_COLLISION 7006L // A service with the same name already exists on the system. #define ERROR_CTX_CLOSE_PENDING 7007L // A close operation is pending on the session. #define ERROR_CTX_NO_OUTBUF 7008L // There are no free output buffers available. #define ERROR_CTX_MODEM_INF_NOT_FOUND 7009L // The MODEM.INF file was not found. #define ERROR_CTX_INVALID_MODEMNAME 7010L // The modem name was not found in MODEM.INF. #define ERROR_CTX_MODEM_RESPONSE_ERROR 7011L // The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem. #define ERROR_CTX_MODEM_RESPONSE_TIMEOUT 7012L // The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on. #define ERROR_CTX_MODEM_RESPONSE_NO_CARRIER 7013L // Carrier detect has failed or carrier has been dropped due to disconnect. #define ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE 7014L // Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional. #define ERROR_CTX_MODEM_RESPONSE_BUSY 7015L // Busy signal detected at remote site on callback. #define ERROR_CTX_MODEM_RESPONSE_VOICE 7016L // Voice detected at remote site on callback. #define ERROR_CTX_TD_ERROR 7017L // Transport driver error #define ERROR_CTX_WINSTATION_NOT_FOUND 7022L // The specified session cannot be found. #define ERROR_CTX_WINSTATION_ALREADY_EXISTS 7023L // The specified session name is already in use. #define ERROR_CTX_WINSTATION_BUSY 7024L // The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation. #define ERROR_CTX_BAD_VIDEO_MODE 7025L // An attempt has been made to connect to a session whose video mode is not supported by the current client. #define ERROR_CTX_GRAPHICS_INVALID 7035L // The application attempted to enable DOS graphics mode. // DOS graphics mode is not supported. #define ERROR_CTX_LOGON_DISABLED 7037L // Your interactive logon privilege has been disabled. // Please contact your administrator. #define ERROR_CTX_NOT_CONSOLE 7038L // The requested operation can be performed only on the system console. // This is most often the result of a driver or system DLL requiring direct console access. #define ERROR_CTX_CLIENT_QUERY_TIMEOUT 7040L // The client failed to respond to the server connect message. #define ERROR_CTX_CONSOLE_DISCONNECT 7041L // Disconnecting the console session is not supported. #define ERROR_CTX_CONSOLE_CONNECT 7042L // Reconnecting a disconnected session to the console is not supported. #define ERROR_CTX_SHADOW_DENIED 7044L // The request to control another session remotely was denied. #define ERROR_CTX_WINSTATION_ACCESS_DENIED 7045L // The requested session access is denied. #define ERROR_CTX_INVALID_WD 7049L // The specified terminal connection driver is invalid. #define ERROR_CTX_SHADOW_INVALID 7050L // The requested session cannot be controlled remotely. // This may be because the session is disconnected or does not currently have a user logged on. #define ERROR_CTX_SHADOW_DISABLED 7051L // The requested session is not configured to allow remote control. #define ERROR_CTX_CLIENT_LICENSE_IN_USE 7052L // Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number is currently being used by another user. // Please call your system administrator to obtain a unique license number. #define ERROR_CTX_CLIENT_LICENSE_NOT_SET 7053L // Your request to connect to this Terminal Server has been rejected. Your Terminal Server client license number has not been entered for this copy of the Terminal Server client. // Please contact your system administrator. #define ERROR_CTX_LICENSE_NOT_AVAILABLE 7054L // The system has reached its licensed logon limit. // Please try again later. #define ERROR_CTX_LICENSE_CLIENT_INVALID 7055L // The client you are using is not licensed to use this system. Your logon request is denied. #define ERROR_CTX_LICENSE_EXPIRED 7056L // The system license has expired. Your logon request is denied. #define ERROR_CTX_SHADOW_NOT_RUNNING 7057L // Remote control could not be terminated because the specified session is not currently being remotely controlled. #define ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE 7058L // The remote control of the console was terminated because the display mode was changed. Changing the display mode in a remote control session is not supported. #define ERROR_ACTIVATION_COUNT_EXCEEDED 7059L // Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared. #define FRS_ERR_INVALID_API_SEQUENCE 8001L // The file replication service API was called incorrectly. #define FRS_ERR_STARTING_SERVICE 8002L // The file replication service cannot be started. #define FRS_ERR_STOPPING_SERVICE 8003L // The file replication service cannot be stopped. #define FRS_ERR_INTERNAL_API 8004L // The file replication service API terminated the request. // The event log may have more information. #define FRS_ERR_INTERNAL 8005L // The file replication service terminated the request. // The event log may have more information. #define FRS_ERR_SERVICE_COMM 8006L // The file replication service cannot be contacted. // The event log may have more information. #define FRS_ERR_INSUFFICIENT_PRIV 8007L // The file replication service cannot satisfy the request because the user has insufficient privileges. // The event log may have more information. #define FRS_ERR_AUTHENTICATION 8008L // The file replication service cannot satisfy the request because authenticated RPC is not available. // The event log may have more information. #define FRS_ERR_PARENT_INSUFFICIENT_PRIV 8009L // The file replication service cannot satisfy the request because the user has insufficient privileges on the domain controller. // The event log may have more information. #define FRS_ERR_PARENT_AUTHENTICATION 8010L // The file replication service cannot satisfy the request because authenticated RPC is not available on the domain controller. // The event log may have more information. #define FRS_ERR_CHILD_TO_PARENT_COMM 8011L // The file replication service cannot communicate with the file replication service on the domain controller. // The event log may have more information. #define FRS_ERR_PARENT_TO_CHILD_COMM 8012L // The file replication service on the domain controller cannot communicate with the file replication service on this computer. // The event log may have more information. #define FRS_ERR_SYSVOL_POPULATE 8013L // The file replication service cannot populate the system volume because of an internal error. // The event log may have more information. #define FRS_ERR_SYSVOL_POPULATE_TIMEOUT 8014L // The file replication service cannot populate the system volume because of an internal timeout. // The event log may have more information. #define FRS_ERR_SYSVOL_IS_BUSY 8015L // The file replication service cannot process the request. The system volume is busy with a previous request. #define FRS_ERR_SYSVOL_DEMOTE 8016L // The file replication service cannot stop replicating the system volume because of an internal error. // The event log may have more information. #define FRS_ERR_INVALID_SERVICE_PARAMETER 8017L // The file replication service detected an invalid parameter. #define ERROR_DS_NOT_INSTALLED 8200L // An error occurred while installing the directory service. For more information, see the event log. #define ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY 8201L // The directory service evaluated group memberships locally. #define ERROR_DS_NO_ATTRIBUTE_OR_VALUE 8202L // The specified directory service attribute or value does not exist. #define ERROR_DS_INVALID_ATTRIBUTE_SYNTAX 8203L // The attribute syntax specified to the directory service is invalid. #define ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED 8204L // The attribute type specified to the directory service is not defined. #define ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS 8205L // The specified directory service attribute or value already exists. #define ERROR_DS_BUSY 8206L // The directory service is busy. #define ERROR_DS_UNAVAILABLE 8207L // The directory service is unavailable. #define ERROR_DS_NO_RIDS_ALLOCATED 8208L // The directory service was unable to allocate a relative identifier. #define ERROR_DS_NO_MORE_RIDS 8209L // The directory service has exhausted the pool of relative identifiers. #define ERROR_DS_INCORRECT_ROLE_OWNER 8210L // The requested operation could not be performed because the directory service is not the master for that type of operation. #define ERROR_DS_RIDMGR_INIT_ERROR 8211L // The directory service was unable to initialize the subsystem that allocates relative identifiers. #define ERROR_DS_OBJ_CLASS_VIOLATION 8212L // The requested operation did not satisfy one or more constraints associated with the class of the object. #define ERROR_DS_CANT_ON_NON_LEAF 8213L // The directory service can perform the requested operation only on a leaf object. #define ERROR_DS_CANT_ON_RDN 8214L // The directory service cannot perform the requested operation on the RDN attribute of an object. #define ERROR_DS_CANT_MOD_OBJ_CLASS 8215L // The directory service detected an attempt to modify the object class of an object. #define ERROR_DS_CROSS_DOM_MOVE_ERROR 8216L // The requested cross-domain move operation could not be performed. #define ERROR_DS_GC_NOT_AVAILABLE 8217L // Unable to contact the global catalog server. #define ERROR_SHARED_POLICY 8218L // The policy object is shared and can only be modified at the root. #define ERROR_POLICY_OBJECT_NOT_FOUND 8219L // The policy object does not exist. #define ERROR_POLICY_ONLY_IN_DS 8220L // The requested policy information is only in the directory service. #define ERROR_PROMOTION_ACTIVE 8221L // A domain controller promotion is currently active. #define ERROR_NO_PROMOTION_ACTIVE 8222L // A domain controller promotion is not currently active #define ERROR_DS_OPERATIONS_ERROR 8224L // An operations error occurred. #define ERROR_DS_PROTOCOL_ERROR 8225L // A protocol error occurred. #define ERROR_DS_TIMELIMIT_EXCEEDED 8226L // The time limit for this request was exceeded. #define ERROR_DS_SIZELIMIT_EXCEEDED 8227L // The size limit for this request was exceeded. #define ERROR_DS_ADMIN_LIMIT_EXCEEDED 8228L // The administrative limit for this request was exceeded. #define ERROR_DS_COMPARE_FALSE 8229L // The compare response was false. #define ERROR_DS_COMPARE_TRUE 8230L // The compare response was true. #define ERROR_DS_AUTH_METHOD_NOT_SUPPORTED 8231L // The requested authentication method is not supported by the server. #define ERROR_DS_STRONG_AUTH_REQUIRED 8232L // A more secure authentication method is required for this server. #define ERROR_DS_INAPPROPRIATE_AUTH 8233L // Inappropriate authentication. #define ERROR_DS_AUTH_UNKNOWN 8234L // The authentication mechanism is unknown. #define ERROR_DS_REFERRAL 8235L // A referral was returned from the server. #define ERROR_DS_UNAVAILABLE_CRIT_EXTENSION 8236L // The server does not support the requested critical extension. #define ERROR_DS_CONFIDENTIALITY_REQUIRED 8237L // This request requires a secure connection. #define ERROR_DS_INAPPROPRIATE_MATCHING 8238L // Inappropriate matching. #define ERROR_DS_CONSTRAINT_VIOLATION 8239L // A constraint violation occurred. #define ERROR_DS_NO_SUCH_OBJECT 8240L // There is no such object on the server. #define ERROR_DS_ALIAS_PROBLEM 8241L // There is an alias problem. #define ERROR_DS_INVALID_DN_SYNTAX 8242L // An invalid dn syntax has been specified. #define ERROR_DS_IS_LEAF 8243L // The object is a leaf object. #define ERROR_DS_ALIAS_DEREF_PROBLEM 8244L // There is an alias dereferencing problem. #define ERROR_DS_UNWILLING_TO_PERFORM 8245L // The server is unwilling to process the request. #define ERROR_DS_LOOP_DETECT 8246L // A loop has been detected. #define ERROR_DS_NAMING_VIOLATION 8247L // There is a naming violation. #define ERROR_DS_OBJECT_RESULTS_TOO_LARGE 8248L // The result set is too large. #define ERROR_DS_AFFECTS_MULTIPLE_DSAS 8249L // The operation affects multiple DSAs #define ERROR_DS_SERVER_DOWN 8250L // The server is not operational. #define ERROR_DS_LOCAL_ERROR 8251L // A local error has occurred. #define ERROR_DS_ENCODING_ERROR 8252L // An encoding error has occurred. #define ERROR_DS_DECODING_ERROR 8253L // A decoding error has occurred. #define ERROR_DS_FILTER_UNKNOWN 8254L // The search filter cannot be recognized. #define ERROR_DS_PARAM_ERROR 8255L // One or more parameters are illegal. #define ERROR_DS_NOT_SUPPORTED 8256L // The specified method is not supported. #define ERROR_DS_NO_RESULTS_RETURNED 8257L // No results were returned. #define ERROR_DS_CONTROL_NOT_FOUND 8258L // The specified control is not supported by the server. #define ERROR_DS_CLIENT_LOOP 8259L // A referral loop was detected by the client. #define ERROR_DS_REFERRAL_LIMIT_EXCEEDED 8260L // The preset referral limit was exceeded. #define ERROR_DS_SORT_CONTROL_MISSING 8261L // The search requires a SORT control. #define ERROR_DS_OFFSET_RANGE_ERROR 8262L // The search results exceed the offset range specified. #define ERROR_DS_ROOT_MUST_BE_NC 8301L // The root object must be the head of a naming context. The root object cannot have an instantiated parent. #define ERROR_DS_ADD_REPLICA_INHIBITED 8302L // The add replica operation cannot be performed. The naming context must be writeable in order to create the replica. #define ERROR_DS_ATT_NOT_DEF_IN_SCHEMA 8303L // A reference to an attribute that is not defined in the schema occurred. #define ERROR_DS_MAX_OBJ_SIZE_EXCEEDED 8304L // The maximum size of an object has been exceeded. #define ERROR_DS_OBJ_STRING_NAME_EXISTS 8305L // An attempt was made to add an object to the directory with a name that is already in use. #define ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA 8306L // An attempt was made to add an object of a class that does not have an RDN defined in the schema. #define ERROR_DS_RDN_DOESNT_MATCH_SCHEMA 8307L // An attempt was made to add an object using an RDN that is not the RDN defined in the schema. #define ERROR_DS_NO_REQUESTED_ATTS_FOUND 8308L // None of the requeste