#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 requested attributes were found on the objects. #define ERROR_DS_USER_BUFFER_TO_SMALL 8309L // The user buffer is too small. #define ERROR_DS_ATT_IS_NOT_ON_OBJ 8310L // The attribute specified in the operation is not present on the object. #define ERROR_DS_ILLEGAL_MOD_OPERATION 8311L // Illegal modify operation. Some aspect of the modification is not permitted. #define ERROR_DS_OBJ_TOO_LARGE 8312L // The specified object is too large. #define ERROR_DS_BAD_INSTANCE_TYPE 8313L // The specified instance type is not valid. #define ERROR_DS_MASTERDSA_REQUIRED 8314L // The operation must be performed at a master DSA. #define ERROR_DS_OBJECT_CLASS_REQUIRED 8315L // The object class attribute must be specified. #define ERROR_DS_MISSING_REQUIRED_ATT 8316L // A required attribute is missing. #define ERROR_DS_ATT_NOT_DEF_FOR_CLASS 8317L // An attempt was made to modify an object to include an attribute that is not legal for its class. #define ERROR_DS_ATT_ALREADY_EXISTS 8318L // The specified attribute is already present on the object. #define ERROR_DS_CANT_ADD_ATT_VALUES 8320L // The specified attribute is not present, or has no values. #define ERROR_DS_SINGLE_VALUE_CONSTRAINT 8321L // Multiple values were specified for an attribute that can have only one value. #define ERROR_DS_RANGE_CONSTRAINT 8322L // A value for the attribute was not in the acceptable range of values. #define ERROR_DS_ATT_VAL_ALREADY_EXISTS 8323L // The specified value already exists. #define ERROR_DS_CANT_REM_MISSING_ATT 8324L // The attribute cannot be removed because it is not present on the object. #define ERROR_DS_CANT_REM_MISSING_ATT_VAL 8325L // The attribute value cannot be removed because it is not present on the object. #define ERROR_DS_ROOT_CANT_BE_SUBREF 8326L // The specified root object cannot be a subref. #define ERROR_DS_NO_CHAINING 8327L // Chaining is not permitted. #define ERROR_DS_NO_CHAINED_EVAL 8328L // Chained evaluation is not permitted. #define ERROR_DS_NO_PARENT_OBJECT 8329L // The operation could not be performed because the object's parent is either uninstantiated or deleted. #define ERROR_DS_PARENT_IS_AN_ALIAS 8330L // Having a parent that is an alias is not permitted. Aliases are leaf objects. #define ERROR_DS_CANT_MIX_MASTER_AND_REPS 8331L // The object and parent must be of the same type, either both masters or both replicas. #define ERROR_DS_CHILDREN_EXIST 8332L // The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object. #define ERROR_DS_OBJ_NOT_FOUND 8333L // Directory object not found. #define ERROR_DS_ALIASED_OBJ_MISSING 8334L // The aliased object is missing. #define ERROR_DS_BAD_NAME_SYNTAX 8335L // The object name has bad syntax. #define ERROR_DS_ALIAS_POINTS_TO_ALIAS 8336L // It is not permitted for an alias to refer to another alias. #define ERROR_DS_CANT_DEREF_ALIAS 8337L // The alias cannot be dereferenced. #define ERROR_DS_OUT_OF_SCOPE 8338L // The operation is out of scope. #define ERROR_DS_OBJECT_BEING_REMOVED 8339L // The operation cannot continue because the object is in the process of being removed. #define ERROR_DS_CANT_DELETE_DSA_OBJ 8340L // The DSA object cannot be deleted. #define ERROR_DS_GENERIC_ERROR 8341L // A directory service error has occurred. #define ERROR_DS_DSA_MUST_BE_INT_MASTER 8342L // The operation can only be performed on an internal master DSA object. #define ERROR_DS_CLASS_NOT_DSA 8343L // The object must be of class DSA. #define ERROR_DS_INSUFF_ACCESS_RIGHTS 8344L // Insufficient access rights to perform the operation. #define ERROR_DS_ILLEGAL_SUPERIOR 8345L // The object cannot be added because the parent is not on the list of possible superiors. #define ERROR_DS_ATTRIBUTE_OWNED_BY_SAM 8346L // Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM). #define ERROR_DS_NAME_TOO_MANY_PARTS 8347L // The name has too many parts. #define ERROR_DS_NAME_TOO_LONG 8348L // The name is too long. #define ERROR_DS_NAME_VALUE_TOO_LONG 8349L // The name value is too long. #define ERROR_DS_NAME_UNPARSEABLE 8350L // The directory service encountered an error parsing a name. #define ERROR_DS_NAME_TYPE_UNKNOWN 8351L // The directory service cannot get the attribute type for a name. #define ERROR_DS_NOT_AN_OBJECT 8352L // The name does not identify an object; the name identifies a phantom. #define ERROR_DS_SEC_DESC_TOO_SHORT 8353L // The security descriptor is too short. #define ERROR_DS_SEC_DESC_INVALID 8354L // The security descriptor is invalid. #define ERROR_DS_NO_DELETED_NAME 8355L // Failed to create name for deleted object. #define ERROR_DS_SUBREF_MUST_HAVE_PARENT 8356L // The parent of a new subref must exist. #define ERROR_DS_NCNAME_MUST_BE_NC 8357L // The object must be a naming context. #define ERROR_DS_CANT_ADD_SYSTEM_ONLY 8358L // It is not permitted to add an attribute which is owned by the system. #define ERROR_DS_CLASS_MUST_BE_CONCRETE 8359L // The class of the object must be structural; you cannot instantiate an abstract class. #define ERROR_DS_INVALID_DMD 8360L // The schema object could not be found. #define ERROR_DS_OBJ_GUID_EXISTS 8361L // A local object with this GUID (dead or alive) already exists. #define ERROR_DS_NOT_ON_BACKLINK 8362L // The operation cannot be performed on a back link. #define ERROR_DS_NO_CROSSREF_FOR_NC 8363L // The cross reference for the specified naming context could not be found. #define ERROR_DS_SHUTTING_DOWN 8364L // The operation could not be performed because the directory service is shutting down. #define ERROR_DS_UNKNOWN_OPERATION 8365L // The directory service request is invalid. #define ERROR_DS_INVALID_ROLE_OWNER 8366L // The role owner attribute could not be read. #define ERROR_DS_COULDNT_CONTACT_FSMO 8367L // The requested FSMO operation failed. The current FSMO holder could not be contacted. #define ERROR_DS_CROSS_NC_DN_RENAME 8368L // Modification of a DN across a naming context is not permitted. #define ERROR_DS_CANT_MOD_SYSTEM_ONLY 8369L // The attribute cannot be modified because it is owned by the system. #define ERROR_DS_REPLICATOR_ONLY 8370L // Only the replicator can perform this function. #define ERROR_DS_OBJ_CLASS_NOT_DEFINED 8371L // The specified class is not defined. #define ERROR_DS_OBJ_CLASS_NOT_SUBCLASS 8372L // The specified class is not a subclass. #define ERROR_DS_NAME_REFERENCE_INVALID 8373L // The name reference is invalid. #define ERROR_DS_CROSS_REF_EXISTS 8374L // A cross reference already exists. #define ERROR_DS_CANT_DEL_MASTER_CROSSREF 8375L // It is not permitted to delete a master cross reference. #define ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD 8376L // Subtree notifications are only supported on NC heads. #define ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX 8377L // Notification filter is too complex. #define ERROR_DS_DUP_RDN 8378L // Schema update failed: duplicate RDN. #define ERROR_DS_DUP_OID 8379L // Schema update failed: duplicate OID. #define ERROR_DS_DUP_MAPI_ID 8380L // Schema update failed: duplicate MAPI identifier. #define ERROR_DS_DUP_SCHEMA_ID_GUID 8381L // Schema update failed: duplicate schema-id GUID. #define ERROR_DS_DUP_LDAP_DISPLAY_NAME 8382L // Schema update failed: duplicate LDAP display name. #define ERROR_DS_SEMANTIC_ATT_TEST 8383L // Schema update failed: range-lower less than range upper. #define ERROR_DS_SYNTAX_MISMATCH 8384L // Schema update failed: syntax mismatch. #define ERROR_DS_EXISTS_IN_MUST_HAVE 8385L // Schema deletion failed: attribute is used in must-contain. #define ERROR_DS_EXISTS_IN_MAY_HAVE 8386L // Schema deletion failed: attribute is used in may-contain. #define ERROR_DS_NONEXISTENT_MAY_HAVE 8387L // Schema update failed: attribute in may-contain does not exist. #define ERROR_DS_NONEXISTENT_MUST_HAVE 8388L // Schema update failed: attribute in must-contain does not exist. #define ERROR_DS_AUX_CLS_TEST_FAIL 8389L // Schema update failed: class in aux-class list does not exist or is not an auxiliary class. #define ERROR_DS_NONEXISTENT_POSS_SUP 8390L // Schema update failed: class in poss-superiors does not exist. #define ERROR_DS_SUB_CLS_TEST_FAIL 8391L // Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules. #define ERROR_DS_BAD_RDN_ATT_ID_SYNTAX 8392L // Schema update failed: Rdn-Att-Id has wrong syntax. #define ERROR_DS_EXISTS_IN_AUX_CLS 8393L // Schema deletion failed: class is used as auxiliary class. #define ERROR_DS_EXISTS_IN_SUB_CLS 8394L // Schema deletion failed: class is used as sub class. #define ERROR_DS_EXISTS_IN_POSS_SUP 8395L // Schema deletion failed: class is used as poss superior. #define ERROR_DS_RECALCSCHEMA_FAILED 8396L // Schema update failed in recalculating validation cache. #define ERROR_DS_TREE_DELETE_NOT_FINISHED 8397L // The tree deletion is not finished. The request must be made again to continue deleting the tree. #define ERROR_DS_CANT_DELETE 8398L // The requested delete operation could not be performed. #define ERROR_DS_ATT_SCHEMA_REQ_ID 8399L // Cannot read the governs class identifier for the schema record. #define ERROR_DS_BAD_ATT_SCHEMA_SYNTAX 8400L // The attribute schema has bad syntax. #define ERROR_DS_CANT_CACHE_ATT 8401L // The attribute could not be cached. #define ERROR_DS_CANT_CACHE_CLASS 8402L // The class could not be cached. #define ERROR_DS_CANT_REMOVE_ATT_CACHE 8403L // The attribute could not be removed from the cache. #define ERROR_DS_CANT_REMOVE_CLASS_CACHE 8404L // The class could not be removed from the cache. #define ERROR_DS_CANT_RETRIEVE_DN 8405L // The distinguished name attribute could not be read. #define ERROR_DS_MISSING_SUPREF 8406L // No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest. #define ERROR_DS_CANT_RETRIEVE_INSTANCE 8407L // The instance type attribute could not be retrieved. #define ERROR_DS_CODE_INCONSISTENCY 8408L // An internal error has occurred. #define ERROR_DS_DATABASE_ERROR 8409L // A database error has occurred. #define ERROR_DS_GOVERNSID_MISSING 8410L // The attribute GOVERNSID is missing. #define ERROR_DS_MISSING_EXPECTED_ATT 8411L // An expected attribute is missing. #define ERROR_DS_NCNAME_MISSING_CR_REF 8412L // The specified naming context is missing a cross reference. #define ERROR_DS_SECURITY_CHECKING_ERROR 8413L // A security checking error has occurred. #define ERROR_DS_SCHEMA_NOT_LOADED 8414L // The schema is not loaded. #define ERROR_DS_SCHEMA_ALLOC_FAILED 8415L // Schema allocation failed. Please check if the machine is running low on memory. #define ERROR_DS_ATT_SCHEMA_REQ_SYNTAX 8416L // Failed to obtain the required syntax for the attribute schema. #define ERROR_DS_GCVERIFY_ERROR 8417L // The global catalog verification failed. The global catalog is not available or does not support the operation. Some part of the directory is currently not available. #define ERROR_DS_DRA_SCHEMA_MISMATCH 8418L // The replication operation failed because of a schema mismatch between the servers involved. #define ERROR_DS_CANT_FIND_DSA_OBJ 8419L // The DSA object could not be found. #define ERROR_DS_CANT_FIND_EXPECTED_NC 8420L // The naming context could not be found. #define ERROR_DS_CANT_FIND_NC_IN_CACHE 8421L // The naming context could not be found in the cache. #define ERROR_DS_CANT_RETRIEVE_CHILD 8422L // The child object could not be retrieved. #define ERROR_DS_SECURITY_ILLEGAL_MODIFY 8423L // The modification was not permitted for security reasons. #define ERROR_DS_CANT_REPLACE_HIDDEN_REC 8424L // The operation cannot replace the hidden record. #define ERROR_DS_BAD_HIERARCHY_FILE 8425L // The hierarchy file is invalid. #define ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED 8426L // The attempt to build the hierarchy table failed. #define ERROR_DS_CONFIG_PARAM_MISSING 8427L // The directory configuration parameter is missing from the registry. #define ERROR_DS_COUNTING_AB_INDICES_FAILED 8428L // The attempt to count the address book indices failed. #define ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED 8429L // The allocation of the hierarchy table failed. #define ERROR_DS_INTERNAL_FAILURE 8430L // The directory service encountered an internal failure. #define ERROR_DS_UNKNOWN_ERROR 8431L // The directory service encountered an unknown failure. #define ERROR_DS_ROOT_REQUIRES_CLASS_TOP 8432L // A root object requires a class of 'top'. #define ERROR_DS_REFUSING_FSMO_ROLES 8433L // This directory server is shutting down, and cannot take ownership of new floating single-master operation roles. #define ERROR_DS_MISSING_FSMO_SETTINGS 8434L // The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles. #define ERROR_DS_UNABLE_TO_SURRENDER_ROLES 8435L // The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers. #define ERROR_DS_DRA_GENERIC 8436L // The replication operation failed. #define ERROR_DS_DRA_INVALID_PARAMETER 8437L // An invalid parameter was specified for this replication operation. #define ERROR_DS_DRA_BUSY 8438L // The directory service is too busy to complete the replication operation at this time. #define ERROR_DS_DRA_BAD_DN 8439L // The distinguished name specified for this replication operation is invalid. #define ERROR_DS_DRA_BAD_NC 8440L // The naming context specified for this replication operation is invalid. #define ERROR_DS_DRA_DN_EXISTS 8441L // The distinguished name specified for this replication operation already exists. #define ERROR_DS_DRA_INTERNAL_ERROR 8442L // The replication system encountered an internal error. #define ERROR_DS_DRA_INCONSISTENT_DIT 8443L // The replication operation encountered a database inconsistency. #define ERROR_DS_DRA_CONNECTION_FAILED 8444L // The server specified for this replication operation could not be contacted. #define ERROR_DS_DRA_BAD_INSTANCE_TYPE 8445L // The replication operation encountered an object with an invalid instance type. #define ERROR_DS_DRA_OUT_OF_MEM 8446L // The replication operation failed to allocate memory. #define ERROR_DS_DRA_MAIL_PROBLEM 8447L // The replication operation encountered an error with the mail system. #define ERROR_DS_DRA_REF_ALREADY_EXISTS 8448L // The replication reference information for the target server already exists. #define ERROR_DS_DRA_REF_NOT_FOUND 8449L // The replication reference information for the target server does not exist. #define ERROR_DS_DRA_OBJ_IS_REP_SOURCE 8450L // The naming context cannot be removed because it is replicated to another server. #define ERROR_DS_DRA_DB_ERROR 8451L // The replication operation encountered a database error. #define ERROR_DS_DRA_NO_REPLICA 8452L // The naming context is in the process of being removed or is not replicated from the specified server. #define ERROR_DS_DRA_ACCESS_DENIED 8453L // Replication access was denied. #define ERROR_DS_DRA_NOT_SUPPORTED 8454L // The requested operation is not supported by this version of the directory service. #define ERROR_DS_DRA_RPC_CANCELLED 8455L // The replication remote procedure call was cancelled. #define ERROR_DS_DRA_SOURCE_DISABLED 8456L // The source server is currently rejecting replication requests. #define ERROR_DS_DRA_SINK_DISABLED 8457L // The destination server is currently rejecting replication requests. #define ERROR_DS_DRA_NAME_COLLISION 8458L // The replication operation failed due to a collision of object names. #define ERROR_DS_DRA_SOURCE_REINSTALLED 8459L // The replication source has been reinstalled. #define ERROR_DS_DRA_MISSING_PARENT 8460L // The replication operation failed because a required parent object is missing. #define ERROR_DS_DRA_PREEMPTED 8461L // The replication operation was preempted. #define ERROR_DS_DRA_ABANDON_SYNC 8462L // The replication synchronization attempt was abandoned because of a lack of updates. #define ERROR_DS_DRA_SHUTDOWN 8463L // The replication operation was terminated because the system is shutting down. #define ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET 8464L // Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of source partial attribute set. #define ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA 8465L // The replication synchronization attempt failed because a master replica attempted to sync from a partial replica. #define ERROR_DS_DRA_EXTN_CONNECTION_FAILED 8466L // The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation. #define ERROR_DS_INSTALL_SCHEMA_MISMATCH 8467L // The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer. #define ERROR_DS_DUP_LINK_ID 8468L // Schema update failed: An attribute with the same link identifier already exists. #define ERROR_DS_NAME_ERROR_RESOLVING 8469L // Name translation: Generic processing error. #define ERROR_DS_NAME_ERROR_NOT_FOUND 8470L // Name translation: Could not find the name or insufficient right to see name. #define ERROR_DS_NAME_ERROR_NOT_UNIQUE 8471L // Name translation: Input name mapped to more than one output name. #define ERROR_DS_NAME_ERROR_NO_MAPPING 8472L // Name translation: Input name found, but not the associated output format. #define ERROR_DS_NAME_ERROR_DOMAIN_ONLY 8473L // Name translation: Unable to resolve completely, only the domain was found. #define ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING 8474L // Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire. #define ERROR_DS_CONSTRUCTED_ATT_MOD 8475L // Modification of a constructed attribute is not allowed. #define ERROR_DS_WRONG_OM_OBJ_CLASS 8476L // The OM-Object-Class specified is incorrect for an attribute with the specified syntax. #define ERROR_DS_DRA_REPL_PENDING 8477L // The replication request has been posted; waiting for reply. #define ERROR_DS_DS_REQUIRED 8478L // The requested operation requires a directory service, and none was available. #define ERROR_DS_INVALID_LDAP_DISPLAY_NAME 8479L // The LDAP display name of the class or attribute contains non-ASCII characters. #define ERROR_DS_NON_BASE_SEARCH 8480L // The requested search operation is only supported for base searches. #define ERROR_DS_CANT_RETRIEVE_ATTS 8481L // The search failed to retrieve attributes from the database. #define ERROR_DS_BACKLINK_WITHOUT_LINK 8482L // The schema update operation tried to add a backward link attribute that has no corresponding forward link. #define ERROR_DS_EPOCH_MISMATCH 8483L // Source and destination of a cross-domain move do not agree on the object's epoch number. Either source or destination does not have the latest version of the object. #define ERROR_DS_SRC_NAME_MISMATCH 8484L // Source and destination of a cross-domain move do not agree on the object's current name. Either source or destination does not have the latest version of the object. #define ERROR_DS_SRC_AND_DST_NC_IDENTICAL 8485L // Source and destination for the cross-domain move operation are identical. Caller should use local move operation instead of cross-domain move operation. #define ERROR_DS_DST_NC_MISMATCH 8486L // Source and destination for a cross-domain move are not in agreement on the naming contexts in the forest. Either source or destination does not have the latest version of the Partitions container. #define ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC 8487L // Destination of a cross-domain move is not authoritative for the destination naming context. #define ERROR_DS_SRC_GUID_MISMATCH 8488L // Source and destination of a cross-domain move do not agree on the identity of the source object. Either source or destination does not have the latest version of the source object. #define ERROR_DS_CANT_MOVE_DELETED_OBJECT 8489L // Object being moved across-domains is already known to be deleted by the destination server. The source server does not have the latest version of the source object. #define ERROR_DS_PDC_OPERATION_IN_PROGRESS 8490L // Another operation which requires exclusive access to the PDC FSMO is already in progress. #define ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD 8491L // A cross-domain move operation failed such that two versions of the moved object exist - one each in the source and destination domains. The destination object needs to be removed to restore the system to a consistent state. #define ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION 8492L // This object may not be moved across domain boundaries either because cross-domain moves for this class are disallowed, or the object has some special characteristics, e.g.: trust account or restricted RID, which prevent its move. #define ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS 8493L // Can't move objects with memberships across domain boundaries as once moved, this would violate the membership conditions of the account group. Remove the object from any account group memberships and retry. #define ERROR_DS_NC_MUST_HAVE_NC_PARENT 8494L // A naming context head must be the immediate child of another naming context head, not of an interior node. #define ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE 8495L // The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters) #define ERROR_DS_DST_DOMAIN_NOT_NATIVE 8496L // Destination domain must be in native mode. #define ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER 8497L // The operation can not be performed because the server does not have an infrastructure container in the domain of interest. #define ERROR_DS_CANT_MOVE_ACCOUNT_GROUP 8498L // Cross-domain move of non-empty account groups is not allowed. #define ERROR_DS_CANT_MOVE_RESOURCE_GROUP 8499L // Cross-domain move of non-empty resource groups is not allowed. #define ERROR_DS_INVALID_SEARCH_FLAG 8500L // The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings. #define ERROR_DS_NO_TREE_DELETE_ABOVE_NC 8501L // Tree deletions starting at an object which has an NC head as a descendant are not allowed. #define ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE 8502L // The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use. #define ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE 8503L // The directory service failed to identify the list of objects to delete while attempting a tree deletion. #define ERROR_DS_SAM_INIT_FAILURE 8504L // Security Accounts Manager initialization failed because of the following error: %1. // Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information. #define ERROR_DS_SENSITIVE_GROUP_VIOLATION 8505L // Only an administrator can modify the membership list of an administrative group. #define ERROR_DS_CANT_MOD_PRIMARYGROUPID 8506L // Cannot change the primary group ID of a domain controller account. #define ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD 8507L // An attempt is made to modify the base schema. #define ERROR_DS_NONSAFE_SCHEMA_CHANGE 8508L // Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed. #define ERROR_DS_SCHEMA_UPDATE_DISALLOWED 8509L // Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner. #define ERROR_DS_CANT_CREATE_UNDER_SCHEMA 8510L // An object of this class cannot be created under the schema container. You can only create attribute-schema and class-schema objects under the schema container. #define ERROR_DS_INSTALL_NO_SRC_SCH_VERSION 8511L // The replica/child install failed to get the objectVersion attribute on the schema container on the source DC. Either the attribute is missing on the schema container or the credentials supplied do not have permission to read it. #define ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE 8512L // The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory. #define ERROR_DS_INVALID_GROUP_TYPE 8513L // The specified group type is invalid. #define ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN 8514L // You cannot nest global groups in a mixed domain if the group is security-enabled. #define ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN 8515L // You cannot nest local groups in a mixed domain if the group is security-enabled. #define ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER 8516L // A global group cannot have a local group as a member. #define ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER 8517L // A global group cannot have a universal group as a member. #define ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER 8518L // A universal group cannot have a local group as a member. #define ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER 8519L // A global group cannot have a cross-domain member. #define ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER 8520L // A local group cannot have another cross domain local group as a member. #define ERROR_DS_HAVE_PRIMARY_MEMBERS 8521L // A group with primary members cannot change to a security-disabled group. #define ERROR_DS_STRING_SD_CONVERSION_FAILED 8522L // The schema cache load failed to convert the string default SD on a class-schema object. #define ERROR_DS_NAMING_MASTER_GC 8523L // Only DSAs configured to be Global Catalog servers should be allowed to hold the Domain Naming Master FSMO role. (Applies only to Windows 2000 servers) #define ERROR_DS_DNS_LOOKUP_FAILURE 8524L // The DSA operation is unable to proceed because of a DNS lookup failure. #define ERROR_DS_COULDNT_UPDATE_SPNS 8525L // While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync. #define ERROR_DS_CANT_RETRIEVE_SD 8526L // The Security Descriptor attribute could not be read. #define ERROR_DS_KEY_NOT_UNIQUE 8527L // The object requested was not found, but an object with that key was found. #define ERROR_DS_WRONG_LINKED_ATT_SYNTAX 8528L // The syntax of the linked attribute being added is incorrect. Forward links can only have syntax 2.5.5.1, 2.5.5.7, and 2.5.5.14, and backlinks can only have syntax 2.5.5.1 #define ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD 8529L // Security Account Manager needs to get the boot password. #define ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY 8530L // Security Account Manager needs to get the boot key from floppy disk. #define ERROR_DS_CANT_START 8531L // Directory Service cannot start. #define ERROR_DS_INIT_FAILURE 8532L // Directory Services could not start. #define ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION 8533L // The connection between client and server requires packet privacy or better. #define ERROR_DS_SOURCE_DOMAIN_IN_FOREST 8534L // The source domain may not be in the same forest as destination. #define ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST 8535L // The destination domain must be in the forest. #define ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED 8536L // The operation requires that destination domain auditing be enabled. #define ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN 8537L // The operation couldn't locate a DC for the source domain. #define ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER 8538L // The source object must be a group or user. #define ERROR_DS_SRC_SID_EXISTS_IN_FOREST 8539L // The source object's SID already exists in destination forest. #define ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH 8540L // The source and destination object must be of the same type. #define ERROR_SAM_INIT_FAILURE 8541L // Security Accounts Manager initialization failed because of the following error: %1. // Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information. #define ERROR_DS_DRA_SCHEMA_INFO_SHIP 8542L // Schema information could not be included in the replication request. #define ERROR_DS_DRA_SCHEMA_CONFLICT 8543L // The replication operation could not be completed due to a schema incompatibility. #define ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT 8544L // The replication operation could not be completed due to a previous schema incompatibility. #define ERROR_DS_DRA_OBJ_NC_MISMATCH 8545L // The replication update could not be applied because either the source or the destination has not yet received information regarding a recent cross-domain move operation. #define ERROR_DS_NC_STILL_HAS_DSAS 8546L // The requested domain could not be deleted because there exist domain controllers that still host this domain. #define ERROR_DS_GC_REQUIRED 8547L // The requested operation can be performed only on a global catalog server. #define ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY 8548L // A local group can only be a member of other local groups in the same domain. #define ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS 8549L // Foreign security principals cannot be members of universal groups. #define ERROR_DS_CANT_ADD_TO_GC 8550L // The attribute is not allowed to be replicated to the GC because of security reasons. #define ERROR_DS_NO_CHECKPOINT_WITH_PDC 8551L // The checkpoint with the PDC could not be taken because there too many modifications being processed currently. #define ERROR_DS_SOURCE_AUDITING_NOT_ENABLED 8552L // The operation requires that source domain auditing be enabled. #define ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC 8553L // Security principal objects can only be created inside domain naming contexts. #define ERROR_DS_INVALID_NAME_FOR_SPN 8554L // A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format. #define ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS 8555L // A Filter was passed that uses constructed attributes. #define ERROR_DS_UNICODEPWD_NOT_IN_QUOTES 8556L // The unicodePwd attribute value must be enclosed in double quotes. #define ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED 8557L // Your computer could not be joined to the domain. You have exceeded the maximum number of computer accounts you are allowed to create in this domain. Contact your system administrator to have this limit reset or increased. #define ERROR_DS_MUST_BE_RUN_ON_DST_DC 8558L // For security reasons, the operation must be run on the destination DC. #define ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER 8559L // For security reasons, the source DC must be NT4SP4 or greater. #define ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ 8560L // Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed. #define ERROR_DS_INIT_FAILURE_CONSOLE 8561L // Directory Services could not start because of the following error: %1. // Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. #define ERROR_DS_SAM_INIT_FAILURE_CONSOLE 8562L // Security Accounts Manager initialization failed because of the following error: %1. // Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further. #define ERROR_DS_FOREST_VERSION_TOO_HIGH 8563L // The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest. #define ERROR_DS_DOMAIN_VERSION_TOO_HIGH 8564L // The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain. #define ERROR_DS_FOREST_VERSION_TOO_LOW 8565L // The version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest. #define ERROR_DS_DOMAIN_VERSION_TOO_LOW 8566L // The version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain. #define ERROR_DS_INCOMPATIBLE_VERSION 8567L // The version of the operating system installed on this server is incompatible with the functional level of the domain or forest. #define ERROR_DS_LOW_DSA_VERSION 8568L // The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level. #define ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN 8569L // The forest functional level cannot be raised to the requested value since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode, for you to raise the forest functional level. #define ERROR_DS_NOT_SUPPORTED_SORT_ORDER 8570L // The sort order requested is not supported. #define ERROR_DS_NAME_NOT_UNIQUE 8571L // The requested name already exists as a unique identifier. #define ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 8572L // The machine account was created pre-NT4. The account needs to be recreated. #define ERROR_DS_OUT_OF_VERSION_STORE 8573L // The database is out of version store. #define ERROR_DS_INCOMPATIBLE_CONTROLS_USED 8574L // Unable to continue operation because multiple conflicting controls were used. #define ERROR_DS_NO_REF_DOMAIN 8575L // Unable to find a valid security descriptor reference domain for this partition. #define ERROR_DS_RESERVED_LINK_ID 8576L // Schema update failed: The link identifier is reserved. #define ERROR_DS_LINK_ID_NOT_AVAILABLE 8577L // Schema update failed: There are no link identifiers available. #define ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER 8578L // An account group can not have a universal group as a member. #define ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE 8579L // Rename or move operations on naming context heads or read-only objects are not allowed. #define ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC 8580L // Move operations on objects in the schema naming context are not allowed. #define ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG 8581L // A system flag has been set on the object and does not allow the object to be moved or renamed. #define ERROR_DS_MODIFYDN_WRONG_GRANDPARENT 8582L // This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers. #define ERROR_DS_NAME_ERROR_TRUST_REFERRAL 8583L // Unable to resolve completely, a referral to another forest is generated. #define ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER 8584L // The requested action is not supported on standard server. #define ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD 8585L // Could not access a partition of the Active Directory located on a remote server. Make sure at least one server is running for the partition in question. #define ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 8586L // The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master. #define ERROR_DS_THREAD_LIMIT_EXCEEDED 8587L // The thread limit for this request was exceeded. #define ERROR_DS_NOT_CLOSEST 8588L // The Global catalog server is not in the closest site. #define ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF 8589L // The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the corresponding server object in the local DS database has no serverReference attribute. #define ERROR_DS_SINGLE_USER_MODE_FAILED 8590L // The Directory Service failed to enter single user mode. #define ERROR_DS_NTDSCRIPT_SYNTAX_ERROR 8591L // The Directory Service cannot parse the script because of a syntax error. #define ERROR_DS_NTDSCRIPT_PROCESS_ERROR 8592L // The Directory Service cannot process the script because of an error. #define ERROR_DS_DIFFERENT_REPL_EPOCHS 8593L // The directory service cannot perform the requested operation because the servers // involved are of different replication epochs (which is usually related to a // domain rename that is in progress). #define ERROR_DS_DRS_EXTENSIONS_CHANGED 8594L // The directory service binding must be renegotiated due to a change in the server // extensions information. #define ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR 8595L // Operation not allowed on a disabled cross ref. #define ERROR_DS_NO_MSDS_INTID 8596L // Schema update failed: No values for msDS-IntId are available. #define ERROR_DS_DUP_MSDS_INTID 8597L // Schema update failed: Duplicate msDS-INtId. Retry the operation. #define ERROR_DS_EXISTS_IN_RDNATTID 8598L // Schema deletion failed: attribute is used in rDNAttID. #define ERROR_DS_AUTHORIZATION_FAILED 8599L // The directory service failed to authorize the request. #define ERROR_DS_INVALID_SCRIPT 8600L // The Directory Service cannot process the script because it is invalid. #define ERROR_DS_REMOTE_CROSSREF_OP_FAILED 8601L // The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data. #define ERROR_DS_CROSS_REF_BUSY 8602L // A cross reference is in use locally with the same name. #define ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN 8603L // The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest. #define ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC 8604L // Writeable NCs prevent this DC from demoting. #define ERROR_DS_DUPLICATE_ID_FOUND 8605L // The requested object has a non-unique identifier and cannot be retrieved. #define ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT 8606L // Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected. #define ERROR_DS_GROUP_CONVERSION_ERROR 8607L // The group cannot be converted due to attribute restrictions on the requested group type. #define ERROR_DS_CANT_MOVE_APP_BASIC_GROUP 8608L // Cross-domain move of non-empty basic application groups is not allowed. #define ERROR_DS_CANT_MOVE_APP_QUERY_GROUP 8609L // Cross-domain move of non-empty query based application groups is not allowed. #define ERROR_DS_ROLE_NOT_VERIFIED 8610L // The FSMO role ownership could not be verified because its directory partition has not replicated successfully with atleast one replication partner. #define ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL 8611L // The target container for a redirection of a well known object container cannot already be a special container. #define ERROR_DS_DOMAIN_RENAME_IN_PROGRESS 8612L // The Directory Service cannot perform the requested operation because a domain rename operation is in progress. #define ERROR_DS_EXISTING_AD_CHILD_NC 8613L // The Active Directory detected an Active Directory child partition below the // requested new partition name. The Active Directory's partition heiarchy must // be created in a top down method. #define ERROR_DS_REPL_LIFETIME_EXCEEDED 8614L // The Active Directory cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime. #define ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER 8615L // The requested operation is not allowed on an object under the system container. #define ERROR_DS_LDAP_SEND_QUEUE_FULL 8616L // The LDAP servers network send queue has filled up because the client is not // processing the results of it's requests fast enough. No more requests will // be processed until the client catches up. If the client does not catch up // then it will be disconnected. #define ERROR_DS_DRA_OUT_SCHEDULE_WINDOW 8617L // The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency. #define DNS_ERROR_RCODE_FORMAT_ERROR 9001L // DNS server unable to interpret format. #define DNS_ERROR_RCODE_SERVER_FAILURE 9002L // DNS server failure. #define DNS_ERROR_RCODE_NAME_ERROR 9003L // DNS name does not exist. #define DNS_ERROR_RCODE_NOT_IMPLEMENTED 9004L // DNS request not supported by name server. #define DNS_ERROR_RCODE_REFUSED 9005L // DNS operation refused. #define DNS_ERROR_RCODE_YXDOMAIN 9006L // DNS name that ought not exist, does exist. #define DNS_ERROR_RCODE_YXRRSET 9007L // DNS RR set that ought not exist, does exist. #define DNS_ERROR_RCODE_NXRRSET 9008L // DNS RR set that ought to exist, does not exist. #define DNS_ERROR_RCODE_NOTAUTH 9009L // DNS server not authoritative for zone. #define DNS_ERROR_RCODE_NOTZONE 9010L // DNS name in update or prereq is not in zone. #define DNS_ERROR_RCODE_BADSIG 9016L // DNS signature failed to verify. #define DNS_ERROR_RCODE_BADKEY 9017L // DNS bad key. #define DNS_ERROR_RCODE_BADTIME 9018L // DNS signature validity expired. #define DNS_INFO_NO_RECORDS 9501L // No records found for given DNS query. #define DNS_ERROR_BAD_PACKET 9502L // Bad DNS packet. #define DNS_ERROR_NO_PACKET 9503L // No DNS packet. #define DNS_ERROR_RCODE 9504L // DNS error, check rcode. #define DNS_ERROR_UNSECURE_PACKET 9505L // Unsecured DNS packet. #define DNS_ERROR_INVALID_TYPE 9551L // Invalid DNS type. #define DNS_ERROR_INVALID_IP_ADDRESS 9552L // Invalid IP address. #define DNS_ERROR_INVALID_PROPERTY 9553L // Invalid property. #define DNS_ERROR_TRY_AGAIN_LATER 9554L // Try DNS operation again later. #define DNS_ERROR_NOT_UNIQUE 9555L // Record for given name and type is not unique. #define DNS_ERROR_NON_RFC_NAME 9556L // DNS name does not comply with RFC specifications. #define DNS_STATUS_FQDN 9557L // DNS name is a fully-qualified DNS name. #define DNS_STATUS_DOTTED_NAME 9558L // DNS name is dotted (multi-label). #define DNS_STATUS_SINGLE_PART_NAME 9559L // DNS name is a single-part name. #define DNS_ERROR_INVALID_NAME_CHAR 9560L // DNS name contains an invalid character. #define DNS_ERROR_NUMERIC_NAME 9561L // DNS name is entirely numeric. #define DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER 9562L // The operation requested is not permitted on a DNS root server. #define DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION 9563L // The record could not be created because this part of the DNS namespace has // been delegated to another server. #define DNS_ERROR_CANNOT_FIND_ROOT_HINTS 9564L // The DNS server could not find a set of root hints. #define DNS_ERROR_INCONSISTENT_ROOT_HINTS 9565L // The DNS server found root hints but they were not consistent across // all adapters. #define DNS_ERROR_ZONE_DOES_NOT_EXIST 9601L // DNS zone does not exist. #define DNS_ERROR_NO_ZONE_INFO 9602L // DNS zone information not available. #define DNS_ERROR_INVALID_ZONE_OPERATION 9603L // Invalid operation for DNS zone. #define DNS_ERROR_ZONE_CONFIGURATION_ERROR 9604L // Invalid DNS zone configuration. #define DNS_ERROR_ZONE_HAS_NO_SOA_RECORD 9605L // DNS zone has no start of authority (SOA) record. #define DNS_ERROR_ZONE_HAS_NO_NS_RECORDS 9606L // DNS zone has no Name Server (NS) record. #define DNS_ERROR_ZONE_LOCKED 9607L // DNS zone is locked. #define DNS_ERROR_ZONE_CREATION_FAILED 9608L // DNS zone creation failed. #define DNS_ERROR_ZONE_ALREADY_EXISTS 9609L // DNS zone already exists. #define DNS_ERROR_AUTOZONE_ALREADY_EXISTS 9610L // DNS automatic zone already exists. #define DNS_ERROR_INVALID_ZONE_TYPE 9611L // Invalid DNS zone type. #define DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP 9612L // Secondary DNS zone requires master IP address. #define DNS_ERROR_ZONE_NOT_SECONDARY 9613L // DNS zone not secondary. #define DNS_ERROR_NEED_SECONDARY_ADDRESSES 9614L // Need secondary IP address. #define DNS_ERROR_WINS_INIT_FAILED 9615L // WINS initialization failed. #define DNS_ERROR_NEED_WINS_SERVERS 9616L // Need WINS servers. #define DNS_ERROR_NBSTAT_INIT_FAILED 9617L // NBTSTAT initialization call failed. #define DNS_ERROR_SOA_DELETE_INVALID 9618L // Invalid delete of start of authority (SOA) #define DNS_ERROR_FORWARDER_ALREADY_EXISTS 9619L // A conditional forwarding zone already exists for that name. #define DNS_ERROR_ZONE_REQUIRES_MASTER_IP 9620L // This zone must be configured with one or more master DNS server IP addresses. #define DNS_ERROR_ZONE_IS_SHUTDOWN 9621L // The operation cannot be performed because this zone is shutdown. #define DNS_ERROR_PRIMARY_REQUIRES_DATAFILE 9651L // Primary DNS zone requires datafile. #define DNS_ERROR_INVALID_DATAFILE_NAME 9652L // Invalid datafile name for DNS zone. #define DNS_ERROR_DATAFILE_OPEN_FAILURE 9653L // Failed to open datafile for DNS zone. #define DNS_ERROR_FILE_WRITEBACK_FAILED 9654L // Failed to write datafile for DNS zone. #define DNS_ERROR_DATAFILE_PARSING 9655L // Failure while reading datafile for DNS zone. #define DNS_ERROR_RECORD_DOES_NOT_EXIST 9701L // DNS record does not exist. #define DNS_ERROR_RECORD_FORMAT 9702L // DNS record format error. #define DNS_ERROR_NODE_CREATION_FAILED 9703L // Node creation failure in DNS. #define DNS_ERROR_UNKNOWN_RECORD_TYPE 9704L // Unknown DNS record type. #define DNS_ERROR_RECORD_TIMED_OUT 9705L // DNS record timed out. #define DNS_ERROR_NAME_NOT_IN_ZONE 9706L // Name not in DNS zone. #define DNS_ERROR_CNAME_LOOP 9707L // CNAME loop detected. #define DNS_ERROR_NODE_IS_CNAME 9708L // Node is a CNAME DNS record. #define DNS_ERROR_CNAME_COLLISION 9709L // A CNAME record already exists for given name. #define DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT 9710L // Record only at DNS zone root. #define DNS_ERROR_RECORD_ALREADY_EXISTS 9711L // DNS record already exists. #define DNS_ERROR_SECONDARY_DATA 9712L // Secondary DNS zone data error. #define DNS_ERROR_NO_CREATE_CACHE_DATA 9713L // Could not create DNS cache data. #define DNS_ERROR_NAME_DOES_NOT_EXIST 9714L // DNS name does not exist. #define DNS_WARNING_PTR_CREATE_FAILED 9715L // Could not create pointer (PTR) record. #define DNS_WARNING_DOMAIN_UNDELETED 9716L // DNS domain was undeleted. #define DNS_ERROR_DS_UNAVAILABLE 9717L // The directory service is unavailable. #define DNS_ERROR_DS_ZONE_ALREADY_EXISTS 9718L // DNS zone already exists in the directory service. #define DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE 9719L // DNS server not creating or reading the boot file for the directory service integrated DNS zone. #define DNS_INFO_AXFR_COMPLETE 9751L // DNS AXFR (zone transfer) complete. #define DNS_ERROR_AXFR 9752L // DNS zone transfer failed. #define DNS_INFO_ADDED_LOCAL_WINS 9753L // Added local WINS server. #define DNS_STATUS_CONTINUE_NEEDED 9801L // Secure update call needs to continue update request. #define DNS_ERROR_NO_TCPIP 9851L // TCP/IP network protocol not installed. #define DNS_ERROR_NO_DNS_SERVERS 9852L // No DNS servers configured for local system. #define DNS_ERROR_DP_DOES_NOT_EXIST 9901L // The specified directory partition does not exist. #define DNS_ERROR_DP_ALREADY_EXISTS 9902L // The specified directory partition already exists. #define DNS_ERROR_DP_NOT_ENLISTED 9903L // This DNS server is not enlisted in the specified directory partition. #define DNS_ERROR_DP_ALREADY_ENLISTED 9904L // This DNS server is already enlisted in the specified directory partition. #define DNS_ERROR_DP_NOT_AVAILABLE 9905L // The directory partition is not available at this time. Please wait // a few minutes and try again. #define DNS_ERROR_DP_FSMO_ERROR 9906L // The application directory partition operation failed. The domain controller // holding the domain naming master role is down or unable to service the // request or is not running Windows Server 2003. #define WSAEINTR 10004L // A blocking operation was interrupted by a call to WSACancelBlockingCall. #define WSAEBADF 10009L // The file handle supplied is not valid. #define WSAEACCES 10013L // An attempt was made to access a socket in a way forbidden by its access permissions. #define WSAEFAULT 10014L // The system detected an invalid pointer address in attempting to use a pointer argument in a call. #define WSAEINVAL 10022L // An invalid argument was supplied. #define WSAEMFILE 10024L // Too many open sockets. #define WSAEWOULDBLOCK 10035L // A non-blocking socket operation could not be completed immediately. #define WSAEINPROGRESS 10036L // A blocking operation is currently executing. #define WSAEALREADY 10037L // An operation was attempted on a non-blocking socket that already had an operation in progress. #define WSAENOTSOCK 10038L // An operation was attempted on something that is not a socket. #define WSAEDESTADDRREQ 10039L // A required address was omitted from an operation on a socket. #define WSAEMSGSIZE 10040L // A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. #define WSAEPROTOTYPE 10041L // A protocol was specified in the socket function call that does not support the semantics of the socket type requested. #define WSAENOPROTOOPT 10042L // An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call. #define WSAEPROTONOSUPPORT 10043L // The requested protocol has not been configured into the system, or no implementation for it exists. #define WSAESOCKTNOSUPPORT 10044L // The support for the specified socket type does not exist in this address family. #define WSAEOPNOTSUPP 10045L // The attempted operation is not supported for the type of object referenced. #define WSAEPFNOSUPPORT 10046L // The protocol family has not been configured into the system or no implementation for it exists. #define WSAEAFNOSUPPORT 10047L // An address incompatible with the requested protocol was used. #define WSAEADDRINUSE 10048L // Only one usage of each socket address (protocol/network address/port) is normally permitted. #define WSAEADDRNOTAVAIL 10049L // The requested address is not valid in its context. #define WSAENETDOWN 10050L // A socket operation encountered a dead network. #define WSAENETUNREACH 10051L // A socket operation was attempted to an unreachable network. #define WSAENETRESET 10052L // The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. #define WSAECONNABORTED 10053L // An established connection was aborted by the software in your host machine. #define WSAECONNRESET 10054L // An existing connection was forcibly closed by the remote host. #define WSAENOBUFS 10055L // An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. #define WSAEISCONN 10056L // A connect request was made on an already connected socket. #define WSAENOTCONN 10057L // A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied. #define WSAESHUTDOWN 10058L // A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call. #define WSAETOOMANYREFS 10059L // Too many references to some kernel object. #define WSAETIMEDOUT 10060L // A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. #define WSAECONNREFUSED 10061L // No connection could be made because the target machine actively refused it. #define WSAELOOP 10062L // Cannot translate name. #define WSAENAMETOOLONG 10063L // Name component or name was too long. #define WSAEHOSTDOWN 10064L // A socket operation failed because the destination host was down. #define WSAEHOSTUNREACH 10065L // A socket operation was attempted to an unreachable host. #define WSAENOTEMPTY 10066L // Cannot remove a directory that is not empty. #define WSAEPROCLIM 10067L // A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously. #define WSAEUSERS 10068L // Ran out of quota. #define WSAEDQUOT 10069L // Ran out of disk quota. #define WSAESTALE 10070L // File handle reference is no longer available. #define WSAEREMOTE 10071L // Item is not available locally. #define WSASYSNOTREADY 10091L // WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. #define WSAVERNOTSUPPORTED 10092L // The Windows Sockets version requested is not supported. #define WSANOTINITIALISED 10093L // Either the application has not called WSAStartup, or WSAStartup failed. #define WSAEDISCON 10101L // Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence. #define WSAENOMORE 10102L // No more results can be returned by WSALookupServiceNext. #define WSAECANCELLED 10103L // A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. #define WSAEINVALIDPROCTABLE 10104L // The procedure call table is invalid. #define WSAEINVALIDPROVIDER 10105L // The requested service provider is invalid. #define WSAEPROVIDERFAILEDINIT 10106L // The requested service provider could not be loaded or initialized. #define WSASYSCALLFAILURE 10107L // A system call that should never fail has failed. #define WSASERVICE_NOT_FOUND 10108L // No such service is known. The service cannot be found in the specified name space. #define WSATYPE_NOT_FOUND 10109L // The specified class was not found. #define WSA_E_NO_MORE 10110L // No more results can be returned by WSALookupServiceNext. #define WSA_E_CANCELLED 10111L // A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled. #define WSAEREFUSED 10112L // A database query failed because it was actively refused. #define WSAHOST_NOT_FOUND 11001L // No such host is known. #define WSATRY_AGAIN 11002L // This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server. #define WSANO_RECOVERY 11003L // A non-recoverable error occurred during a database lookup. #define WSANO_DATA 11004L // The requested name is valid, but no data of the requested type was found. #define WSA_QOS_RECEIVERS 11005L // At least one reserve has arrived. #define WSA_QOS_SENDERS 11006L // At least one path has arrived. #define WSA_QOS_NO_SENDERS 11007L // There are no senders. #define WSA_QOS_NO_RECEIVERS 11008L // There are no receivers. #define WSA_QOS_REQUEST_CONFIRMED 11009L // Reserve has been confirmed. #define WSA_QOS_ADMISSION_FAILURE 11010L // Error due to lack of resources. #define WSA_QOS_POLICY_FAILURE 11011L // Rejected for administrative reasons - bad credentials. #define WSA_QOS_BAD_STYLE 11012L // Unknown or conflicting style. #define WSA_QOS_BAD_OBJECT 11013L // Problem with some part of the filterspec or providerspecific buffer in general. #define WSA_QOS_TRAFFIC_CTRL_ERROR 11014L // Problem with some part of the flowspec. #define WSA_QOS_GENERIC_ERROR 11015L // General QOS error. #define WSA_QOS_ESERVICETYPE 11016L // An invalid or unrecognized service type was found in the flowspec. #define WSA_QOS_EFLOWSPEC 11017L // An invalid or inconsistent flowspec was found in the QOS structure. #define WSA_QOS_EPROVSPECBUF 11018L // Invalid QOS provider-specific buffer. #define WSA_QOS_EFILTERSTYLE 11019L // An invalid QOS filter style was used. #define WSA_QOS_EFILTERTYPE 11020L // An invalid QOS filter type was used. #define WSA_QOS_EFILTERCOUNT 11021L // An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR. #define WSA_QOS_EOBJLENGTH 11022L // An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer. #define WSA_QOS_EFLOWCOUNT 11023L // An incorrect number of flow descriptors was specified in the QOS structure. #define WSA_QOS_EUNKOWNPSOBJ 11024L // An unrecognized object was found in the QOS provider-specific buffer. #define WSA_QOS_EPOLICYOBJ 11025L // An invalid policy object was found in the QOS provider-specific buffer. #define WSA_QOS_EFLOWDESC 11026L // An invalid QOS flow descriptor was found in the flow descriptor list. #define WSA_QOS_EPSFLOWSPEC 11027L // An invalid or inconsistent flowspec was found in the QOS provider specific buffer. #define WSA_QOS_EPSFILTERSPEC 11028L // An invalid FILTERSPEC was found in the QOS provider-specific buffer. #define WSA_QOS_ESDMODEOBJ 11029L // An invalid shape discard mode object was found in the QOS provider specific buffer. #define WSA_QOS_ESHAPERATEOBJ 11030L // An invalid shaping rate object was found in the QOS provider-specific buffer. #define WSA_QOS_RESERVED_PETYPE 11031L // A reserved policy element was found in the QOS provider-specific buffer. #define ERROR_SXS_SECTION_NOT_FOUND 14000L // The requested section was not present in the activation context. #define ERROR_SXS_CANT_GEN_ACTCTX 14001L // This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. #define ERROR_SXS_INVALID_ACTCTXDATA_FORMAT 14002L // The application binding data format is invalid. #define ERROR_SXS_ASSEMBLY_NOT_FOUND 14003L // The referenced assembly is not installed on your system. #define ERROR_SXS_MANIFEST_FORMAT_ERROR 14004L // The manifest file does not begin with the required tag and format information. #define ERROR_SXS_MANIFEST_PARSE_ERROR 14005L // The manifest file contains one or more syntax errors. #define ERROR_SXS_ACTIVATION_CONTEXT_DISABLED 14006L // The application attempted to activate a disabled activation context. #define ERROR_SXS_KEY_NOT_FOUND 14007L // The requested lookup key was not found in any active activation context. #define ERROR_SXS_VERSION_CONFLICT 14008L // A component version required by the application conflicts with another component version already active. #define ERROR_SXS_WRONG_SECTION_TYPE 14009L // The type requested activation context section does not match the query API used. #define ERROR_SXS_THREAD_QUERIES_DISABLED 14010L // Lack of system resources has required isolated activation to be disabled for the current thread of execution. #define ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET 14011L // An attempt to set the process default activation context failed because the process default activation context was already set. #define ERROR_SXS_UNKNOWN_ENCODING_GROUP 14012L // The encoding group identifier specified is not recognized. #define ERROR_SXS_UNKNOWN_ENCODING 14013L // The encoding requested is not recognized. #define ERROR_SXS_INVALID_XML_NAMESPACE_URI 14014L // The manifest contains a reference to an invalid URI. #define ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED 14015L // The application manifest contains a reference to a dependent assembly which is not installed #define ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED 14016L // The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed #define ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE 14017L // The manifest contains an attribute for the assembly identity which is not valid. #define ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE 14018L // The manifest is missing the required default namespace specification on the assembly element. #define ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE 14019L // The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1". #define ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT 14020L // The private manifest probed has crossed reparse-point-associated path #define ERROR_SXS_DUPLICATE_DLL_NAME 14021L // Two or more components referenced directly or indirectly by the application manifest have files by the same name. #define ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME 14022L // Two or more components referenced directly or indirectly by the application manifest have window classes with the same name. #define ERROR_SXS_DUPLICATE_CLSID 14023L // Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs. #define ERROR_SXS_DUPLICATE_IID 14024L // Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs. #define ERROR_SXS_DUPLICATE_TLBID 14025L // Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs. #define ERROR_SXS_DUPLICATE_PROGID 14026L // Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs. #define ERROR_SXS_DUPLICATE_ASSEMBLY_NAME 14027L // Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted. #define ERROR_SXS_FILE_HASH_MISMATCH 14028L // A component's file does not match the verification information present in the // component manifest. #define ERROR_SXS_POLICY_PARSE_ERROR 14029L // The policy manifest contains one or more syntax errors. #define ERROR_SXS_XML_E_MISSINGQUOTE 14030L // Manifest Parse Error : A string literal was expected, but no opening quote character was found. #define ERROR_SXS_XML_E_COMMENTSYNTAX 14031L // Manifest Parse Error : Incorrect syntax was used in a comment. #define ERROR_SXS_XML_E_BADSTARTNAMECHAR 14032L // Manifest Parse Error : A name was started with an invalid character. #define ERROR_SXS_XML_E_BADNAMECHAR 14033L // Manifest Parse Error : A name contained an invalid character. #define ERROR_SXS_XML_E_BADCHARINSTRING 14034L // Manifest Parse Error : A string literal contained an invalid character. #define ERROR_SXS_XML_E_XMLDECLSYNTAX 14035L // Manifest Parse Error : Invalid syntax for an xml declaration. #define ERROR_SXS_XML_E_BADCHARDATA 14036L // Manifest Parse Error : An Invalid character was found in text content. #define ERROR_SXS_XML_E_MISSINGWHITESPACE 14037L // Manifest Parse Error : Required white space was missing. #define ERROR_SXS_XML_E_EXPECTINGTAGEND 14038L // Manifest Parse Error : The character '>' was expected. #define ERROR_SXS_XML_E_MISSINGSEMICOLON 14039L // Manifest Parse Error : A semi colon character was expected. #define ERROR_SXS_XML_E_UNBALANCEDPAREN 14040L // Manifest Parse Error : Unbalanced parentheses. #define ERROR_SXS_XML_E_INTERNALERROR 14041L // Manifest Parse Error : Internal error. #define ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE 14042L // Manifest Parse Error : Whitespace is not allowed at this location. #define ERROR_SXS_XML_E_INCOMPLETE_ENCODING 14043L // Manifest Parse Error : End of file reached in invalid state for current encoding. #define ERROR_SXS_XML_E_MISSING_PAREN 14044L // Manifest Parse Error : Missing parenthesis. #define ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE 14045L // Manifest Parse Error : A single or double closing quote character (\' or \") is missing. #define ERROR_SXS_XML_E_MULTIPLE_COLONS 14046L // Manifest Parse Error : Multiple colons are not allowed in a name. #define ERROR_SXS_XML_E_INVALID_DECIMAL 14047L // Manifest Parse Error : Invalid character for decimal digit. #define ERROR_SXS_XML_E_INVALID_HEXIDECIMAL 14048L // Manifest Parse Error : Invalid character for hexidecimal digit. #define ERROR_SXS_XML_E_INVALID_UNICODE 14049L // Manifest Parse Error : Invalid unicode character value for this platform. #define ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK 14050L // Manifest Parse Error : Expecting whitespace or '?'. #define ERROR_SXS_XML_E_UNEXPECTEDENDTAG 14051L // Manifest Parse Error : End tag was not expected at this location. #define ERROR_SXS_XML_E_UNCLOSEDTAG 14052L // Manifest Parse Error : The following tags were not closed: %1. #define ERROR_SXS_XML_E_DUPLICATEATTRIBUTE 14053L // Manifest Parse Error : Duplicate attribute. #define ERROR_SXS_XML_E_MULTIPLEROOTS 14054L // Manifest Parse Error : Only one top level element is allowed in an XML document. #define ERROR_SXS_XML_E_INVALIDATROOTLEVEL 14055L // Manifest Parse Error : Invalid at the top level of the document. #define ERROR_SXS_XML_E_BADXMLDECL 14056L // Manifest Parse Error : Invalid xml declaration. #define ERROR_SXS_XML_E_MISSINGROOT 14057L // Manifest Parse Error : XML document must have a top level element. #define ERROR_SXS_XML_E_UNEXPECTEDEOF 14058L // Manifest Parse Error : Unexpected end of file. #define ERROR_SXS_XML_E_BADPEREFINSUBSET 14059L // Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset. #define ERROR_SXS_XML_E_UNCLOSEDSTARTTAG 14060L // Manifest Parse Error : Element was not closed. #define ERROR_SXS_XML_E_UNCLOSEDENDTAG 14061L // Manifest Parse Error : End element was missing the character '>'. #define ERROR_SXS_XML_E_UNCLOSEDSTRING 14062L // Manifest Parse Error : A string literal was not closed. #define ERROR_SXS_XML_E_UNCLOSEDCOMMENT 14063L // Manifest Parse Error : A comment was not closed. #define ERROR_SXS_XML_E_UNCLOSEDDECL 14064L // Manifest Parse Error : A declaration was not closed. #define ERROR_SXS_XML_E_UNCLOSEDCDATA 14065L // Manifest Parse Error : A CDATA section was not closed. #define ERROR_SXS_XML_E_RESERVEDNAMESPACE 14066L // Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml". #define ERROR_SXS_XML_E_INVALIDENCODING 14067L // Manifest Parse Error : System does not support the specified encoding. #define ERROR_SXS_XML_E_INVALIDSWITCH 14068L // Manifest Parse Error : Switch from current encoding to specified encoding not supported. #define ERROR_SXS_XML_E_BADXMLCASE 14069L // Manifest Parse Error : The name 'xml' is reserved and must be lower case. #define ERROR_SXS_XML_E_INVALID_STANDALONE 14070L // Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'. #define ERROR_SXS_XML_E_UNEXPECTED_STANDALONE 14071L // Manifest Parse Error : The standalone attribute cannot be used in external entities. #define ERROR_SXS_XML_E_INVALID_VERSION 14072L // Manifest Parse Error : Invalid version number. #define ERROR_SXS_XML_E_MISSINGEQUALS 14073L // Manifest Parse Error : Missing equals sign between attribute and attribute value. #define ERROR_SXS_PROTECTION_RECOVERY_FAILED 14074L // Assembly Protection Error : Unable to recover the specified assembly. #define ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT 14075L // Assembly Protection Error : The public key for an assembly was too short to be allowed. #define ERROR_SXS_PROTECTION_CATALOG_NOT_VALID 14076L // Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest. #define ERROR_SXS_UNTRANSLATABLE_HRESULT 14077L // An HRESULT could not be translated to a corresponding Win32 error code. #define ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING 14078L // Assembly Protection Error : The catalog for an assembly is missing. #define ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE 14079L // The supplied assembly identity is missing one or more attributes which must be present in this context. #define ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME 14080L // The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names. #define ERROR_IPSEC_QM_POLICY_EXISTS 13000L // The specified quick mode policy already exists. #define ERROR_IPSEC_QM_POLICY_NOT_FOUND 13001L // The specified quick mode policy was not found. #define ERROR_IPSEC_QM_POLICY_IN_USE 13002L // The specified quick mode policy is being used. #define ERROR_IPSEC_MM_POLICY_EXISTS 13003L // The specified main mode policy already exists. #define ERROR_IPSEC_MM_POLICY_NOT_FOUND 13004L // The specified main mode policy was not found #define ERROR_IPSEC_MM_POLICY_IN_USE 13005L // The specified main mode policy is being used. #define ERROR_IPSEC_MM_FILTER_EXISTS 13006L // The specified main mode filter already exists. #define ERROR_IPSEC_MM_FILTER_NOT_FOUND 13007L // The specified main mode filter was not found. #define ERROR_IPSEC_TRANSPORT_FILTER_EXISTS 13008L // The specified transport mode filter already exists. #define ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND 13009L // The specified transport mode filter does not exist. #define ERROR_IPSEC_MM_AUTH_EXISTS 13010L // The specified main mode authentication list exists. #define ERROR_IPSEC_MM_AUTH_NOT_FOUND 13011L // The specified main mode authentication list was not found. #define ERROR_IPSEC_MM_AUTH_IN_USE 13012L // The specified quick mode policy is being used. #define ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND 13013L // The specified main mode policy was not found. #define ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND 13014L // The specified quick mode policy was not found #define ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND 13015L // The manifest file contains one or more syntax errors. #define ERROR_IPSEC_TUNNEL_FILTER_EXISTS 13016L // The application attempted to activate a disabled activation context. #define ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND 13017L // The requested lookup key was not found in any active activation context. #define ERROR_IPSEC_MM_FILTER_PENDING_DELETION 13018L // The Main Mode filter is pending deletion. #define ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION 13019L // The transport filter is pending deletion. #define ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION 13020L // The tunnel filter is pending deletion. #define ERROR_IPSEC_MM_POLICY_PENDING_DELETION 13021L // The Main Mode policy is pending deletion. #define ERROR_IPSEC_MM_AUTH_PENDING_DELETION 13022L // The Main Mode authentication bundle is pending deletion. #define ERROR_IPSEC_QM_POLICY_PENDING_DELETION 13023L // The Quick Mode policy is pending deletion. #define WARNING_IPSEC_MM_POLICY_PRUNED 13024L // The Main Mode policy was successfully added, but some of the requested offers are not supported. #define WARNING_IPSEC_QM_POLICY_PRUNED 13025L // The Quick Mode policy was successfully added, but some of the requested offers are not supported. #define ERROR_IPSEC_IKE_NEG_STATUS_BEGIN 13800L // ERROR_IPSEC_IKE_NEG_STATUS_BEGIN #define ERROR_IPSEC_IKE_AUTH_FAIL 13801L // IKE authentication credentials are unacceptable #define ERROR_IPSEC_IKE_ATTRIB_FAIL 13802L // IKE security attributes are unacceptable #define ERROR_IPSEC_IKE_NEGOTIATION_PENDING 13803L // IKE Negotiation in progress #define ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR 13804L // General processing error #define ERROR_IPSEC_IKE_TIMED_OUT 13805L // Negotiation timed out #define ERROR_IPSEC_IKE_NO_CERT 13806L // IKE failed to find valid machine certificate #define ERROR_IPSEC_IKE_SA_DELETED 13807L // IKE SA deleted by peer before establishment completed #define ERROR_IPSEC_IKE_SA_REAPED 13808L // IKE SA deleted before establishment completed #define ERROR_IPSEC_IKE_MM_ACQUIRE_DROP 13809L // Negotiation request sat in Queue too long #define ERROR_IPSEC_IKE_QM_ACQUIRE_DROP 13810L // Negotiation request sat in Queue too long #define ERROR_IPSEC_IKE_QUEUE_DROP_MM 13811L // Negotiation request sat in Queue too long #define ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM 13812L // Negotiation request sat in Queue too long #define ERROR_IPSEC_IKE_DROP_NO_RESPONSE 13813L // No response from peer #define ERROR_IPSEC_IKE_MM_DELAY_DROP 13814L // Negotiation took too long #define ERROR_IPSEC_IKE_QM_DELAY_DROP 13815L // Negotiation took too long #define ERROR_IPSEC_IKE_ERROR 13816L // Unknown error occurred #define ERROR_IPSEC_IKE_CRL_FAILED 13817L // Certificate Revocation Check failed #define ERROR_IPSEC_IKE_INVALID_KEY_USAGE 13818L // Invalid certificate key usage #define ERROR_IPSEC_IKE_INVALID_CERT_TYPE 13819L // Invalid certificate type #define ERROR_IPSEC_IKE_NO_PRIVATE_KEY 13820L // No private key associated with machine certificate #define ERROR_IPSEC_IKE_DH_FAIL 13822L // Failure in Diffie-Helman computation #define ERROR_IPSEC_IKE_INVALID_HEADER 13824L // Invalid header #define ERROR_IPSEC_IKE_NO_POLICY 13825L // No policy configured #define ERROR_IPSEC_IKE_INVALID_SIGNATURE 13826L // Failed to verify signature #define ERROR_IPSEC_IKE_KERBEROS_ERROR 13827L // Failed to authenticate using kerberos #define ERROR_IPSEC_IKE_NO_PUBLIC_KEY 13828L // Peer's certificate did not have a public key #define ERROR_IPSEC_IKE_PROCESS_ERR 13829L // Error processing error payload #define ERROR_IPSEC_IKE_PROCESS_ERR_SA 13830L // Error processing SA payload #define ERROR_IPSEC_IKE_PROCESS_ERR_PROP 13831L // Error processing Proposal payload #define ERROR_IPSEC_IKE_PROCESS_ERR_TRANS 13832L // Error processing Transform payload #define ERROR_IPSEC_IKE_PROCESS_ERR_KE 13833L // Error processing KE payload #define ERROR_IPSEC_IKE_PROCESS_ERR_ID 13834L // Error processing ID payload #define ERROR_IPSEC_IKE_PROCESS_ERR_CERT 13835L // Error processing Cert payload #define ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ 13836L // Error processing Certificate Request payload #define ERROR_IPSEC_IKE_PROCESS_ERR_HASH 13837L // Error processing Hash payload #define ERROR_IPSEC_IKE_PROCESS_ERR_SIG 13838L // Error processing Signature payload #define ERROR_IPSEC_IKE_PROCESS_ERR_NONCE 13839L // Error processing Nonce payload #define ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY 13840L // Error processing Notify payload #define ERROR_IPSEC_IKE_PROCESS_ERR_DELETE 13841L // Error processing Delete Payload #define ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR 13842L // Error processing VendorId payload #define ERROR_IPSEC_IKE_INVALID_PAYLOAD 13843L // Invalid payload received #define ERROR_IPSEC_IKE_LOAD_SOFT_SA 13844L // Soft SA loaded #define ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN 13845L // Soft SA torn down #define ERROR_IPSEC_IKE_INVALID_COOKIE 13846L // Invalid cookie received. #define ERROR_IPSEC_IKE_NO_PEER_CERT 13847L // Peer failed to send valid machine certificate #define ERROR_IPSEC_IKE_PEER_CRL_FAILED 13848L // Certification Revocation check of peer's certificate failed #define ERROR_IPSEC_IKE_POLICY_CHANGE 13849L // New policy invalidated SAs formed with old policy #define ERROR_IPSEC_IKE_NO_MM_POLICY 13850L // There is no available Main Mode IKE policy. #define ERROR_IPSEC_IKE_NOTCBPRIV 13851L // Failed to enabled TCB privilege. #define ERROR_IPSEC_IKE_SECLOADFAIL 13852L // Failed to load SECURITY.DLL. #define ERROR_IPSEC_IKE_FAILSSPINIT 13853L // Failed to obtain security function table dispatch address from SSPI. #define ERROR_IPSEC_IKE_FAILQUERYSSP 13854L // Failed to query Kerberos package to obtain max token size. #define ERROR_IPSEC_IKE_SRVACQFAIL 13855L // Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup. #define ERROR_IPSEC_IKE_SRVQUERYCRED 13856L // Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes). #define ERROR_IPSEC_IKE_GETSPIFAIL 13857L // Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters. #define ERROR_IPSEC_IKE_INVALID_FILTER 13858L // Given filter is invalid #define ERROR_IPSEC_IKE_OUT_OF_MEMORY 13859L // Memory allocation failed. #define ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED 13860L // Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine. #define ERROR_IPSEC_IKE_INVALID_POLICY 13861L // Invalid policy #define ERROR_IPSEC_IKE_UNKNOWN_DOI 13862L // Invalid DOI #define ERROR_IPSEC_IKE_INVALID_SITUATION 13863L // Invalid situation #define ERROR_IPSEC_IKE_DH_FAILURE 13864L // Diffie-Hellman failure #define ERROR_IPSEC_IKE_INVALID_GROUP 13865L // Invalid Diffie-Hellman group #define ERROR_IPSEC_IKE_ENCRYPT 13866L // Error encrypting payload #define ERROR_IPSEC_IKE_DECRYPT 13867L // Error decrypting payload #define ERROR_IPSEC_IKE_POLICY_MATCH 13868L // Policy match error #define ERROR_IPSEC_IKE_UNSUPPORTED_ID 13869L // Unsupported ID #define ERROR_IPSEC_IKE_INVALID_HASH 13870L // Hash verification failed #define ERROR_IPSEC_IKE_INVALID_HASH_ALG 13871L // Invalid hash algorithm #define ERROR_IPSEC_IKE_INVALID_HASH_SIZE 13872L // Invalid hash size #define ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG 13873L // Invalid encryption algorithm #define ERROR_IPSEC_IKE_INVALID_AUTH_ALG 13874L // Invalid authentication algorithm #define ERROR_IPSEC_IKE_INVALID_SIG 13875L // Invalid certificate signature #define ERROR_IPSEC_IKE_LOAD_FAILED 13876L // Load failed #define ERROR_IPSEC_IKE_RPC_DELETE 13877L // Deleted via RPC call #define ERROR_IPSEC_IKE_BENIGN_REINIT 13878L // Temporary state created to perform reinit. This is not a real failure. #define ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY 13879L // The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine. #define ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN 13881L // Key length in certificate is too small for configured security requirements. #define ERROR_IPSEC_IKE_MM_LIMIT 13882L // Max number of established MM SAs to peer exceeded. #define ERROR_IPSEC_IKE_NEGOTIATION_DISABLED 13883L // IKE received a policy that disables negotiation. #define ERROR_IPSEC_IKE_NEG_STATUS_END 13884L // ERROR_IPSEC_IKE_NEG_STATUS_END #define E_UNEXPECTED _HRESULT_TYPEDEF_(0x8000FFFFL) // Catastrophic failure #define E_NOTIMPL _HRESULT_TYPEDEF_(0x80004001L) // Not implemented #define E_OUTOFMEMORY _HRESULT_TYPEDEF_(0x8007000EL) // Ran out of memory #define E_INVALIDARG _HRESULT_TYPEDEF_(0x80070057L) // One or more arguments are invalid #define E_NOINTERFACE _HRESULT_TYPEDEF_(0x80004002L) // No such interface supported #define E_POINTER _HRESULT_TYPEDEF_(0x80004003L) // Invalid pointer #define E_HANDLE _HRESULT_TYPEDEF_(0x80070006L) // Invalid handle #define E_ABORT _HRESULT_TYPEDEF_(0x80004004L) // Operation aborted #define E_FAIL _HRESULT_TYPEDEF_(0x80004005L) // Unspecified error #define E_ACCESSDENIED _HRESULT_TYPEDEF_(0x80070005L) // General access denied error #define E_NOTIMPL _HRESULT_TYPEDEF_(0x80000001L) // Not implemented #define E_OUTOFMEMORY _HRESULT_TYPEDEF_(0x80000002L) // Ran out of memory #define E_INVALIDARG _HRESULT_TYPEDEF_(0x80000003L) // One or more arguments are invalid #define E_NOINTERFACE _HRESULT_TYPEDEF_(0x80000004L) // No such interface supported #define E_POINTER _HRESULT_TYPEDEF_(0x80000005L) // Invalid pointer #define E_HANDLE _HRESULT_TYPEDEF_(0x80000006L) // Invalid handle #define E_ABORT _HRESULT_TYPEDEF_(0x80000007L) // Operation aborted #define E_FAIL _HRESULT_TYPEDEF_(0x80000008L) // Unspecified error #define E_ACCESSDENIED _HRESULT_TYPEDEF_(0x80000009L) // General access denied error #define E_PENDING _HRESULT_TYPEDEF_(0x8000000AL) // The data necessary to complete this operation is not yet available. #define CO_E_INIT_TLS _HRESULT_TYPEDEF_(0x80004006L) // Thread local storage failure #define CO_E_INIT_SHARED_ALLOCATOR _HRESULT_TYPEDEF_(0x80004007L) // Get shared memory allocator failure #define CO_E_INIT_MEMORY_ALLOCATOR _HRESULT_TYPEDEF_(0x80004008L) // Get memory allocator failure #define CO_E_INIT_CLASS_CACHE _HRESULT_TYPEDEF_(0x80004009L) // Unable to initialize class cache #define CO_E_INIT_RPC_CHANNEL _HRESULT_TYPEDEF_(0x8000400AL) // Unable to initialize RPC services #define CO_E_INIT_TLS_SET_CHANNEL_CONTROL _HRESULT_TYPEDEF_(0x8000400BL) // Cannot set thread local storage channel control #define CO_E_INIT_TLS_CHANNEL_CONTROL _HRESULT_TYPEDEF_(0x8000400CL) // Could not allocate thread local storage channel control #define CO_E_INIT_UNACCEPTED_USER_ALLOCATOR _HRESULT_TYPEDEF_(0x8000400DL) // The user supplied memory allocator is unacceptable #define CO_E_INIT_SCM_MUTEX_EXISTS _HRESULT_TYPEDEF_(0x8000400EL) // The OLE service mutex already exists #define CO_E_INIT_SCM_FILE_MAPPING_EXISTS _HRESULT_TYPEDEF_(0x8000400FL) // The OLE service file mapping already exists #define CO_E_INIT_SCM_MAP_VIEW_OF_FILE _HRESULT_TYPEDEF_(0x80004010L) // Unable to map view of file for OLE service #define CO_E_INIT_SCM_EXEC_FAILURE _HRESULT_TYPEDEF_(0x80004011L) // Failure attempting to launch OLE service #define CO_E_INIT_ONLY_SINGLE_THREADED _HRESULT_TYPEDEF_(0x80004012L) // There was an attempt to call CoInitialize a second time while single threaded #define CO_E_CANT_REMOTE _HRESULT_TYPEDEF_(0x80004013L) // A Remote activation was necessary but was not allowed #define CO_E_BAD_SERVER_NAME _HRESULT_TYPEDEF_(0x80004014L) // A Remote activation was necessary but the server name provided was invalid #define CO_E_WRONG_SERVER_IDENTITY _HRESULT_TYPEDEF_(0x80004015L) // The class is configured to run as a security id different from the caller #define CO_E_OLE1DDE_DISABLED _HRESULT_TYPEDEF_(0x80004016L) // Use of Ole1 services requiring DDE windows is disabled #define CO_E_RUNAS_SYNTAX _HRESULT_TYPEDEF_(0x80004017L) // A RunAs specification must be \ or simply #define CO_E_CREATEPROCESS_FAILURE _HRESULT_TYPEDEF_(0x80004018L) // The server process could not be started. The pathname may be incorrect. #define CO_E_RUNAS_CREATEPROCESS_FAILURE _HRESULT_TYPEDEF_(0x80004019L) // The server process could not be started as the configured identity. The pathname may be incorrect or unavailable. #define CO_E_RUNAS_LOGON_FAILURE _HRESULT_TYPEDEF_(0x8000401AL) // The server process could not be started because the configured identity is incorrect. Check the username and password. #define CO_E_LAUNCH_PERMSSION_DENIED _HRESULT_TYPEDEF_(0x8000401BL) // The client is not allowed to launch this server. #define CO_E_START_SERVICE_FAILURE _HRESULT_TYPEDEF_(0x8000401CL) // The service providing this server could not be started. #define CO_E_REMOTE_COMMUNICATION_FAILURE _HRESULT_TYPEDEF_(0x8000401DL) // This computer was unable to communicate with the computer providing the server. #define CO_E_SERVER_START_TIMEOUT _HRESULT_TYPEDEF_(0x8000401EL) // The server did not respond after being launched. #define CO_E_CLSREG_INCONSISTENT _HRESULT_TYPEDEF_(0x8000401FL) // The registration information for this server is inconsistent or incomplete. #define CO_E_IIDREG_INCONSISTENT _HRESULT_TYPEDEF_(0x80004020L) // The registration information for this interface is inconsistent or incomplete. #define CO_E_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x80004021L) // The operation attempted is not supported. #define CO_E_RELOAD_DLL _HRESULT_TYPEDEF_(0x80004022L) // A dll must be loaded. #define CO_E_MSI_ERROR _HRESULT_TYPEDEF_(0x80004023L) // A Microsoft Software Installer error was encountered. #define CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT _HRESULT_TYPEDEF_(0x80004024L) // The specified activation could not occur in the client context as specified. #define CO_E_SERVER_PAUSED _HRESULT_TYPEDEF_(0x80004025L) // Activations on the server are paused. #define CO_E_SERVER_NOT_PAUSED _HRESULT_TYPEDEF_(0x80004026L) // Activations on the server are not paused. #define CO_E_CLASS_DISABLED _HRESULT_TYPEDEF_(0x80004027L) // The component or application containing the component has been disabled. #define CO_E_CLRNOTAVAILABLE _HRESULT_TYPEDEF_(0x80004028L) // The common language runtime is not available #define CO_E_ASYNC_WORK_REJECTED _HRESULT_TYPEDEF_(0x80004029L) // The thread-pool rejected the submitted asynchronous work. #define CO_E_SERVER_INIT_TIMEOUT _HRESULT_TYPEDEF_(0x8000402AL) // The server started, but did not finish initializing in a timely fashion. #define CO_E_NO_SECCTX_IN_ACTIVATE _HRESULT_TYPEDEF_(0x8000402BL) // Unable to complete the call since there is no COM+ security context inside IObjectControl.Activate. #define CO_E_TRACKER_CONFIG _HRESULT_TYPEDEF_(0x80004030L) // The provided tracker configuration is invalid #define CO_E_THREADPOOL_CONFIG _HRESULT_TYPEDEF_(0x80004031L) // The provided thread pool configuration is invalid #define CO_E_SXS_CONFIG _HRESULT_TYPEDEF_(0x80004032L) // The provided side-by-side configuration is invalid #define CO_E_MALFORMED_SPN _HRESULT_TYPEDEF_(0x80004033L) // The server principal name (SPN) obtained during security negotiation is malformed. #define OLE_E_OLEVERB _HRESULT_TYPEDEF_(0x80040000L) // Invalid OLEVERB structure #define OLE_E_ADVF _HRESULT_TYPEDEF_(0x80040001L) // Invalid advise flags #define OLE_E_ENUM_NOMORE _HRESULT_TYPEDEF_(0x80040002L) // Can't enumerate any more, because the associated data is missing #define OLE_E_ADVISENOTSUPPORTED _HRESULT_TYPEDEF_(0x80040003L) // This implementation doesn't take advises #define OLE_E_NOCONNECTION _HRESULT_TYPEDEF_(0x80040004L) // There is no connection for this connection ID #define OLE_E_NOTRUNNING _HRESULT_TYPEDEF_(0x80040005L) // Need to run the object to perform this operation #define OLE_E_NOCACHE _HRESULT_TYPEDEF_(0x80040006L) // There is no cache to operate on #define OLE_E_BLANK _HRESULT_TYPEDEF_(0x80040007L) // Uninitialized object #define OLE_E_CLASSDIFF _HRESULT_TYPEDEF_(0x80040008L) // Linked object's source class has changed #define OLE_E_CANT_GETMONIKER _HRESULT_TYPEDEF_(0x80040009L) // Not able to get the moniker of the object #define OLE_E_CANT_BINDTOSOURCE _HRESULT_TYPEDEF_(0x8004000AL) // Not able to bind to the source #define OLE_E_STATIC _HRESULT_TYPEDEF_(0x8004000BL) // Object is static; operation not allowed #define OLE_E_PROMPTSAVECANCELLED _HRESULT_TYPEDEF_(0x8004000CL) // User canceled out of save dialog #define OLE_E_INVALIDRECT _HRESULT_TYPEDEF_(0x8004000DL) // Invalid rectangle #define OLE_E_WRONGCOMPOBJ _HRESULT_TYPEDEF_(0x8004000EL) // compobj.dll is too old for the ole2.dll initialized #define OLE_E_INVALIDHWND _HRESULT_TYPEDEF_(0x8004000FL) // Invalid window handle #define OLE_E_NOT_INPLACEACTIVE _HRESULT_TYPEDEF_(0x80040010L) // Object is not in any of the inplace active states #define OLE_E_CANTCONVERT _HRESULT_TYPEDEF_(0x80040011L) // Not able to convert object #define OLE_E_NOSTORAGE _HRESULT_TYPEDEF_(0x80040012L) // Not able to perform the operation because object is not given storage yet #define DV_E_FORMATETC _HRESULT_TYPEDEF_(0x80040064L) // Invalid FORMATETC structure #define DV_E_DVTARGETDEVICE _HRESULT_TYPEDEF_(0x80040065L) // Invalid DVTARGETDEVICE structure #define DV_E_STGMEDIUM _HRESULT_TYPEDEF_(0x80040066L) // Invalid STDGMEDIUM structure #define DV_E_STATDATA _HRESULT_TYPEDEF_(0x80040067L) // Invalid STATDATA structure #define DV_E_LINDEX _HRESULT_TYPEDEF_(0x80040068L) // Invalid lindex #define DV_E_TYMED _HRESULT_TYPEDEF_(0x80040069L) // Invalid tymed #define DV_E_CLIPFORMAT _HRESULT_TYPEDEF_(0x8004006AL) // Invalid clipboard format #define DV_E_DVASPECT _HRESULT_TYPEDEF_(0x8004006BL) // Invalid aspect(s) #define DV_E_DVTARGETDEVICE_SIZE _HRESULT_TYPEDEF_(0x8004006CL) // tdSize parameter of the DVTARGETDEVICE structure is invalid #define DV_E_NOIVIEWOBJECT _HRESULT_TYPEDEF_(0x8004006DL) // Object doesn't support IViewObject interface #define DRAGDROP_E_NOTREGISTERED _HRESULT_TYPEDEF_(0x80040100L) // Trying to revoke a drop target that has not been registered #define DRAGDROP_E_ALREADYREGISTERED _HRESULT_TYPEDEF_(0x80040101L) // This window has already been registered as a drop target #define DRAGDROP_E_INVALIDHWND _HRESULT_TYPEDEF_(0x80040102L) // Invalid window handle #define CLASS_E_NOAGGREGATION _HRESULT_TYPEDEF_(0x80040110L) // Class does not support aggregation (or class object is remote) #define CLASS_E_CLASSNOTAVAILABLE _HRESULT_TYPEDEF_(0x80040111L) // ClassFactory cannot supply requested class #define CLASS_E_NOTLICENSED _HRESULT_TYPEDEF_(0x80040112L) // Class is not licensed for use #define VIEW_E_DRAW _HRESULT_TYPEDEF_(0x80040140L) // Error drawing view #define REGDB_E_READREGDB _HRESULT_TYPEDEF_(0x80040150L) // Could not read key from registry #define REGDB_E_WRITEREGDB _HRESULT_TYPEDEF_(0x80040151L) // Could not write key to registry #define REGDB_E_KEYMISSING _HRESULT_TYPEDEF_(0x80040152L) // Could not find the key in the registry #define REGDB_E_INVALIDVALUE _HRESULT_TYPEDEF_(0x80040153L) // Invalid value for registry #define REGDB_E_CLASSNOTREG _HRESULT_TYPEDEF_(0x80040154L) // Class not registered #define REGDB_E_IIDNOTREG _HRESULT_TYPEDEF_(0x80040155L) // Interface not registered #define REGDB_E_BADTHREADINGMODEL _HRESULT_TYPEDEF_(0x80040156L) // Threading model entry is not valid #define CAT_E_CATIDNOEXIST _HRESULT_TYPEDEF_(0x80040160L) // CATID does not exist #define CAT_E_NODESCRIPTION _HRESULT_TYPEDEF_(0x80040161L) // Description not found #define CS_E_PACKAGE_NOTFOUND _HRESULT_TYPEDEF_(0x80040164L) // No package in the software installation data in the Active Directory meets this criteria. #define CS_E_NOT_DELETABLE _HRESULT_TYPEDEF_(0x80040165L) // Deleting this will break the referential integrity of the software installation data in the Active Directory. #define CS_E_CLASS_NOTFOUND _HRESULT_TYPEDEF_(0x80040166L) // The CLSID was not found in the software installation data in the Active Directory. #define CS_E_INVALID_VERSION _HRESULT_TYPEDEF_(0x80040167L) // The software installation data in the Active Directory is corrupt. #define CS_E_NO_CLASSSTORE _HRESULT_TYPEDEF_(0x80040168L) // There is no software installation data in the Active Directory. #define CS_E_OBJECT_NOTFOUND _HRESULT_TYPEDEF_(0x80040169L) // There is no software installation data object in the Active Directory. #define CS_E_OBJECT_ALREADY_EXISTS _HRESULT_TYPEDEF_(0x8004016AL) // The software installation data object in the Active Directory already exists. #define CS_E_INVALID_PATH _HRESULT_TYPEDEF_(0x8004016BL) // The path to the software installation data in the Active Directory is not correct. #define CS_E_NETWORK_ERROR _HRESULT_TYPEDEF_(0x8004016CL) // A network error interrupted the operation. #define CS_E_ADMIN_LIMIT_EXCEEDED _HRESULT_TYPEDEF_(0x8004016DL) // The size of this object exceeds the maximum size set by the Administrator. #define CS_E_SCHEMA_MISMATCH _HRESULT_TYPEDEF_(0x8004016EL) // The schema for the software installation data in the Active Directory does not match the required schema. #define CS_E_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x8004016FL) // An error occurred in the software installation data in the Active Directory. #define CACHE_E_NOCACHE_UPDATED _HRESULT_TYPEDEF_(0x80040170L) // Cache not updated #define OLEOBJ_E_NOVERBS _HRESULT_TYPEDEF_(0x80040180L) // No verbs for OLE object #define OLEOBJ_E_INVALIDVERB _HRESULT_TYPEDEF_(0x80040181L) // Invalid verb for OLE object #define INPLACE_E_NOTUNDOABLE _HRESULT_TYPEDEF_(0x800401A0L) // Undo is not available #define INPLACE_E_NOTOOLSPACE _HRESULT_TYPEDEF_(0x800401A1L) // Space for tools is not available #define CONVERT10_E_OLESTREAM_GET _HRESULT_TYPEDEF_(0x800401C0L) // OLESTREAM Get method failed #define CONVERT10_E_OLESTREAM_PUT _HRESULT_TYPEDEF_(0x800401C1L) // OLESTREAM Put method failed #define CONVERT10_E_OLESTREAM_FMT _HRESULT_TYPEDEF_(0x800401C2L) // Contents of the OLESTREAM not in correct format #define CONVERT10_E_OLESTREAM_BITMAP_TO_DIB _HRESULT_TYPEDEF_(0x800401C3L) // There was an error in a Windows GDI call while converting the bitmap to a DIB #define CONVERT10_E_STG_FMT _HRESULT_TYPEDEF_(0x800401C4L) // Contents of the IStorage not in correct format #define CONVERT10_E_STG_NO_STD_STREAM _HRESULT_TYPEDEF_(0x800401C5L) // Contents of IStorage is missing one of the standard streams #define CONVERT10_E_STG_DIB_TO_BITMAP _HRESULT_TYPEDEF_(0x800401C6L) // There was an error in a Windows GDI call while converting the DIB to a bitmap. // #define CLIPBRD_E_CANT_OPEN _HRESULT_TYPEDEF_(0x800401D0L) // OpenClipboard Failed #define CLIPBRD_E_CANT_EMPTY _HRESULT_TYPEDEF_(0x800401D1L) // EmptyClipboard Failed #define CLIPBRD_E_CANT_SET _HRESULT_TYPEDEF_(0x800401D2L) // SetClipboard Failed #define CLIPBRD_E_BAD_DATA _HRESULT_TYPEDEF_(0x800401D3L) // Data on clipboard is invalid #define CLIPBRD_E_CANT_CLOSE _HRESULT_TYPEDEF_(0x800401D4L) // CloseClipboard Failed #define MK_E_CONNECTMANUALLY _HRESULT_TYPEDEF_(0x800401E0L) // Moniker needs to be connected manually #define MK_E_EXCEEDEDDEADLINE _HRESULT_TYPEDEF_(0x800401E1L) // Operation exceeded deadline #define MK_E_NEEDGENERIC _HRESULT_TYPEDEF_(0x800401E2L) // Moniker needs to be generic #define MK_E_UNAVAILABLE _HRESULT_TYPEDEF_(0x800401E3L) // Operation unavailable #define MK_E_SYNTAX _HRESULT_TYPEDEF_(0x800401E4L) // Invalid syntax #define MK_E_NOOBJECT _HRESULT_TYPEDEF_(0x800401E5L) // No object for moniker #define MK_E_INVALIDEXTENSION _HRESULT_TYPEDEF_(0x800401E6L) // Bad extension for file #define MK_E_INTERMEDIATEINTERFACENOTSUPPORTED _HRESULT_TYPEDEF_(0x800401E7L) // Intermediate operation failed #define MK_E_NOTBINDABLE _HRESULT_TYPEDEF_(0x800401E8L) // Moniker is not bindable #define MK_E_NOTBOUND _HRESULT_TYPEDEF_(0x800401E9L) // Moniker is not bound #define MK_E_CANTOPENFILE _HRESULT_TYPEDEF_(0x800401EAL) // Moniker cannot open file #define MK_E_MUSTBOTHERUSER _HRESULT_TYPEDEF_(0x800401EBL) // User input required for operation to succeed #define MK_E_NOINVERSE _HRESULT_TYPEDEF_(0x800401ECL) // Moniker class has no inverse #define MK_E_NOSTORAGE _HRESULT_TYPEDEF_(0x800401EDL) // Moniker does not refer to storage #define MK_E_NOPREFIX _HRESULT_TYPEDEF_(0x800401EEL) // No common prefix #define MK_E_ENUMERATION_FAILED _HRESULT_TYPEDEF_(0x800401EFL) // Moniker could not be enumerated #define CO_E_NOTINITIALIZED _HRESULT_TYPEDEF_(0x800401F0L) // CoInitialize has not been called. #define CO_E_ALREADYINITIALIZED _HRESULT_TYPEDEF_(0x800401F1L) // CoInitialize has already been called. #define CO_E_CANTDETERMINECLASS _HRESULT_TYPEDEF_(0x800401F2L) // Class of object cannot be determined #define CO_E_CLASSSTRING _HRESULT_TYPEDEF_(0x800401F3L) // Invalid class string #define CO_E_IIDSTRING _HRESULT_TYPEDEF_(0x800401F4L) // Invalid interface string #define CO_E_APPNOTFOUND _HRESULT_TYPEDEF_(0x800401F5L) // Application not found #define CO_E_APPSINGLEUSE _HRESULT_TYPEDEF_(0x800401F6L) // Application cannot be run more than once #define CO_E_ERRORINAPP _HRESULT_TYPEDEF_(0x800401F7L) // Some error in application program #define CO_E_DLLNOTFOUND _HRESULT_TYPEDEF_(0x800401F8L) // DLL for class not found #define CO_E_ERRORINDLL _HRESULT_TYPEDEF_(0x800401F9L) // Error in the DLL #define CO_E_WRONGOSFORAPP _HRESULT_TYPEDEF_(0x800401FAL) // Wrong OS or OS version for application #define CO_E_OBJNOTREG _HRESULT_TYPEDEF_(0x800401FBL) // Object is not registered #define CO_E_OBJISREG _HRESULT_TYPEDEF_(0x800401FCL) // Object is already registered #define CO_E_OBJNOTCONNECTED _HRESULT_TYPEDEF_(0x800401FDL) // Object is not connected to server #define CO_E_APPDIDNTREG _HRESULT_TYPEDEF_(0x800401FEL) // Application was launched but it didn't register a class factory #define CO_E_RELEASED _HRESULT_TYPEDEF_(0x800401FFL) // Object has been released #define EVENT_S_SOME_SUBSCRIBERS_FAILED _HRESULT_TYPEDEF_(0x00040200L) // An event was able to invoke some but not all of the subscribers #define EVENT_E_ALL_SUBSCRIBERS_FAILED _HRESULT_TYPEDEF_(0x80040201L) // An event was unable to invoke any of the subscribers #define EVENT_S_NOSUBSCRIBERS _HRESULT_TYPEDEF_(0x00040202L) // An event was delivered but there were no subscribers #define EVENT_E_QUERYSYNTAX _HRESULT_TYPEDEF_(0x80040203L) // A syntax error occurred trying to evaluate a query string #define EVENT_E_QUERYFIELD _HRESULT_TYPEDEF_(0x80040204L) // An invalid field name was used in a query string #define EVENT_E_INTERNALEXCEPTION _HRESULT_TYPEDEF_(0x80040205L) // An unexpected exception was raised #define EVENT_E_INTERNALERROR _HRESULT_TYPEDEF_(0x80040206L) // An unexpected internal error was detected #define EVENT_E_INVALID_PER_USER_SID _HRESULT_TYPEDEF_(0x80040207L) // The owner SID on a per-user subscription doesn't exist #define EVENT_E_USER_EXCEPTION _HRESULT_TYPEDEF_(0x80040208L) // A user-supplied component or subscriber raised an exception #define EVENT_E_TOO_MANY_METHODS _HRESULT_TYPEDEF_(0x80040209L) // An interface has too many methods to fire events from #define EVENT_E_MISSING_EVENTCLASS _HRESULT_TYPEDEF_(0x8004020AL) // A subscription cannot be stored unless its event class already exists #define EVENT_E_NOT_ALL_REMOVED _HRESULT_TYPEDEF_(0x8004020BL) // Not all the objects requested could be removed #define EVENT_E_COMPLUS_NOT_INSTALLED _HRESULT_TYPEDEF_(0x8004020CL) // COM+ is required for this operation, but is not installed #define EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT _HRESULT_TYPEDEF_(0x8004020DL) // Cannot modify or delete an object that was not added using the COM+ Admin SDK #define EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT _HRESULT_TYPEDEF_(0x8004020EL) // Cannot modify or delete an object that was added using the COM+ Admin SDK #define EVENT_E_INVALID_EVENT_CLASS_PARTITION _HRESULT_TYPEDEF_(0x8004020FL) // The event class for this subscription is in an invalid partition #define EVENT_E_PER_USER_SID_NOT_LOGGED_ON _HRESULT_TYPEDEF_(0x80040210L) // The owner of the PerUser subscription is not logged on to the system specified #define XACT_E_ALREADYOTHERSINGLEPHASE _HRESULT_TYPEDEF_(0x8004D000L) // Another single phase resource manager has already been enlisted in this transaction. #define XACT_E_CANTRETAIN _HRESULT_TYPEDEF_(0x8004D001L) // A retaining commit or abort is not supported #define XACT_E_COMMITFAILED _HRESULT_TYPEDEF_(0x8004D002L) // The transaction failed to commit for an unknown reason. The transaction was aborted. #define XACT_E_COMMITPREVENTED _HRESULT_TYPEDEF_(0x8004D003L) // Cannot call commit on this transaction object because the calling application did not initiate the transaction. #define XACT_E_HEURISTICABORT _HRESULT_TYPEDEF_(0x8004D004L) // Instead of committing, the resource heuristically aborted. #define XACT_E_HEURISTICCOMMIT _HRESULT_TYPEDEF_(0x8004D005L) // Instead of aborting, the resource heuristically committed. #define XACT_E_HEURISTICDAMAGE _HRESULT_TYPEDEF_(0x8004D006L) // Some of the states of the resource were committed while others were aborted, likely because of heuristic decisions. #define XACT_E_HEURISTICDANGER _HRESULT_TYPEDEF_(0x8004D007L) // Some of the states of the resource may have been committed while others may have been aborted, likely because of heuristic decisions. #define XACT_E_ISOLATIONLEVEL _HRESULT_TYPEDEF_(0x8004D008L) // The requested isolation level is not valid or supported. #define XACT_E_NOASYNC _HRESULT_TYPEDEF_(0x8004D009L) // The transaction manager doesn't support an asynchronous operation for this method. #define XACT_E_NOENLIST _HRESULT_TYPEDEF_(0x8004D00AL) // Unable to enlist in the transaction. #define XACT_E_NOISORETAIN _HRESULT_TYPEDEF_(0x8004D00BL) // The requested semantics of retention of isolation across retaining commit and abort boundaries cannot be supported by this transaction implementation, or isoFlags was not equal to zero. #define XACT_E_NORESOURCE _HRESULT_TYPEDEF_(0x8004D00CL) // There is no resource presently associated with this enlistment #define XACT_E_NOTCURRENT _HRESULT_TYPEDEF_(0x8004D00DL) // The transaction failed to commit due to the failure of optimistic concurrency control in at least one of the resource managers. #define XACT_E_NOTRANSACTION _HRESULT_TYPEDEF_(0x8004D00EL) // The transaction has already been implicitly or explicitly committed or aborted #define XACT_E_NOTSUPPORTED _HRESULT_TYPEDEF_(0x8004D00FL) // An invalid combination of flags was specified #define XACT_E_UNKNOWNRMGRID _HRESULT_TYPEDEF_(0x8004D010L) // The resource manager id is not associated with this transaction or the transaction manager. #define XACT_E_WRONGSTATE _HRESULT_TYPEDEF_(0x8004D011L) // This method was called in the wrong state #define XACT_E_WRONGUOW _HRESULT_TYPEDEF_(0x8004D012L) // The indicated unit of work does not match the unit of work expected by the resource manager. #define XACT_E_XTIONEXISTS _HRESULT_TYPEDEF_(0x8004D013L) // An enlistment in a transaction already exists. #define XACT_E_NOIMPORTOBJECT _HRESULT_TYPEDEF_(0x8004D014L) // An import object for the transaction could not be found. #define XACT_E_INVALIDCOOKIE _HRESULT_TYPEDEF_(0x8004D015L) // The transaction cookie is invalid. #define XACT_E_INDOUBT _HRESULT_TYPEDEF_(0x8004D016L) // The transaction status is in doubt. A communication failure occurred, or a transaction manager or resource manager has failed #define XACT_E_NOTIMEOUT _HRESULT_TYPEDEF_(0x8004D017L) // A time-out was specified, but time-outs are not supported. #define XACT_E_ALREADYINPROGRESS _HRESULT_TYPEDEF_(0x8004D018L) // The requested operation is already in progress for the transaction. #define XACT_E_ABORTED _HRESULT_TYPEDEF_(0x8004D019L) // The transaction has already been aborted. #define XACT_E_LOGFULL _HRESULT_TYPEDEF_(0x8004D01AL) // The Transaction Manager returned a log full error. #define XACT_E_TMNOTAVAILABLE _HRESULT_TYPEDEF_(0x8004D01BL) // The Transaction Manager is not available. #define XACT_E_CONNECTION_DOWN _HRESULT_TYPEDEF_(0x8004D01CL) // A connection with the transaction manager was lost. #define XACT_E_CONNECTION_DENIED _HRESULT_TYPEDEF_(0x8004D01DL) // A request to establish a connection with the transaction manager was denied. #define XACT_E_REENLISTTIMEOUT _HRESULT_TYPEDEF_(0x8004D01EL) // Resource manager reenlistment to determine transaction status timed out. #define XACT_E_TIP_CONNECT_FAILED _HRESULT_TYPEDEF_(0x8004D01FL) // This transaction manager failed to establish a connection with another TIP transaction manager. #define XACT_E_TIP_PROTOCOL_ERROR _HRESULT_TYPEDEF_(0x8004D020L) // This transaction manager encountered a protocol error with another TIP transaction manager. #define XACT_E_TIP_PULL_FAILED _HRESULT_TYPEDEF_(0x8004D021L) // This transaction manager could not propagate a transaction from another TIP transaction manager. #define XACT_E_DEST_TMNOTAVAILABLE _HRESULT_TYPEDEF_(0x8004D022L) // The Transaction Manager on the destination machine is not available. #define XACT_E_TIP_DISABLED _HRESULT_TYPEDEF_(0x8004D023L) // The Transaction Manager has disabled its support for TIP. #define XACT_E_NETWORK_TX_DISABLED _HRESULT_TYPEDEF_(0x8004D024L) // The transaction manager has disabled its support for remote/network transactions. #define XACT_E_PARTNER_NETWORK_TX_DISABLED _HRESULT_TYPEDEF_(0x8004D025L) // The partner transaction manager has disabled its support for remote/network transactions. #define XACT_E_XA_TX_DISABLED _HRESULT_TYPEDEF_(0x8004D026L) // The transaction manager has disabled its support for XA transactions. #define XACT_E_UNABLE_TO_READ_DTC_CONFIG _HRESULT_TYPEDEF_(0x8004D027L) // MSDTC was unable to read its configuration information. #define XACT_E_UNABLE_TO_LOAD_DTC_PROXY _HRESULT_TYPEDEF_(0x8004D028L) // MSDTC was unable to load the dtc proxy dll. #define XACT_E_ABORTING _HRESULT_TYPEDEF_(0x8004D029L) // The local transaction has aborted. #define XACT_E_CLERKNOTFOUND _HRESULT_TYPEDEF_(0x8004D080L) // XACT_E_CLERKNOTFOUND #define XACT_E_CLERKEXISTS _HRESULT_TYPEDEF_(0x8004D081L) // XACT_E_CLERKEXISTS #define XACT_E_RECOVERYINPROGRESS _HRESULT_TYPEDEF_(0x8004D082L) // XACT_E_RECOVERYINPROGRESS #define XACT_E_TRANSACTIONCLOSED _HRESULT_TYPEDEF_(0x8004D083L) // XACT_E_TRANSACTIONCLOSED #define XACT_E_INVALIDLSN _HRESULT_TYPEDEF_(0x8004D084L) // XACT_E_INVALIDLSN #define XACT_E_REPLAYREQUEST _HRESULT_TYPEDEF_(0x8004D085L) // XACT_E_REPLAYREQUEST #define XACT_S_ASYNC _HRESULT_TYPEDEF_(0x0004D000L) // An asynchronous operation was specified. The operation has begun, but its outcome is not known yet. #define XACT_S_DEFECT _HRESULT_TYPEDEF_(0x0004D001L) // XACT_S_DEFECT #define XACT_S_READONLY _HRESULT_TYPEDEF_(0x0004D002L) // The method call succeeded because the transaction was read-only. #define XACT_S_SOMENORETAIN _HRESULT_TYPEDEF_(0x0004D003L) // The transaction was successfully aborted. However, this is a coordinated transaction, and some number of enlisted resources were aborted outright because they could not support abort-retaining semantics #define XACT_S_OKINFORM _HRESULT_TYPEDEF_(0x0004D004L) // No changes were made during this call, but the sink wants another chance to look if any other sinks make further changes. #define XACT_S_MADECHANGESCONTENT _HRESULT_TYPEDEF_(0x0004D005L) // The sink is content and wishes the transaction to proceed. Changes were made to one or more resources during this call. #define XACT_S_MADECHANGESINFORM _HRESULT_TYPEDEF_(0x0004D006L) // The sink is for the moment and wishes the transaction to proceed, but if other changes are made following this return by other event sinks then this sink wants another chance to look #define XACT_S_ALLNORETAIN _HRESULT_TYPEDEF_(0x0004D007L) // The transaction was successfully aborted. However, the abort was non-retaining. #define XACT_S_ABORTING _HRESULT_TYPEDEF_(0x0004D008L) // An abort operation was already in progress. #define XACT_S_SINGLEPHASE _HRESULT_TYPEDEF_(0x0004D009L) // The resource manager has performed a single-phase commit of the transaction. #define XACT_S_LOCALLY_OK _HRESULT_TYPEDEF_(0x0004D00AL) // The local transaction has not aborted. #define XACT_S_LASTRESOURCEMANAGER _HRESULT_TYPEDEF_(0x0004D010L) // The resource manager has requested to be the coordinator (last resource manager) for the transaction. #define CONTEXT_E_ABORTED _HRESULT_TYPEDEF_(0x8004E002L) // The root transaction wanted to commit, but transaction aborted #define CONTEXT_E_ABORTING _HRESULT_TYPEDEF_(0x8004E003L) // You made a method call on a COM+ component that has a transaction that has already aborted or in the process of aborting. #define CONTEXT_E_NOCONTEXT _HRESULT_TYPEDEF_(0x8004E004L) // There is no MTS object context #define CONTEXT_E_WOULD_DEADLOCK _HRESULT_TYPEDEF_(0x8004E005L) // The component is configured to use synchronization and this method call would cause a deadlock to occur. #define CONTEXT_E_SYNCH_TIMEOUT _HRESULT_TYPEDEF_(0x8004E006L) // The component is configured to use synchronization and a thread has timed out waiting to enter the context. #define CONTEXT_E_OLDREF _HRESULT_TYPEDEF_(0x8004E007L) // You made a method call on a COM+ component that has a transaction that has already committed or aborted. #define CONTEXT_E_ROLENOTFOUND _HRESULT_TYPEDEF_(0x8004E00CL) // The specified role was not configured for the application #define CONTEXT_E_TMNOTAVAILABLE _HRESULT_TYPEDEF_(0x8004E00FL) // COM+ was unable to talk to the Microsoft Distributed Transaction Coordinator #define CO_E_ACTIVATIONFAILED _HRESULT_TYPEDEF_(0x8004E021L) // An unexpected error occurred during COM+ Activation. #define CO_E_ACTIVATIONFAILED_EVENTLOGGED _HRESULT_TYPEDEF_(0x8004E022L) // COM+ Activation failed. Check the event log for more information #define CO_E_ACTIVATIONFAILED_CATALOGERROR _HRESULT_TYPEDEF_(0x8004E023L) // COM+ Activation failed due to a catalog or configuration error. #define CO_E_ACTIVATIONFAILED_TIMEOUT _HRESULT_TYPEDEF_(0x8004E024L) // COM+ activation failed because the activation could not be completed in the specified amount of time. #define CO_E_INITIALIZATIONFAILED _HRESULT_TYPEDEF_(0x8004E025L) // COM+ Activation failed because an initialization function failed. Check the event log for more information. #define CONTEXT_E_NOJIT _HRESULT_TYPEDEF_(0x8004E026L) // The requested operation requires that JIT be in the current context and it is not #define CONTEXT_E_NOTRANSACTION _HRESULT_TYPEDEF_(0x8004E027L) // The requested operation requires that the current context have a Transaction, and it does not #define CO_E_THREADINGMODEL_CHANGED _HRESULT_TYPEDEF_(0x8004E028L) // The components threading model has changed after install into a COM+ Application. Please re-install component. #define CO_E_NOIISINTRINSICS _HRESULT_TYPEDEF_(0x8004E029L) // IIS intrinsics not available. Start your work with IIS. #define CO_E_NOCOOKIES _HRESULT_TYPEDEF_(0x8004E02AL) // An attempt to write a cookie failed. #define CO_E_DBERROR _HRESULT_TYPEDEF_(0x8004E02BL) // An attempt to use a database generated a database specific error. #define CO_E_NOTPOOLED _HRESULT_TYPEDEF_(0x8004E02CL) // The COM+ component you created must use object pooling to work. #define CO_E_NOTCONSTRUCTED _HRESULT_TYPEDEF_(0x8004E02DL) // The COM+ component you created must use object construction to work correctly. #define CO_E_NOSYNCHRONIZATION _HRESULT_TYPEDEF_(0x8004E02EL) // The COM+ component requires synchronization, and it is not configured for it. #define CO_E_ISOLEVELMISMATCH _HRESULT_TYPEDEF_(0x8004E02FL) // The TxIsolation Level property for the COM+ component being created is stronger than the TxIsolationLevel for the "root" component for the transaction. The creation failed. #define OLE_S_USEREG _HRESULT_TYPEDEF_(0x00040000L) // Use the registry database to provide the requested information #define OLE_S_STATIC _HRESULT_TYPEDEF_(0x00040001L) // Success, but static #define OLE_S_MAC_CLIPFORMAT _HRESULT_TYPEDEF_(0x00040002L) // Macintosh clipboard format #define DRAGDROP_S_DROP _HRESULT_TYPEDEF_(0x00040100L) // Successful drop took place #define DRAGDROP_S_CANCEL _HRESULT_TYPEDEF_(0x00040101L) // Drag-drop operation canceled #define DRAGDROP_S_USEDEFAULTCURSORS _HRESULT_TYPEDEF_(0x00040102L) // Use the default cursor #define DATA_S_SAMEFORMATETC _HRESULT_TYPEDEF_(0x00040130L) // Data has same FORMATETC #define VIEW_S_ALREADY_FROZEN _HRESULT_TYPEDEF_(0x00040140L) // View is already frozen #define CACHE_S_FORMATETC_NOTSUPPORTED _HRESULT_TYPEDEF_(0x00040170L) // FORMATETC not supported #define CACHE_S_SAMECACHE _HRESULT_TYPEDEF_(0x00040171L) // Same cache #define CACHE_S_SOMECACHES_NOTUPDATED _HRESULT_TYPEDEF_(0x00040172L) // Some cache(s) not updated #define OLEOBJ_S_INVALIDVERB _HRESULT_TYPEDEF_(0x00040180L) // Invalid verb for OLE object #define OLEOBJ_S_CANNOT_DOVERB_NOW _HRESULT_TYPEDEF_(0x00040181L) // Verb number is valid but verb cannot be done now #define OLEOBJ_S_INVALIDHWND _HRESULT_TYPEDEF_(0x00040182L) // Invalid window handle passed #define INPLACE_S_TRUNCATED _HRESULT_TYPEDEF_(0x000401A0L) // Message is too long; some of it had to be truncated before displaying #define CONVERT10_S_NO_PRESENTATION _HRESULT_TYPEDEF_(0x000401C0L) // Unable to convert OLESTREAM to IStorage #define MK_S_REDUCED_TO_SELF _HRESULT_TYPEDEF_(0x000401E2L) // Moniker reduced to itself #define MK_S_ME _HRESULT_TYPEDEF_(0x000401E4L) // Common prefix is this moniker #define MK_S_HIM _HRESULT_TYPEDEF_(0x000401E5L) // Common prefix is input moniker #define MK_S_US _HRESULT_TYPEDEF_(0x000401E6L) // Common prefix is both monikers #define MK_S_MONIKERALREADYREGISTERED _HRESULT_TYPEDEF_(0x000401E7L) // Moniker is already registered in running object table #define SCHED_S_TASK_READY _HRESULT_TYPEDEF_(0x00041300L) // The task is ready to run at its next scheduled time. #define SCHED_S_TASK_RUNNING _HRESULT_TYPEDEF_(0x00041301L) // The task is currently running. #define SCHED_S_TASK_DISABLED _HRESULT_TYPEDEF_(0x00041302L) // The task will not run at the scheduled times because it has been disabled. #define SCHED_S_TASK_HAS_NOT_RUN _HRESULT_TYPEDEF_(0x00041303L) // The task has not yet run. #define SCHED_S_TASK_NO_MORE_RUNS _HRESULT_TYPEDEF_(0x00041304L) // There are no more runs scheduled for this task. #define SCHED_S_TASK_NOT_SCHEDULED _HRESULT_TYPEDEF_(0x00041305L) // One or more of the properties that are needed to run this task on a schedule have not been set. #define SCHED_S_TASK_TERMINATED _HRESULT_TYPEDEF_(0x00041306L) // The last run of the task was terminated by the user. #define SCHED_S_TASK_NO_VALID_TRIGGERS _HRESULT_TYPEDEF_(0x00041307L) // Either the task has no triggers or the existing triggers are disabled or not set. #define SCHED_S_EVENT_TRIGGER _HRESULT_TYPEDEF_(0x00041308L) // Event triggers don't have set run times. #define SCHED_E_TRIGGER_NOT_FOUND _HRESULT_TYPEDEF_(0x80041309L) // Trigger not found. #define SCHED_E_TASK_NOT_READY _HRESULT_TYPEDEF_(0x8004130AL) // One or more of the properties that are needed to run this task have not been set. #define SCHED_E_TASK_NOT_RUNNING _HRESULT_TYPEDEF_(0x8004130BL) // There is no running instance of the task to terminate. #define SCHED_E_SERVICE_NOT_INSTALLED _HRESULT_TYPEDEF_(0x8004130CL) // The Task Scheduler Service is not installed on this computer. #define SCHED_E_CANNOT_OPEN_TASK _HRESULT_TYPEDEF_(0x8004130DL) // The task object could not be opened. #define SCHED_E_INVALID_TASK _HRESULT_TYPEDEF_(0x8004130EL) // The object is either an invalid task object or is not a task object. #define SCHED_E_ACCOUNT_INFORMATION_NOT_SET _HRESULT_TYPEDEF_(0x8004130FL) // No account information could be found in the Task Scheduler security database for the task indicated. #define SCHED_E_ACCOUNT_NAME_NOT_FOUND _HRESULT_TYPEDEF_(0x80041310L) // Unable to establish existence of the account specified. #define SCHED_E_ACCOUNT_DBASE_CORRUPT _HRESULT_TYPEDEF_(0x80041311L) // Corruption was detected in the Task Scheduler security database; the database has been reset. #define SCHED_E_NO_SECURITY_SERVICES _HRESULT_TYPEDEF_(0x80041312L) // Task Scheduler security services are available only on Windows NT. #define SCHED_E_UNKNOWN_OBJECT_VERSION _HRESULT_TYPEDEF_(0x80041313L) // The task object version is either unsupported or invalid. #define SCHED_E_UNSUPPORTED_ACCOUNT_OPTION _HRESULT_TYPEDEF_(0x80041314L) // The task has been configured with an unsupported combination of account settings and run time options. #define SCHED_E_SERVICE_NOT_RUNNING _HRESULT_TYPEDEF_(0x80041315L) // The Task Scheduler Service is not running. #define CO_E_CLASS_CREATE_FAILED _HRESULT_TYPEDEF_(0x80080001L) // Attempt to create a class object failed #define CO_E_SCM_ERROR _HRESULT_TYPEDEF_(0x80080002L) // OLE service could not bind object #define CO_E_SCM_RPC_FAILURE _HRESULT_TYPEDEF_(0x80080003L) // RPC communication failed with OLE service #define CO_E_BAD_PATH _HRESULT_TYPEDEF_(0x80080004L) // Bad path to object #define CO_E_SERVER_EXEC_FAILURE _HRESULT_TYPEDEF_(0x80080005L) // Server execution failed #define CO_E_OBJSRV_RPC_FAILURE _HRESULT_TYPEDEF_(0x80080006L) // OLE service could not communicate with the object server #define MK_E_NO_NORMALIZED _HRESULT_TYPEDEF_(0x80080007L) // Moniker path could not be normalized #define CO_E_SERVER_STOPPING _HRESULT_TYPEDEF_(0x80080008L) // Object server is stopping when OLE service contacts it #define MEM_E_INVALID_ROOT _HRESULT_TYPEDEF_(0x80080009L) // An invalid root block pointer was specified #define MEM_E_INVALID_LINK _HRESULT_TYPEDEF_(0x80080010L) // An allocation chain contained an invalid link pointer #define MEM_E_INVALID_SIZE _HRESULT_TYPEDEF_(0x80080011L) // The requested allocation size was too large #define CO_S_NOTALLINTERFACES _HRESULT_TYPEDEF_(0x00080012L) // Not all the requested interfaces were available #define CO_S_MACHINENAMENOTFOUND _HRESULT_TYPEDEF_(0x00080013L) // The specified machine name was not found in the cache. #define DISP_E_UNKNOWNINTERFACE _HRESULT_TYPEDEF_(0x80020001L) // Unknown interface. #define DISP_E_MEMBERNOTFOUND _HRESULT_TYPEDEF_(0x80020003L) // Member not found. #define DISP_E_PARAMNOTFOUND _HRESULT_TYPEDEF_(0x80020004L) // Parameter not found. #define DISP_E_TYPEMISMATCH _HRESULT_TYPEDEF_(0x80020005L) // Type mismatch. #define DISP_E_UNKNOWNNAME _HRESULT_TYPEDEF_(0x80020006L) // Unknown name. #define DISP_E_NONAMEDARGS _HRESULT_TYPEDEF_(0x80020007L) // No named arguments. #define DISP_E_BADVARTYPE _HRESULT_TYPEDEF_(0x80020008L) // Bad variable type. #define DISP_E_EXCEPTION _HRESULT_TYPEDEF_(0x80020009L) // Exception occurred. #define DISP_E_OVERFLOW _HRESULT_TYPEDEF_(0x8002000AL) // Out of present range. #define DISP_E_BADINDEX _HRESULT_TYPEDEF_(0x8002000BL) // Invalid index. #define DISP_E_UNKNOWNLCID _HRESULT_TYPEDEF_(0x8002000CL) // Unknown language. #define DISP_E_ARRAYISLOCKED _HRESULT_TYPEDEF_(0x8002000DL) // Memory is locked. #define DISP_E_BADPARAMCOUNT _HRESULT_TYPEDEF_(0x8002000EL) // Invalid number of parameters. #define DISP_E_PARAMNOTOPTIONAL _HRESULT_TYPEDEF_(0x8002000FL) // Parameter not optional. #define DISP_E_BADCALLEE _HRESULT_TYPEDEF_(0x80020010L) // Invalid callee. #define DISP_E_NOTACOLLECTION _HRESULT_TYPEDEF_(0x80020011L) // Does not support a collection. #define DISP_E_DIVBYZERO _HRESULT_TYPEDEF_(0x80020012L) // Division by zero. #define DISP_E_BUFFERTOOSMALL _HRESULT_TYPEDEF_(0x80020013L) // Buffer too small #define TYPE_E_BUFFERTOOSMALL _HRESULT_TYPEDEF_(0x80028016L) // Buffer too small. #define TYPE_E_FIELDNOTFOUND _HRESULT_TYPEDEF_(0x80028017L) // Field name not defined in the record. #define TYPE_E_INVDATAREAD _HRESULT_TYPEDEF_(0x80028018L) // Old format or invalid type library. #define TYPE_E_UNSUPFORMAT _HRESULT_TYPEDEF_(0x80028019L) // Old format or invalid type library. #define TYPE_E_REGISTRYACCESS _HRESULT_TYPEDEF_(0x8002801CL) // Error accessing the OLE registry. #define TYPE_E_LIBNOTREGISTERED _HRESULT_TYPEDEF_(0x8002801DL) // Library not registered. #define TYPE_E_UNDEFINEDTYPE _HRESULT_TYPEDEF_(0x80028027L) // Bound to unknown type. #define TYPE_E_QUALIFIEDNAMEDISALLOWED _HRESULT_TYPEDEF_(0x80028028L) // Qualified name disallowed. #define TYPE_E_INVALIDSTATE _HRESULT_TYPEDEF_(0x80028029L) // Invalid forward reference, or reference to uncompiled type. #define TYPE_E_WRONGTYPEKIND _HRESULT_TYPEDEF_(0x8002802AL) // Type mismatch. #define TYPE_E_ELEMENTNOTFOUND _HRESULT_TYPEDEF_(0x8002802BL) // Element not found. #define TYPE_E_AMBIGUOUSNAME _HRESULT_TYPEDEF_(0x8002802CL) // Ambiguous name. #define TYPE_E_NAMECONFLICT _HRESULT_TYPEDEF_(0x8002802DL) // Name already exists in the library. #define TYPE_E_UNKNOWNLCID _HRESULT_TYPEDEF_(0x8002802EL) // Unknown LCID. #define TYPE_E_DLLFUNCTIONNOTFOUND _HRESULT_TYPEDEF_(0x8002802FL) // Function not defined in specified DLL. #define TYPE_E_BADMODULEKIND _HRESULT_TYPEDEF_(0x800288BDL) // Wrong module kind for the operation. #define TYPE_E_SIZETOOBIG _HRESULT_TYPEDEF_(0x800288C5L) // Size may not exceed 64K. #define TYPE_E_DUPLICATEID _HRESULT_TYPEDEF_(0x800288C6L) // Duplicate ID in inheritance hierarchy. #define TYPE_E_INVALIDID _HRESULT_TYPEDEF_(0x800288CFL) // Incorrect inheritance depth in standard OLE hmember. #define TYPE_E_TYPEMISMATCH _HRESULT_TYPEDEF_(0x80028CA0L) // Type mismatch. #define TYPE_E_OUTOFBOUNDS _HRESULT_TYPEDEF_(0x80028CA1L) // Invalid number of arguments. #define TYPE_E_IOERROR _HRESULT_TYPEDEF_(0x80028CA2L) // I/O Error. #define TYPE_E_CANTCREATETMPFILE _HRESULT_TYPEDEF_(0x80028CA3L) // Error creating unique tmp file. #define TYPE_E_CANTLOADLIBRARY _HRESULT_TYPEDEF_(0x80029C4AL) // Error loading type library/DLL. #define TYPE_E_INCONSISTENTPROPFUNCS _HRESULT_TYPEDEF_(0x80029C83L) // Inconsistent property functions. #define TYPE_E_CIRCULARTYPE _HRESULT_TYPEDEF_(0x80029C84L) // Circular dependency between types/modules. #define STG_E_INVALIDFUNCTION _HRESULT_TYPEDEF_(0x80030001L) // Unable to perform requested operation. #define STG_E_FILENOTFOUND _HRESULT_TYPEDEF_(0x80030002L) // %1 could not be found. #define STG_E_PATHNOTFOUND _HRESULT_TYPEDEF_(0x80030003L) // The path %1 could not be found. #define STG_E_TOOMANYOPENFILES _HRESULT_TYPEDEF_(0x80030004L) // There are insufficient resources to open another file. #define STG_E_ACCESSDENIED _HRESULT_TYPEDEF_(0x80030005L) // Access Denied. #define STG_E_INVALIDHANDLE _HRESULT_TYPEDEF_(0x80030006L) // Attempted an operation on an invalid object. #define STG_E_INSUFFICIENTMEMORY _HRESULT_TYPEDEF_(0x80030008L) // There is insufficient memory available to complete operation. #define STG_E_INVALIDPOINTER _HRESULT_TYPEDEF_(0x80030009L) // Invalid pointer error. #define STG_E_NOMOREFILES _HRESULT_TYPEDEF_(0x80030012L) // There are no more entries to return. #define STG_E_DISKISWRITEPROTECTED _HRESULT_TYPEDEF_(0x80030013L) // Disk is write-protected. #define STG_E_SEEKERROR _HRESULT_TYPEDEF_(0x80030019L) // An error occurred during a seek operation. #define STG_E_WRITEFAULT _HRESULT_TYPEDEF_(0x8003001DL) // A disk error occurred during a write operation. #define STG_E_READFAULT _HRESULT_TYPEDEF_(0x8003001EL) // A disk error occurred during a read operation. #define STG_E_SHAREVIOLATION _HRESULT_TYPEDEF_(0x80030020L) // A share violation has occurred. #define STG_E_LOCKVIOLATION _HRESULT_TYPEDEF_(0x80030021L) // A lock violation has occurred. #define STG_E_FILEALREADYEXISTS _HRESULT_TYPEDEF_(0x80030050L) // %1 already exists. #define STG_E_INVALIDPARAMETER _HRESULT_TYPEDEF_(0x80030057L) // Invalid parameter error. #define STG_E_MEDIUMFULL _HRESULT_TYPEDEF_(0x80030070L) // There is insufficient disk space to complete operation. #define STG_E_PROPSETMISMATCHED _HRESULT_TYPEDEF_(0x800300F0L) // Illegal write of non-simple property to simple property set. #define STG_E_ABNORMALAPIEXIT _HRESULT_TYPEDEF_(0x800300FAL) // An API call exited abnormally. #define STG_E_INVALIDHEADER _HRESULT_TYPEDEF_(0x800300FBL) // The file %1 is not a valid compound file. #define STG_E_INVALIDNAME _HRESULT_TYPEDEF_(0x800300FCL) // The name %1 is not valid. #define STG_E_UNKNOWN _HRESULT_TYPEDEF_(0x800300FDL) // An unexpected error occurred. #define STG_E_UNIMPLEMENTEDFUNCTION _HRESULT_TYPEDEF_(0x800300FEL) // That function is not implemented. #define STG_E_INVALIDFLAG _HRESULT_TYPEDEF_(0x800300FFL) // Invalid flag error. #define STG_E_INUSE _HRESULT_TYPEDEF_(0x80030100L) // Attempted to use an object that is busy. #define STG_E_NOTCURRENT _HRESULT_TYPEDEF_(0x80030101L) // The storage has been changed since the last commit. #define STG_E_REVERTED _HRESULT_TYPEDEF_(0x80030102L) // Attempted to use an object that has ceased to exist. #define STG_E_CANTSAVE _HRESULT_TYPEDEF_(0x80030103L) // Can't save. #define STG_E_OLDFORMAT _HRESULT_TYPEDEF_(0x80030104L) // The compound file %1 was produced with an incompatible version of storage. #define STG_E_OLDDLL _HRESULT_TYPEDEF_(0x80030105L) // The compound file %1 was produced with a newer version of storage. #define STG_E_SHAREREQUIRED _HRESULT_TYPEDEF_(0x80030106L) // Share.exe or equivalent is required for operation. #define STG_E_NOTFILEBASEDSTORAGE _HRESULT_TYPEDEF_(0x80030107L) // Illegal operation called on non-file based storage. #define STG_E_EXTANTMARSHALLINGS _HRESULT_TYPEDEF_(0x80030108L) // Illegal operation called on object with extant marshallings. #define STG_E_DOCFILECORRUPT _HRESULT_TYPEDEF_(0x80030109L) // The docfile has been corrupted. #define STG_E_BADBASEADDRESS _HRESULT_TYPEDEF_(0x80030110L) // OLE32.DLL has been loaded at the wrong address. #define STG_E_DOCFILETOOLARGE _HRESULT_TYPEDEF_(0x80030111L) // The compound file is too large for the current implementation #define STG_E_NOTSIMPLEFORMAT _HRESULT_TYPEDEF_(0x80030112L) // The compound file was not created with the STGM_SIMPLE flag #define STG_E_INCOMPLETE _HRESULT_TYPEDEF_(0x80030201L) // The file download was aborted abnormally. The file is incomplete. #define STG_E_TERMINATED _HRESULT_TYPEDEF_(0x80030202L) // The file download has been terminated. #define STG_S_CONVERTED _HRESULT_TYPEDEF_(0x00030200L) // The underlying file was converted to compound file format. #define STG_S_BLOCK _HRESULT_TYPEDEF_(0x00030201L) // The storage operation should block until more data is available. #define STG_S_RETRYNOW _HRESULT_TYPEDEF_(0x00030202L) // The storage operation should retry immediately. #define STG_S_MONITORING _HRESULT_TYPEDEF_(0x00030203L) // The notified event sink will not influence the storage operation. #define STG_S_MULTIPLEOPENS _HRESULT_TYPEDEF_(0x00030204L) // Multiple opens prevent consolidated. (commit succeeded). #define STG_S_CONSOLIDATIONFAILED _HRESULT_TYPEDEF_(0x00030205L) // Consolidation of the storage file failed. (commit succeeded). #define STG_S_CANNOTCONSOLIDATE _HRESULT_TYPEDEF_(0x00030206L) // Consolidation of the storage file is inappropriate. (commit succeeded). #define STG_E_STATUS_COPY_PROTECTION_FAILURE _HRESULT_TYPEDEF_(0x80030305L) // Generic Copy Protection Error. #define STG_E_CSS_AUTHENTICATION_FAILURE _HRESULT_TYPEDEF_(0x80030306L) // Copy Protection Error - DVD CSS Authentication failed. #define STG_E_CSS_KEY_NOT_PRESENT _HRESULT_TYPEDEF_(0x80030307L) // Copy Protection Error - The given sector does not have a valid CSS key. #define STG_E_CSS_KEY_NOT_ESTABLISHED _HRESULT_TYPEDEF_(0x80030308L) // Copy Protection Error - DVD session key not established. #define STG_E_CSS_SCRAMBLED_SECTOR _HRESULT_TYPEDEF_(0x80030309L) // Copy Protection Error - The read failed because the sector is encrypted. #define STG_E_CSS_REGION_MISMATCH _HRESULT_TYPEDEF_(0x8003030AL) // Copy Protection Error - The current DVD's region does not correspond to the region setting of the drive. #define STG_E_RESETS_EXHAUSTED _HRESULT_TYPEDEF_(0x8003030BL) // Copy Protection Error - The drive's region setting may be permanent or the number of user resets has been exhausted. #define RPC_E_CALL_REJECTED _HRESULT_TYPEDEF_(0x80010001L) // Call was rejected by callee. #define RPC_E_CALL_CANCELED _HRESULT_TYPEDEF_(0x80010002L) // Call was canceled by the message filter. #define RPC_E_CANTPOST_INSENDCALL _HRESULT_TYPEDEF_(0x80010003L) // The caller is dispatching an intertask SendMessage call and cannot call out via PostMessage. #define RPC_E_CANTCALLOUT_INASYNCCALL _HRESULT_TYPEDEF_(0x80010004L) // The caller is dispatching an asynchronous call and cannot make an outgoing call on behalf of this call. #define RPC_E_CANTCALLOUT_INEXTERNALCALL _HRESULT_TYPEDEF_(0x80010005L) // It is illegal to call out while inside message filter. #define RPC_E_CONNECTION_TERMINATED _HRESULT_TYPEDEF_(0x80010006L) // The connection terminated or is in a bogus state and cannot be used any more. Other connections are still valid. #define RPC_E_SERVER_DIED _HRESULT_TYPEDEF_(0x80010007L) // The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call may have executed. #define RPC_E_CLIENT_DIED _HRESULT_TYPEDEF_(0x80010008L) // The caller (client) disappeared while the callee (server) was processing a call. #define RPC_E_INVALID_DATAPACKET _HRESULT_TYPEDEF_(0x80010009L) // The data packet with the marshalled parameter data is incorrect. #define RPC_E_CANTTRANSMIT_CALL _HRESULT_TYPEDEF_(0x8001000AL) // The call was not transmitted properly; the message queue was full and was not emptied after yielding. #define RPC_E_CLIENT_CANTMARSHAL_DATA _HRESULT_TYPEDEF_(0x8001000BL) // The client (caller) cannot marshall the parameter data - low memory, etc. #define RPC_E_CLIENT_CANTUNMARSHAL_DATA _HRESULT_TYPEDEF_(0x8001000CL) // The client (caller) cannot unmarshall the return data - low memory, etc. #define RPC_E_SERVER_CANTMARSHAL_DATA _HRESULT_TYPEDEF_(0x8001000DL) // The server (callee) cannot marshall the return data - low memory, etc. #define RPC_E_SERVER_CANTUNMARSHAL_DATA _HRESULT_TYPEDEF_(0x8001000EL) // The server (callee) cannot unmarshall the parameter data - low memory, etc. #define RPC_E_INVALID_DATA _HRESULT_TYPEDEF_(0x8001000FL) // Received data is invalid; could be server or client data. #define RPC_E_INVALID_PARAMETER _HRESULT_TYPEDEF_(0x80010010L) // A particular parameter is invalid and cannot be (un)marshalled. #define RPC_E_CANTCALLOUT_AGAIN _HRESULT_TYPEDEF_(0x80010011L) // There is no second outgoing call on same channel in DDE conversation. #define RPC_E_SERVER_DIED_DNE _HRESULT_TYPEDEF_(0x80010012L) // The callee (server [not server application]) is not available and disappeared; all connections are invalid. The call did not execute. #define RPC_E_SYS_CALL_FAILED _HRESULT_TYPEDEF_(0x80010100L) // System call failed. #define RPC_E_OUT_OF_RESOURCES _HRESULT_TYPEDEF_(0x80010101L) // Could not allocate some required resource (memory, events, ...) #define RPC_E_ATTEMPTED_MULTITHREAD _HRESULT_TYPEDEF_(0x80010102L) // Attempted to make calls on more than one thread in single threaded mode. #define RPC_E_NOT_REGISTERED _HRESULT_TYPEDEF_(0x80010103L) // The requested interface is not registered on the server object. #define RPC_E_FAULT _HRESULT_TYPEDEF_(0x80010104L) // RPC could not call the server or could not return the results of calling the server. #define RPC_E_SERVERFAULT _HRESULT_TYPEDEF_(0x80010105L) // The server threw an exception. #define RPC_E_CHANGED_MODE _HRESULT_TYPEDEF_(0x80010106L) // Cannot change thread mode after it is set. #define RPC_E_INVALIDMETHOD _HRESULT_TYPEDEF_(0x80010107L) // The method called does not exist on the server. #define RPC_E_DISCONNECTED _HRESULT_TYPEDEF_(0x80010108L) // The object invoked has disconnected from its clients. #define RPC_E_RETRY _HRESULT_TYPEDEF_(0x80010109L) // The object invoked chose not to process the call now. Try again later. #define RPC_E_SERVERCALL_RETRYLATER _HRESULT_TYPEDEF_(0x8001010AL) // The message filter indicated that the application is busy. #define RPC_E_SERVERCALL_REJECTED _HRESULT_TYPEDEF_(0x8001010BL) // The message filter rejected the call. #define RPC_E_INVALID_CALLDATA _HRESULT_TYPEDEF_(0x8001010CL) // A call control interfaces was called with invalid data. #define RPC_E_CANTCALLOUT_ININPUTSYNCCALL _HRESULT_TYPEDEF_(0x8001010DL) // An outgoing call cannot be made since the application is dispatching an input-synchronous call. #define RPC_E_WRONG_THREAD _HRESULT_TYPEDEF_(0x8001010EL) // The application called an interface that was marshalled for a different thread. #define RPC_E_THREAD_NOT_INIT _HRESULT_TYPEDEF_(0x8001010FL) // CoInitialize has not been called on the current thread. #define RPC_E_VERSION_MISMATCH _HRESULT_TYPEDEF_(0x80010110L) // The version of OLE on the client and server machines does not match. #define RPC_E_INVALID_HEADER _HRESULT_TYPEDEF_(0x80010111L) // OLE received a packet with an invalid header. #define RPC_E_INVALID_EXTENSION _HRESULT_TYPEDEF_(0x80010112L) // OLE received a packet with an invalid extension. #define RPC_E_INVALID_IPID _HRESULT_TYPEDEF_(0x80010113L) // The requested object or interface does not exist. #define RPC_E_INVALID_OBJECT _HRESULT_TYPEDEF_(0x80010114L) // The requested object does not exist. #define RPC_S_CALLPENDING _HRESULT_TYPEDEF_(0x80010115L) // OLE has sent a request and is waiting for a reply. #define RPC_S_WAITONTIMER _HRESULT_TYPEDEF_(0x80010116L) // OLE is waiting before retrying a request. #define RPC_E_CALL_COMPLETE _HRESULT_TYPEDEF_(0x80010117L) // Call context cannot be accessed after call completed. #define RPC_E_UNSECURE_CALL _HRESULT_TYPEDEF_(0x80010118L) // Impersonate on unsecure calls is not supported. #define RPC_E_TOO_LATE _HRESULT_TYPEDEF_(0x80010119L) // Security must be initialized before any interfaces are marshalled or unmarshalled. It cannot be changed once initialized. #define RPC_E_NO_GOOD_SECURITY_PACKAGES _HRESULT_TYPEDEF_(0x8001011AL) // No security packages are installed on this machine or the user is not logged on or there are no compatible security packages between the client and server. #define RPC_E_ACCESS_DENIED _HRESULT_TYPEDEF_(0x8001011BL) // Access is denied. #define RPC_E_REMOTE_DISABLED _HRESULT_TYPEDEF_(0x8001011CL) // Remote calls are not allowed for this process. #define RPC_E_INVALID_OBJREF _HRESULT_TYPEDEF_(0x8001011DL) // The marshaled interface data packet (OBJREF) has an invalid or unknown format. #define RPC_E_NO_CONTEXT _HRESULT_TYPEDEF_(0x8001011EL) // No context is associated with this call. This happens for some custom marshalled calls and on the client side of the call. #define RPC_E_TIMEOUT _HRESULT_TYPEDEF_(0x8001011FL) // This operation returned because the timeout period expired. #define RPC_E_NO_SYNC _HRESULT_TYPEDEF_(0x80010120L) // There are no synchronize objects to wait on. #define RPC_E_FULLSIC_REQUIRED _HRESULT_TYPEDEF_(0x80010121L) // Full subject issuer chain SSL principal name expected from the server. #define RPC_E_INVALID_STD_NAME _HRESULT_TYPEDEF_(0x80010122L) // Principal name is not a valid MSSTD name. #define CO_E_FAILEDTOIMPERSONATE _HRESULT_TYPEDEF_(0x80010123L) // Unable to impersonate DCOM client #define CO_E_FAILEDTOGETSECCTX _HRESULT_TYPEDEF_(0x80010124L) // Unable to obtain server's security context #define CO_E_FAILEDTOOPENTHREADTOKEN _HRESULT_TYPEDEF_(0x80010125L) // Unable to open the access token of the current thread #define CO_E_FAILEDTOGETTOKENINFO _HRESULT_TYPEDEF_(0x80010126L) // Unable to obtain user info from an access token #define CO_E_TRUSTEEDOESNTMATCHCLIENT _HRESULT_TYPEDEF_(0x80010127L) // The client who called IAccessControl::IsAccessPermitted was not the trustee provided to the method #define CO_E_FAILEDTOQUERYCLIENTBLANKET _HRESULT_TYPEDEF_(0x80010128L) // Unable to obtain the client's security blanket #define CO_E_FAILEDTOSETDACL _HRESULT_TYPEDEF_(0x80010129L) // Unable to set a discretionary ACL into a security descriptor #define CO_E_ACCESSCHECKFAILED _HRESULT_TYPEDEF_(0x8001012AL) // The system function, AccessCheck, returned false #define CO_E_NETACCESSAPIFAILED _HRESULT_TYPEDEF_(0x8001012BL) // Either NetAccessDel or NetAccessAdd returned an error code. #define CO_E_WRONGTRUSTEENAMESYNTAX _HRESULT_TYPEDEF_(0x8001012CL) // One of the trustee strings provided by the user did not conform to the \ syntax and it was not the "*" string #define CO_E_INVALIDSID _HRESULT_TYPEDEF_(0x8001012DL) // One of the security identifiers provided by the user was invalid #define CO_E_CONVERSIONFAILED _HRESULT_TYPEDEF_(0x8001012EL) // Unable to convert a wide character trustee string to a multibyte trustee string #define CO_E_NOMATCHINGSIDFOUND _HRESULT_TYPEDEF_(0x8001012FL) // Unable to find a security identifier that corresponds to a trustee string provided by the user #define CO_E_LOOKUPACCSIDFAILED _HRESULT_TYPEDEF_(0x80010130L) // The system function, LookupAccountSID, failed #define CO_E_NOMATCHINGNAMEFOUND _HRESULT_TYPEDEF_(0x80010131L) // Unable to find a trustee name that corresponds to a security identifier provided by the user #define CO_E_LOOKUPACCNAMEFAILED _HRESULT_TYPEDEF_(0x80010132L) // The system function, LookupAccountName, failed #define CO_E_SETSERLHNDLFAILED _HRESULT_TYPEDEF_(0x80010133L) // Unable to set or reset a serialization handle #define CO_E_FAILEDTOGETWINDIR _HRESULT_TYPEDEF_(0x80010134L) // Unable to obtain the Windows directory #define CO_E_PATHTOOLONG _HRESULT_TYPEDEF_(0x80010135L) // Path too long #define CO_E_FAILEDTOGENUUID _HRESULT_TYPEDEF_(0x80010136L) // Unable to generate a uuid. #define CO_E_FAILEDTOCREATEFILE _HRESULT_TYPEDEF_(0x80010137L) // Unable to create file #define CO_E_FAILEDTOCLOSEHANDLE _HRESULT_TYPEDEF_(0x80010138L) // Unable to close a serialization handle or a file handle. #define CO_E_EXCEEDSYSACLLIMIT _HRESULT_TYPEDEF_(0x80010139L) // The number of ACEs in an ACL exceeds the system limit. #define CO_E_ACESINWRONGORDER _HRESULT_TYPEDEF_(0x8001013AL) // Not all the DENY_ACCESS ACEs are arranged in front of the GRANT_ACCESS ACEs in the stream. #define CO_E_INCOMPATIBLESTREAMVERSION _HRESULT_TYPEDEF_(0x8001013BL) // The version of ACL format in the stream is not supported by this implementation of IAccessControl #define CO_E_FAILEDTOOPENPROCESSTOKEN _HRESULT_TYPEDEF_(0x8001013CL) // Unable to open the access token of the server process #define CO_E_DECODEFAILED _HRESULT_TYPEDEF_(0x8001013DL) // Unable to decode the ACL in the stream provided by the user #define CO_E_ACNOTINITIALIZED _HRESULT_TYPEDEF_(0x8001013FL) // The COM IAccessControl object is not initialized #define CO_E_CANCEL_DISABLED _HRESULT_TYPEDEF_(0x80010140L) // Call Cancellation is disabled #define RPC_E_UNEXPECTED _HRESULT_TYPEDEF_(0x8001FFFFL) // An internal error occurred. #define ERROR_AUDITING_DISABLED _HRESULT_TYPEDEF_(0xC0090001L) // The specified event is currently not being audited. #define ERROR_ALL_SIDS_FILTERED _HRESULT_TYPEDEF_(0xC0090002L) // The SID filtering operation removed all SIDs. #define NTE_BAD_UID _HRESULT_TYPEDEF_(0x80090001L) // Bad UID. #define NTE_BAD_HASH _HRESULT_TYPEDEF_(0x80090002L) // Bad Hash. #define NTE_BAD_KEY _HRESULT_TYPEDEF_(0x80090003L) // Bad Key. #define NTE_BAD_LEN _HRESULT_TYPEDEF_(0x80090004L) // Bad Length. #define NTE_BAD_DATA _HRESULT_TYPEDEF_(0x80090005L) // Bad Data. #define NTE_BAD_SIGNATURE _HRESULT_TYPEDEF_(0x80090006L) // Invalid Signature. #define NTE_BAD_VER _HRESULT_TYPEDEF_(0x80090007L) // Bad Version of provider. #define NTE_BAD_ALGID _HRESULT_TYPEDEF_(0x80090008L) // Invalid algorithm specified. #define NTE_BAD_FLAGS _HRESULT_TYPEDEF_(0x80090009L) // Invalid flags specified. #define NTE_BAD_TYPE _HRESULT_TYPEDEF_(0x8009000AL) // Invalid type specified. #define NTE_BAD_KEY_STATE _HRESULT_TYPEDEF_(0x8009000BL) // Key not valid for use in specified state. #define NTE_BAD_HASH_STATE _HRESULT_TYPEDEF_(0x8009000CL) // Hash not valid for use in specified state. #define NTE_NO_KEY _HRESULT_TYPEDEF_(0x8009000DL) // Key does not exist. #define NTE_NO_MEMORY _HRESULT_TYPEDEF_(0x8009000EL) // Insufficient memory available for the operation. #define NTE_EXISTS _HRESULT_TYPEDEF_(0x8009000FL) // Object already exists. #define NTE_PERM _HRESULT_TYPEDEF_(0x80090010L) // Access denied. #define NTE_NOT_FOUND _HRESULT_TYPEDEF_(0x80090011L) // Object was not found. #define NTE_DOUBLE_ENCRYPT _HRESULT_TYPEDEF_(0x80090012L) // Data already encrypted. #define NTE_BAD_PROVIDER _HRESULT_TYPEDEF_(0x80090013L) // Invalid provider specified. #define NTE_BAD_PROV_TYPE _HRESULT_TYPEDEF_(0x80090014L) // Invalid provider type specified. #define NTE_BAD_PUBLIC_KEY _HRESULT_TYPEDEF_(0x80090015L) // Provider's public key is invalid. #define NTE_BAD_KEYSET _HRESULT_TYPEDEF_(0x80090016L) // Keyset does not exist #define NTE_PROV_TYPE_NOT_DEF _HRESULT_TYPEDEF_(0x80090017L) // Provider type not defined. #define NTE_PROV_TYPE_ENTRY_BAD _HRESULT_TYPEDEF_(0x80090018L) // Provider type as registered is invalid. #define NTE_KEYSET_NOT_DEF _HRESULT_TYPEDEF_(0x80090019L) // The keyset is not defined. #define NTE_KEYSET_ENTRY_BAD _HRESULT_TYPEDEF_(0x8009001AL) // Keyset as registered is invalid. #define NTE_PROV_TYPE_NO_MATCH _HRESULT_TYPEDEF_(0x8009001BL) // Provider type does not match registered value. #define NTE_SIGNATURE_FILE_BAD _HRESULT_TYPEDEF_(0x8009001CL) // The digital signature file is corrupt. #define NTE_PROVIDER_DLL_FAIL _HRESULT_TYPEDEF_(0x8009001DL) // Provider DLL failed to initialize correctly. #define NTE_PROV_DLL_NOT_FOUND _HRESULT_TYPEDEF_(0x8009001EL) // Provider DLL could not be found. #define NTE_BAD_KEYSET_PARAM _HRESULT_TYPEDEF_(0x8009001FL) // The Keyset parameter is invalid. #define NTE_FAIL _HRESULT_TYPEDEF_(0x80090020L) // An internal error occurred. #define NTE_SYS_ERR _HRESULT_TYPEDEF_(0x80090021L) // A base error occurred. #define NTE_SILENT_CONTEXT _HRESULT_TYPEDEF_(0x80090022L) // Provider could not perform the action since the context was acquired as silent. #define NTE_TOKEN_KEYSET_STORAGE_FULL _HRESULT_TYPEDEF_(0x80090023L) // The security token does not have storage space available for an additional container. #define NTE_TEMPORARY_PROFILE _HRESULT_TYPEDEF_(0x80090024L) // The profile for the user is a temporary profile. #define NTE_FIXEDPARAMETER _HRESULT_TYPEDEF_(0x80090025L) // The key parameters could not be set because the CSP uses fixed parameters. #define SEC_E_INSUFFICIENT_MEMORY _HRESULT_TYPEDEF_(0x80090300L) // Not enough memory is available to complete this request #define SEC_E_INVALID_HANDLE _HRESULT_TYPEDEF_(0x80090301L) // The handle specified is invalid #define SEC_E_UNSUPPORTED_FUNCTION _HRESULT_TYPEDEF_(0x80090302L) // The function requested is not supported #define SEC_E_TARGET_UNKNOWN _HRESULT_TYPEDEF_(0x80090303L) // The specified target is unknown or unreachable #define SEC_E_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x80090304L) // The Local Security Authority cannot be contacted #define SEC_E_SECPKG_NOT_FOUND _HRESULT_TYPEDEF_(0x80090305L) // The requested security package does not exist #define SEC_E_NOT_OWNER _HRESULT_TYPEDEF_(0x80090306L) // The caller is not the owner of the desired credentials #define SEC_E_CANNOT_INSTALL _HRESULT_TYPEDEF_(0x80090307L) // The security package failed to initialize, and cannot be installed #define SEC_E_INVALID_TOKEN _HRESULT_TYPEDEF_(0x80090308L) // The token supplied to the function is invalid #define SEC_E_CANNOT_PACK _HRESULT_TYPEDEF_(0x80090309L) // The security package is not able to marshall the logon buffer, so the logon attempt has failed #define SEC_E_QOP_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009030AL) // The per-message Quality of Protection is not supported by the security package #define SEC_E_NO_IMPERSONATION _HRESULT_TYPEDEF_(0x8009030BL) // The security context does not allow impersonation of the client #define SEC_E_LOGON_DENIED _HRESULT_TYPEDEF_(0x8009030CL) // The logon attempt failed #define SEC_E_UNKNOWN_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030DL) // The credentials supplied to the package were not recognized #define SEC_E_NO_CREDENTIALS _HRESULT_TYPEDEF_(0x8009030EL) // No credentials are available in the security package #define SEC_E_MESSAGE_ALTERED _HRESULT_TYPEDEF_(0x8009030FL) // The message or signature supplied for verification has been altered #define SEC_E_OUT_OF_SEQUENCE _HRESULT_TYPEDEF_(0x80090310L) // The message supplied for verification is out of sequence #define SEC_E_NO_AUTHENTICATING_AUTHORITY _HRESULT_TYPEDEF_(0x80090311L) // No authority could be contacted for authentication. #define SEC_I_CONTINUE_NEEDED _HRESULT_TYPEDEF_(0x00090312L) // The function completed successfully, but must be called again to complete the context #define SEC_I_COMPLETE_NEEDED _HRESULT_TYPEDEF_(0x00090313L) // The function completed successfully, but CompleteToken must be called #define SEC_I_COMPLETE_AND_CONTINUE _HRESULT_TYPEDEF_(0x00090314L) // The function completed successfully, but both CompleteToken and this function must be called to complete the context #define SEC_I_LOCAL_LOGON _HRESULT_TYPEDEF_(0x00090315L) // The logon was completed, but no network authority was available. The logon was made using locally known information #define SEC_E_BAD_PKGID _HRESULT_TYPEDEF_(0x80090316L) // The requested security package does not exist #define SEC_E_CONTEXT_EXPIRED _HRESULT_TYPEDEF_(0x80090317L) // The context has expired and can no longer be used. #define SEC_I_CONTEXT_EXPIRED _HRESULT_TYPEDEF_(0x00090317L) // The context has expired and can no longer be used. #define SEC_E_INCOMPLETE_MESSAGE _HRESULT_TYPEDEF_(0x80090318L) // The supplied message is incomplete. The signature was not verified. #define SEC_E_INCOMPLETE_CREDENTIALS _HRESULT_TYPEDEF_(0x80090320L) // The credentials supplied were not complete, and could not be verified. The context could not be initialized. #define SEC_E_BUFFER_TOO_SMALL _HRESULT_TYPEDEF_(0x80090321L) // The buffers supplied to a function was too small. #define SEC_I_INCOMPLETE_CREDENTIALS _HRESULT_TYPEDEF_(0x00090320L) // The credentials supplied were not complete, and could not be verified. Additional information can be returned from the context. #define SEC_I_RENEGOTIATE _HRESULT_TYPEDEF_(0x00090321L) // The context data must be renegotiated with the peer. #define SEC_E_WRONG_PRINCIPAL _HRESULT_TYPEDEF_(0x80090322L) // The target principal name is incorrect. #define SEC_I_NO_LSA_CONTEXT _HRESULT_TYPEDEF_(0x00090323L) // There is no LSA mode context associated with this context. #define SEC_E_TIME_SKEW _HRESULT_TYPEDEF_(0x80090324L) // The clocks on the client and server machines are skewed. #define SEC_E_UNTRUSTED_ROOT _HRESULT_TYPEDEF_(0x80090325L) // The certificate chain was issued by an authority that is not trusted. #define SEC_E_ILLEGAL_MESSAGE _HRESULT_TYPEDEF_(0x80090326L) // The message received was unexpected or badly formatted. #define SEC_E_CERT_UNKNOWN _HRESULT_TYPEDEF_(0x80090327L) // An unknown error occurred while processing the certificate. #define SEC_E_CERT_EXPIRED _HRESULT_TYPEDEF_(0x80090328L) // The received certificate has expired. #define SEC_E_ENCRYPT_FAILURE _HRESULT_TYPEDEF_(0x80090329L) // The specified data could not be encrypted. #define SEC_E_DECRYPT_FAILURE _HRESULT_TYPEDEF_(0x80090330L) // The specified data could not be decrypted. // #define SEC_E_ALGORITHM_MISMATCH _HRESULT_TYPEDEF_(0x80090331L) // The client and server cannot communicate, because they do not possess a common algorithm. #define SEC_E_SECURITY_QOS_FAILED _HRESULT_TYPEDEF_(0x80090332L) // The security context could not be established due to a failure in the requested quality of service (e.g. mutual authentication or delegation). #define SEC_E_UNFINISHED_CONTEXT_DELETED _HRESULT_TYPEDEF_(0x80090333L) // A security context was deleted before the context was completed. This is considered a logon failure. #define SEC_E_NO_TGT_REPLY _HRESULT_TYPEDEF_(0x80090334L) // The client is trying to negotiate a context and the server requires user-to-user but didn't send a TGT reply. #define SEC_E_NO_IP_ADDRESSES _HRESULT_TYPEDEF_(0x80090335L) // Unable to accomplish the requested task because the local machine does not have any IP addresses. #define SEC_E_WRONG_CREDENTIAL_HANDLE _HRESULT_TYPEDEF_(0x80090336L) // The supplied credential handle does not match the credential associated with the security context. #define SEC_E_CRYPTO_SYSTEM_INVALID _HRESULT_TYPEDEF_(0x80090337L) // The crypto system or checksum function is invalid because a required function is unavailable. #define SEC_E_MAX_REFERRALS_EXCEEDED _HRESULT_TYPEDEF_(0x80090338L) // The number of maximum ticket referrals has been exceeded. #define SEC_E_MUST_BE_KDC _HRESULT_TYPEDEF_(0x80090339L) // The local machine must be a Kerberos KDC (domain controller) and it is not. #define SEC_E_STRONG_CRYPTO_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009033AL) // The other end of the security negotiation is requires strong crypto but it is not supported on the local machine. #define SEC_E_TOO_MANY_PRINCIPALS _HRESULT_TYPEDEF_(0x8009033BL) // The KDC reply contained more than one principal name. #define SEC_E_NO_PA_DATA _HRESULT_TYPEDEF_(0x8009033CL) // Expected to find PA data for a hint of what etype to use, but it was not found. #define SEC_E_PKINIT_NAME_MISMATCH _HRESULT_TYPEDEF_(0x8009033DL) // The client certificate does not contain a valid UPN, or does not match the client name // in the logon request. Please contact your administrator. #define SEC_E_SMARTCARD_LOGON_REQUIRED _HRESULT_TYPEDEF_(0x8009033EL) // Smartcard logon is required and was not used. #define SEC_E_SHUTDOWN_IN_PROGRESS _HRESULT_TYPEDEF_(0x8009033FL) // A system shutdown is in progress. #define SEC_E_KDC_INVALID_REQUEST _HRESULT_TYPEDEF_(0x80090340L) // An invalid request was sent to the KDC. #define SEC_E_KDC_UNABLE_TO_REFER _HRESULT_TYPEDEF_(0x80090341L) // The KDC was unable to generate a referral for the service requested. #define SEC_E_KDC_UNKNOWN_ETYPE _HRESULT_TYPEDEF_(0x80090342L) // The encryption type requested is not supported by the KDC. #define SEC_E_UNSUPPORTED_PREAUTH _HRESULT_TYPEDEF_(0x80090343L) // An unsupported preauthentication mechanism was presented to the kerberos package. #define SEC_E_DELEGATION_REQUIRED _HRESULT_TYPEDEF_(0x80090345L) // The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation. #define SEC_E_BAD_BINDINGS _HRESULT_TYPEDEF_(0x80090346L) // Client's supplied SSPI channel bindings were incorrect. #define SEC_E_MULTIPLE_ACCOUNTS _HRESULT_TYPEDEF_(0x80090347L) // The received certificate was mapped to multiple accounts. #define SEC_E_NO_KERB_KEY _HRESULT_TYPEDEF_(0x80090348L) // SEC_E_NO_KERB_KEY #define SEC_E_CERT_WRONG_USAGE _HRESULT_TYPEDEF_(0x80090349L) // The certificate is not valid for the requested usage. #define SEC_E_DOWNGRADE_DETECTED _HRESULT_TYPEDEF_(0x80090350L) // The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you. #define SEC_E_SMARTCARD_CERT_REVOKED _HRESULT_TYPEDEF_(0x80090351L) // The smartcard certificate used for authentication has been revoked. // Please contact your system administrator. There may be additional information in the // event log. #define SEC_E_ISSUING_CA_UNTRUSTED _HRESULT_TYPEDEF_(0x80090352L) // An untrusted certificate authority was detected While processing the // smartcard certificate used for authentication. Please contact your system // administrator. #define SEC_E_REVOCATION_OFFLINE_C _HRESULT_TYPEDEF_(0x80090353L) // The revocation status of the smartcard certificate used for // authentication could not be determined. Please contact your system administrator. #define SEC_E_PKINIT_CLIENT_FAILURE _HRESULT_TYPEDEF_(0x80090354L) // The smartcard certificate used for authentication was not trusted. Please // contact your system administrator. #define SEC_E_SMARTCARD_CERT_EXPIRED _HRESULT_TYPEDEF_(0x80090355L) // The smartcard certificate used for authentication has expired. Please // contact your system administrator. #define SEC_E_NO_S4U_PROT_SUPPORT _HRESULT_TYPEDEF_(0x80090356L) // The Kerberos subsystem encountered an error. A service for user protocol request was made // against a domain controller which does not support service for user. #define SEC_E_CROSSREALM_DELEGATION_FAILURE _HRESULT_TYPEDEF_(0x80090357L) // An attempt was made by this server to make a Kerberos constrained delegation request for a target // outside of the server's realm. This is not supported, and indicates a misconfiguration on this // server's allowed to delegate to list. Please contact your administrator. #define SEC_E_REVOCATION_OFFLINE_KDC _HRESULT_TYPEDEF_(0x80090358L) // The revocation status of the domain controller certificate used for smartcard // authentication could not be determined. There is additional information in the system event // log. Please contact your system administrator. #define SEC_E_ISSUING_CA_UNTRUSTED_KDC _HRESULT_TYPEDEF_(0x80090359L) // An untrusted certificate authority was detected while processing the // domain controller certificate used for authentication. There is additional information in // the system event log. Please contact your system administrator. #define SEC_E_KDC_CERT_EXPIRED _HRESULT_TYPEDEF_(0x8009035AL) // The domain controller certificate used for smartcard logon has expired. // Please contact your system administrator with the contents of your system event log. #define SEC_E_KDC_CERT_REVOKED _HRESULT_TYPEDEF_(0x8009035BL) // The domain controller certificate used for smartcard logon has been revoked. // Please contact your system administrator with the contents of your system event log. #define CRYPT_E_MSG_ERROR _HRESULT_TYPEDEF_(0x80091001L) // An error occurred while performing an operation on a cryptographic message. #define CRYPT_E_UNKNOWN_ALGO _HRESULT_TYPEDEF_(0x80091002L) // Unknown cryptographic algorithm. #define CRYPT_E_OID_FORMAT _HRESULT_TYPEDEF_(0x80091003L) // The object identifier is poorly formatted. #define CRYPT_E_INVALID_MSG_TYPE _HRESULT_TYPEDEF_(0x80091004L) // Invalid cryptographic message type. #define CRYPT_E_UNEXPECTED_ENCODING _HRESULT_TYPEDEF_(0x80091005L) // Unexpected cryptographic message encoding. #define CRYPT_E_AUTH_ATTR_MISSING _HRESULT_TYPEDEF_(0x80091006L) // The cryptographic message does not contain an expected authenticated attribute. #define CRYPT_E_HASH_VALUE _HRESULT_TYPEDEF_(0x80091007L) // The hash value is not correct. #define CRYPT_E_INVALID_INDEX _HRESULT_TYPEDEF_(0x80091008L) // The index value is not valid. #define CRYPT_E_ALREADY_DECRYPTED _HRESULT_TYPEDEF_(0x80091009L) // The content of the cryptographic message has already been decrypted. #define CRYPT_E_NOT_DECRYPTED _HRESULT_TYPEDEF_(0x8009100AL) // The content of the cryptographic message has not been decrypted yet. #define CRYPT_E_RECIPIENT_NOT_FOUND _HRESULT_TYPEDEF_(0x8009100BL) // The enveloped-data message does not contain the specified recipient. #define CRYPT_E_CONTROL_TYPE _HRESULT_TYPEDEF_(0x8009100CL) // Invalid control type. #define CRYPT_E_ISSUER_SERIALNUMBER _HRESULT_TYPEDEF_(0x8009100DL) // Invalid issuer and/or serial number. #define CRYPT_E_SIGNER_NOT_FOUND _HRESULT_TYPEDEF_(0x8009100EL) // Cannot find the original signer. #define CRYPT_E_ATTRIBUTES_MISSING _HRESULT_TYPEDEF_(0x8009100FL) // The cryptographic message does not contain all of the requested attributes. #define CRYPT_E_STREAM_MSG_NOT_READY _HRESULT_TYPEDEF_(0x80091010L) // The streamed cryptographic message is not ready to return data. #define CRYPT_E_STREAM_INSUFFICIENT_DATA _HRESULT_TYPEDEF_(0x80091011L) // The streamed cryptographic message requires more data to complete the decode operation. #define CRYPT_I_NEW_PROTECTION_REQUIRED _HRESULT_TYPEDEF_(0x00091012L) // The protected data needs to be re-protected. #define CRYPT_E_BAD_LEN _HRESULT_TYPEDEF_(0x80092001L) // The length specified for the output data was insufficient. #define CRYPT_E_BAD_ENCODE _HRESULT_TYPEDEF_(0x80092002L) // An error occurred during encode or decode operation. #define CRYPT_E_FILE_ERROR _HRESULT_TYPEDEF_(0x80092003L) // An error occurred while reading or writing to a file. #define CRYPT_E_NOT_FOUND _HRESULT_TYPEDEF_(0x80092004L) // Cannot find object or property. #define CRYPT_E_EXISTS _HRESULT_TYPEDEF_(0x80092005L) // The object or property already exists. #define CRYPT_E_NO_PROVIDER _HRESULT_TYPEDEF_(0x80092006L) // No provider was specified for the store or object. #define CRYPT_E_SELF_SIGNED _HRESULT_TYPEDEF_(0x80092007L) // The specified certificate is self signed. #define CRYPT_E_DELETED_PREV _HRESULT_TYPEDEF_(0x80092008L) // The previous certificate or CRL context was deleted. #define CRYPT_E_NO_MATCH _HRESULT_TYPEDEF_(0x80092009L) // Cannot find the requested object. #define CRYPT_E_UNEXPECTED_MSG_TYPE _HRESULT_TYPEDEF_(0x8009200AL) // The certificate does not have a property that references a private key. #define CRYPT_E_NO_KEY_PROPERTY _HRESULT_TYPEDEF_(0x8009200BL) // Cannot find the certificate and private key for decryption. #define CRYPT_E_NO_DECRYPT_CERT _HRESULT_TYPEDEF_(0x8009200CL) // Cannot find the certificate and private key to use for decryption. #define CRYPT_E_BAD_MSG _HRESULT_TYPEDEF_(0x8009200DL) // Not a cryptographic message or the cryptographic message is not formatted correctly. #define CRYPT_E_NO_SIGNER _HRESULT_TYPEDEF_(0x8009200EL) // The signed cryptographic message does not have a signer for the specified signer index. #define CRYPT_E_PENDING_CLOSE _HRESULT_TYPEDEF_(0x8009200FL) // Final closure is pending until additional frees or closes. #define CRYPT_E_REVOKED _HRESULT_TYPEDEF_(0x80092010L) // The certificate is revoked. #define CRYPT_E_NO_REVOCATION_DLL _HRESULT_TYPEDEF_(0x80092011L) // No Dll or exported function was found to verify revocation. #define CRYPT_E_NO_REVOCATION_CHECK _HRESULT_TYPEDEF_(0x80092012L) // The revocation function was unable to check revocation for the certificate. #define CRYPT_E_REVOCATION_OFFLINE _HRESULT_TYPEDEF_(0x80092013L) // The revocation function was unable to check revocation because the revocation server was offline. #define CRYPT_E_NOT_IN_REVOCATION_DATABASE _HRESULT_TYPEDEF_(0x80092014L) // The certificate is not in the revocation server's database. #define CRYPT_E_INVALID_NUMERIC_STRING _HRESULT_TYPEDEF_(0x80092020L) // The string contains a non-numeric character. #define CRYPT_E_INVALID_PRINTABLE_STRING _HRESULT_TYPEDEF_(0x80092021L) // The string contains a non-printable character. #define CRYPT_E_INVALID_IA5_STRING _HRESULT_TYPEDEF_(0x80092022L) // The string contains a character not in the 7 bit ASCII character set. #define CRYPT_E_INVALID_X500_STRING _HRESULT_TYPEDEF_(0x80092023L) // The string contains an invalid X500 name attribute key, oid, value or delimiter. #define CRYPT_E_NOT_CHAR_STRING _HRESULT_TYPEDEF_(0x80092024L) // The dwValueType for the CERT_NAME_VALUE is not one of the character strings. Most likely it is either a CERT_RDN_ENCODED_BLOB or CERT_TDN_OCTED_STRING. #define CRYPT_E_FILERESIZED _HRESULT_TYPEDEF_(0x80092025L) // The Put operation can not continue. The file needs to be resized. However, there is already a signature present. A complete signing operation must be done. #define CRYPT_E_SECURITY_SETTINGS _HRESULT_TYPEDEF_(0x80092026L) // The cryptographic operation failed due to a local security option setting. #define CRYPT_E_NO_VERIFY_USAGE_DLL _HRESULT_TYPEDEF_(0x80092027L) // No DLL or exported function was found to verify subject usage. #define CRYPT_E_NO_VERIFY_USAGE_CHECK _HRESULT_TYPEDEF_(0x80092028L) // The called function was unable to do a usage check on the subject. #define CRYPT_E_VERIFY_USAGE_OFFLINE _HRESULT_TYPEDEF_(0x80092029L) // Since the server was offline, the called function was unable to complete the usage check. #define CRYPT_E_NOT_IN_CTL _HRESULT_TYPEDEF_(0x8009202AL) // The subject was not found in a Certificate Trust List (CTL). #define CRYPT_E_NO_TRUSTED_SIGNER _HRESULT_TYPEDEF_(0x8009202BL) // None of the signers of the cryptographic message or certificate trust list is trusted. #define CRYPT_E_MISSING_PUBKEY_PARA _HRESULT_TYPEDEF_(0x8009202CL) // The public key's algorithm parameters are missing. #define CRYPT_E_OSS_ERROR _HRESULT_TYPEDEF_(0x80093000L) // OSS Certificate encode/decode error code base // // See asn1code.h for a definition of the OSS runtime errors. The OSS // error values are offset by CRYPT_E_OSS_ERROR. #define OSS_MORE_BUF _HRESULT_TYPEDEF_(0x80093001L) // OSS ASN.1 Error: Output Buffer is too small. #define OSS_NEGATIVE_UINTEGER _HRESULT_TYPEDEF_(0x80093002L) // OSS ASN.1 Error: Signed integer is encoded as a unsigned integer. #define OSS_PDU_RANGE _HRESULT_TYPEDEF_(0x80093003L) // OSS ASN.1 Error: Unknown ASN.1 data type. #define OSS_MORE_INPUT _HRESULT_TYPEDEF_(0x80093004L) // OSS ASN.1 Error: Output buffer is too small, the decoded data has been truncated. #define OSS_DATA_ERROR _HRESULT_TYPEDEF_(0x80093005L) // OSS ASN.1 Error: Invalid data. #define OSS_BAD_ARG _HRESULT_TYPEDEF_(0x80093006L) // OSS ASN.1 Error: Invalid argument. #define OSS_BAD_VERSION _HRESULT_TYPEDEF_(0x80093007L) // OSS ASN.1 Error: Encode/Decode version mismatch. #define OSS_OUT_MEMORY _HRESULT_TYPEDEF_(0x80093008L) // OSS ASN.1 Error: Out of memory. #define OSS_PDU_MISMATCH _HRESULT_TYPEDEF_(0x80093009L) // OSS ASN.1 Error: Encode/Decode Error. #define OSS_LIMITED _HRESULT_TYPEDEF_(0x8009300AL) // OSS ASN.1 Error: Internal Error. #define OSS_BAD_PTR _HRESULT_TYPEDEF_(0x8009300BL) // OSS ASN.1 Error: Invalid data. #define OSS_BAD_TIME _HRESULT_TYPEDEF_(0x8009300CL) // OSS ASN.1 Error: Invalid data. #define OSS_INDEFINITE_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009300DL) // OSS ASN.1 Error: Unsupported BER indefinite-length encoding. #define OSS_MEM_ERROR _HRESULT_TYPEDEF_(0x8009300EL) // OSS ASN.1 Error: Access violation. #define OSS_BAD_TABLE _HRESULT_TYPEDEF_(0x8009300FL) // OSS ASN.1 Error: Invalid data. #define OSS_TOO_LONG _HRESULT_TYPEDEF_(0x80093010L) // OSS ASN.1 Error: Invalid data. #define OSS_CONSTRAINT_VIOLATED _HRESULT_TYPEDEF_(0x80093011L) // OSS ASN.1 Error: Invalid data. #define OSS_FATAL_ERROR _HRESULT_TYPEDEF_(0x80093012L) // OSS ASN.1 Error: Internal Error. #define OSS_ACCESS_SERIALIZATION_ERROR _HRESULT_TYPEDEF_(0x80093013L) // OSS ASN.1 Error: Multi-threading conflict. #define OSS_NULL_TBL _HRESULT_TYPEDEF_(0x80093014L) // OSS ASN.1 Error: Invalid data. #define OSS_NULL_FCN _HRESULT_TYPEDEF_(0x80093015L) // OSS ASN.1 Error: Invalid data. #define OSS_BAD_ENCRULES _HRESULT_TYPEDEF_(0x80093016L) // OSS ASN.1 Error: Invalid data. #define OSS_UNAVAIL_ENCRULES _HRESULT_TYPEDEF_(0x80093017L) // OSS ASN.1 Error: Encode/Decode function not implemented. #define OSS_CANT_OPEN_TRACE_WINDOW _HRESULT_TYPEDEF_(0x80093018L) // OSS ASN.1 Error: Trace file error. #define OSS_UNIMPLEMENTED _HRESULT_TYPEDEF_(0x80093019L) // OSS ASN.1 Error: Function not implemented. #define OSS_OID_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009301AL) // OSS ASN.1 Error: Program link error. #define OSS_CANT_OPEN_TRACE_FILE _HRESULT_TYPEDEF_(0x8009301BL) // OSS ASN.1 Error: Trace file error. #define OSS_TRACE_FILE_ALREADY_OPEN _HRESULT_TYPEDEF_(0x8009301CL) // OSS ASN.1 Error: Trace file error. #define OSS_TABLE_MISMATCH _HRESULT_TYPEDEF_(0x8009301DL) // OSS ASN.1 Error: Invalid data. #define OSS_TYPE_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x8009301EL) // OSS ASN.1 Error: Invalid data. #define OSS_REAL_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009301FL) // OSS ASN.1 Error: Program link error. #define OSS_REAL_CODE_NOT_LINKED _HRESULT_TYPEDEF_(0x80093020L) // OSS ASN.1 Error: Program link error. #define OSS_OUT_OF_RANGE _HRESULT_TYPEDEF_(0x80093021L) // OSS ASN.1 Error: Program link error. #define OSS_COPIER_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093022L) // OSS ASN.1 Error: Program link error. #define OSS_CONSTRAINT_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093023L) // OSS ASN.1 Error: Program link error. #define OSS_COMPARATOR_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093024L) // OSS ASN.1 Error: Program link error. #define OSS_COMPARATOR_CODE_NOT_LINKED _HRESULT_TYPEDEF_(0x80093025L) // OSS ASN.1 Error: Program link error. #define OSS_MEM_MGR_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093026L) // OSS ASN.1 Error: Program link error. #define OSS_PDV_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093027L) // OSS ASN.1 Error: Program link error. #define OSS_PDV_CODE_NOT_LINKED _HRESULT_TYPEDEF_(0x80093028L) // OSS ASN.1 Error: Program link error. #define OSS_API_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x80093029L) // OSS ASN.1 Error: Program link error. #define OSS_BERDER_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009302AL) // OSS ASN.1 Error: Program link error. #define OSS_PER_DLL_NOT_LINKED _HRESULT_TYPEDEF_(0x8009302BL) // OSS ASN.1 Error: Program link error. #define OSS_OPEN_TYPE_ERROR _HRESULT_TYPEDEF_(0x8009302CL) // OSS ASN.1 Error: Program link error. #define OSS_MUTEX_NOT_CREATED _HRESULT_TYPEDEF_(0x8009302DL) // OSS ASN.1 Error: System resource error. #define OSS_CANT_CLOSE_TRACE_FILE _HRESULT_TYPEDEF_(0x8009302EL) // OSS ASN.1 Error: Trace file error. #define CRYPT_E_ASN1_ERROR _HRESULT_TYPEDEF_(0x80093100L) // ASN1 Certificate encode/decode error code base. // // The ASN1 error values are offset by CRYPT_E_ASN1_ERROR. #define CRYPT_E_ASN1_INTERNAL _HRESULT_TYPEDEF_(0x80093101L) // ASN1 internal encode or decode error. #define CRYPT_E_ASN1_EOD _HRESULT_TYPEDEF_(0x80093102L) // ASN1 unexpected end of data. #define CRYPT_E_ASN1_CORRUPT _HRESULT_TYPEDEF_(0x80093103L) // ASN1 corrupted data. #define CRYPT_E_ASN1_LARGE _HRESULT_TYPEDEF_(0x80093104L) // ASN1 value too large. #define CRYPT_E_ASN1_CONSTRAINT _HRESULT_TYPEDEF_(0x80093105L) // ASN1 constraint violated. #define CRYPT_E_ASN1_MEMORY _HRESULT_TYPEDEF_(0x80093106L) // ASN1 out of memory. #define CRYPT_E_ASN1_OVERFLOW _HRESULT_TYPEDEF_(0x80093107L) // ASN1 buffer overflow. #define CRYPT_E_ASN1_BADPDU _HRESULT_TYPEDEF_(0x80093108L) // ASN1 function not supported for this PDU. #define CRYPT_E_ASN1_BADARGS _HRESULT_TYPEDEF_(0x80093109L) // ASN1 bad arguments to function call. #define CRYPT_E_ASN1_BADREAL _HRESULT_TYPEDEF_(0x8009310AL) // ASN1 bad real value. #define CRYPT_E_ASN1_BADTAG _HRESULT_TYPEDEF_(0x8009310BL) // ASN1 bad tag value met. #define CRYPT_E_ASN1_CHOICE _HRESULT_TYPEDEF_(0x8009310CL) // ASN1 bad choice value. #define CRYPT_E_ASN1_RULE _HRESULT_TYPEDEF_(0x8009310DL) // ASN1 bad encoding rule. #define CRYPT_E_ASN1_UTF8 _HRESULT_TYPEDEF_(0x8009310EL) // ASN1 bad unicode (UTF8). #define CRYPT_E_ASN1_PDU_TYPE _HRESULT_TYPEDEF_(0x80093133L) // ASN1 bad PDU type. #define CRYPT_E_ASN1_NYI _HRESULT_TYPEDEF_(0x80093134L) // ASN1 not yet implemented. #define CRYPT_E_ASN1_EXTENDED _HRESULT_TYPEDEF_(0x80093201L) // ASN1 skipped unknown extension(s). #define CRYPT_E_ASN1_NOEOD _HRESULT_TYPEDEF_(0x80093202L) // ASN1 end of data expected #define CERTSRV_E_BAD_REQUESTSUBJECT _HRESULT_TYPEDEF_(0x80094001L) // The request subject name is invalid or too long. #define CERTSRV_E_NO_REQUEST _HRESULT_TYPEDEF_(0x80094002L) // The request does not exist. #define CERTSRV_E_BAD_REQUESTSTATUS _HRESULT_TYPEDEF_(0x80094003L) // The request's current status does not allow this operation. #define CERTSRV_E_PROPERTY_EMPTY _HRESULT_TYPEDEF_(0x80094004L) // The requested property value is empty. #define CERTSRV_E_INVALID_CA_CERTIFICATE _HRESULT_TYPEDEF_(0x80094005L) // The certification authority's certificate contains invalid data. #define CERTSRV_E_SERVER_SUSPENDED _HRESULT_TYPEDEF_(0x80094006L) // Certificate service has been suspended for a database restore operation. #define CERTSRV_E_ENCODING_LENGTH _HRESULT_TYPEDEF_(0x80094007L) // The certificate contains an encoded length that is potentially incompatible with older enrollment software. #define CERTSRV_E_ROLECONFLICT _HRESULT_TYPEDEF_(0x80094008L) // The operation is denied. The user has multiple roles assigned and the certification authority is configured to enforce role separation. #define CERTSRV_E_RESTRICTEDOFFICER _HRESULT_TYPEDEF_(0x80094009L) // The operation is denied. It can only be performed by a certificate manager that is allowed to manage certificates for the current requester. #define CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED _HRESULT_TYPEDEF_(0x8009400AL) // Cannot archive private key. The certification authority is not configured for key archival. #define CERTSRV_E_NO_VALID_KRA _HRESULT_TYPEDEF_(0x8009400BL) // Cannot archive private key. The certification authority could not verify one or more key recovery certificates. #define CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL _HRESULT_TYPEDEF_(0x8009400CL) // The request is incorrectly formatted. The encrypted private key must be in an unauthenticated attribute in an outermost signature. #define CERTSRV_E_NO_CAADMIN_DEFINED _HRESULT_TYPEDEF_(0x8009400DL) // At least one security principal must have the permission to manage this CA. #define CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE _HRESULT_TYPEDEF_(0x8009400EL) // The request contains an invalid renewal certificate attribute. #define CERTSRV_E_NO_DB_SESSIONS _HRESULT_TYPEDEF_(0x8009400FL) // An attempt was made to open a Certification Authority database session, but there are already too many active sessions. The server may need to be configured to allow additional sessions. #define CERTSRV_E_ALIGNMENT_FAULT _HRESULT_TYPEDEF_(0x80094010L) // A memory reference caused a data alignment fault. #define CERTSRV_E_ENROLL_DENIED _HRESULT_TYPEDEF_(0x80094011L) // The permissions on this certification authority do not allow the current user to enroll for certificates. #define CERTSRV_E_TEMPLATE_DENIED _HRESULT_TYPEDEF_(0x80094012L) // The permissions on the certificate template do not allow the current user to enroll for this type of certificate. #define CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE _HRESULT_TYPEDEF_(0x80094013L) // The contacted domain controller cannot support signed LDAP traffic. Update the domain controller or configure Certificate Services to use SSL for Active Directory access. #define CERTSRV_E_UNSUPPORTED_CERT_TYPE _HRESULT_TYPEDEF_(0x80094800L) // The requested certificate template is not supported by this CA. #define CERTSRV_E_NO_CERT_TYPE _HRESULT_TYPEDEF_(0x80094801L) // The request contains no certificate template information. #define CERTSRV_E_TEMPLATE_CONFLICT _HRESULT_TYPEDEF_(0x80094802L) // The request contains conflicting template information. #define CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED _HRESULT_TYPEDEF_(0x80094803L) // The request is missing a required Subject Alternate name extension. #define CERTSRV_E_ARCHIVED_KEY_REQUIRED _HRESULT_TYPEDEF_(0x80094804L) // The request is missing a required private key for archival by the server. #define CERTSRV_E_SMIME_REQUIRED _HRESULT_TYPEDEF_(0x80094805L) // The request is missing a required SMIME capabilities extension. #define CERTSRV_E_BAD_RENEWAL_SUBJECT _HRESULT_TYPEDEF_(0x80094806L) // The request was made on behalf of a subject other than the caller. The certificate template must be configured to require at least one signature to authorize the request. #define CERTSRV_E_BAD_TEMPLATE_VERSION _HRESULT_TYPEDEF_(0x80094807L) // The request template version is newer than the supported template version. #define CERTSRV_E_TEMPLATE_POLICY_REQUIRED _HRESULT_TYPEDEF_(0x80094808L) // The template is missing a required signature policy attribute. #define CERTSRV_E_SIGNATURE_POLICY_REQUIRED _HRESULT_TYPEDEF_(0x80094809L) // The request is missing required signature policy information. #define CERTSRV_E_SIGNATURE_COUNT _HRESULT_TYPEDEF_(0x8009480AL) // The request is missing one or more required signatures. #define CERTSRV_E_SIGNATURE_REJECTED _HRESULT_TYPEDEF_(0x8009480BL) // One or more signatures did not include the required application or issuance policies. The request is missing one or more required valid signatures. #define CERTSRV_E_ISSUANCE_POLICY_REQUIRED _HRESULT_TYPEDEF_(0x8009480CL) // The request is missing one or more required signature issuance policies. #define CERTSRV_E_SUBJECT_UPN_REQUIRED _HRESULT_TYPEDEF_(0x8009480DL) // The UPN is unavailable and cannot be added to the Subject Alternate name. #define CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED _HRESULT_TYPEDEF_(0x8009480EL) // The Active Directory GUID is unavailable and cannot be added to the Subject Alternate name. #define CERTSRV_E_SUBJECT_DNS_REQUIRED _HRESULT_TYPEDEF_(0x8009480FL) // The DNS name is unavailable and cannot be added to the Subject Alternate name. #define CERTSRV_E_ARCHIVED_KEY_UNEXPECTED _HRESULT_TYPEDEF_(0x80094810L) // The request includes a private key for archival by the server, but key archival is not enabled for the specified certificate template. #define CERTSRV_E_KEY_LENGTH _HRESULT_TYPEDEF_(0x80094811L) // The public key does not meet the minimum size required by the specified certificate template. #define CERTSRV_E_SUBJECT_EMAIL_REQUIRED _HRESULT_TYPEDEF_(0x80094812L) // The EMail name is unavailable and cannot be added to the Subject or Subject Alternate name. #define CERTSRV_E_UNKNOWN_CERT_TYPE _HRESULT_TYPEDEF_(0x80094813L) // One or more certificate templates to be enabled on this certification authority could not be found. #define CERTSRV_E_CERT_TYPE_OVERLAP _HRESULT_TYPEDEF_(0x80094814L) // The certificate template renewal period is longer than the certificate validity period. The template should be reconfigured or the CA certificate renewed. #define XENROLL_E_KEY_NOT_EXPORTABLE _HRESULT_TYPEDEF_(0x80095000L) // The key is not exportable. #define XENROLL_E_CANNOT_ADD_ROOT_CERT _HRESULT_TYPEDEF_(0x80095001L) // You cannot add the root CA certificate into your local store. #define XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND _HRESULT_TYPEDEF_(0x80095002L) // The key archival hash attribute was not found in the response. #define XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH _HRESULT_TYPEDEF_(0x80095003L) // An unexpected key archival hash attribute was found in the response. #define XENROLL_E_RESPONSE_KA_HASH_MISMATCH _HRESULT_TYPEDEF_(0x80095004L) // There is a key archival hash mismatch between the request and the response. #define XENROLL_E_KEYSPEC_SMIME_MISMATCH _HRESULT_TYPEDEF_(0x80095005L) // Signing certificate cannot include SMIME extension. #define TRUST_E_SYSTEM_ERROR _HRESULT_TYPEDEF_(0x80096001L) // A system-level error occurred while verifying trust. #define TRUST_E_NO_SIGNER_CERT _HRESULT_TYPEDEF_(0x80096002L) // The certificate for the signer of the message is invalid or not found. #define TRUST_E_COUNTER_SIGNER _HRESULT_TYPEDEF_(0x80096003L) // One of the counter signatures was invalid. #define TRUST_E_CERT_SIGNATURE _HRESULT_TYPEDEF_(0x80096004L) // The signature of the certificate can not be verified. #define TRUST_E_TIME_STAMP _HRESULT_TYPEDEF_(0x80096005L) // The timestamp signature and/or certificate could not be verified or is malformed. #define TRUST_E_BAD_DIGEST _HRESULT_TYPEDEF_(0x80096010L) // The digital signature of the object did not verify. #define TRUST_E_BASIC_CONSTRAINTS _HRESULT_TYPEDEF_(0x80096019L) // A certificate's basic constraint extension has not been observed. #define TRUST_E_FINANCIAL_CRITERIA _HRESULT_TYPEDEF_(0x8009601EL) // The certificate does not meet or contain the Authenticode(tm) financial extensions. #define MSSIPOTF_E_OUTOFMEMRANGE _HRESULT_TYPEDEF_(0x80097001L) // Tried to reference a part of the file outside the proper range. #define MSSIPOTF_E_CANTGETOBJECT _HRESULT_TYPEDEF_(0x80097002L) // Could not retrieve an object from the file. #define MSSIPOTF_E_NOHEADTABLE _HRESULT_TYPEDEF_(0x80097003L) // Could not find the head table in the file. #define MSSIPOTF_E_BAD_MAGICNUMBER _HRESULT_TYPEDEF_(0x80097004L) // The magic number in the head table is incorrect. #define MSSIPOTF_E_BAD_OFFSET_TABLE _HRESULT_TYPEDEF_(0x80097005L) // The offset table has incorrect values. #define MSSIPOTF_E_TABLE_TAGORDER _HRESULT_TYPEDEF_(0x80097006L) // Duplicate table tags or tags out of alphabetical order. #define MSSIPOTF_E_TABLE_LONGWORD _HRESULT_TYPEDEF_(0x80097007L) // A table does not start on a long word boundary. #define MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT _HRESULT_TYPEDEF_(0x80097008L) // First table does not appear after header information. #define MSSIPOTF_E_TABLES_OVERLAP _HRESULT_TYPEDEF_(0x80097009L) // Two or more tables overlap. #define MSSIPOTF_E_TABLE_PADBYTES _HRESULT_TYPEDEF_(0x8009700AL) // Too many pad bytes between tables or pad bytes are not 0. #define MSSIPOTF_E_FILETOOSMALL _HRESULT_TYPEDEF_(0x8009700BL) // File is too small to contain the last table. #define MSSIPOTF_E_TABLE_CHECKSUM _HRESULT_TYPEDEF_(0x8009700CL) // A table checksum is incorrect. #define MSSIPOTF_E_FILE_CHECKSUM _HRESULT_TYPEDEF_(0x8009700DL) // The file checksum is incorrect. #define MSSIPOTF_E_FAILED_POLICY _HRESULT_TYPEDEF_(0x80097010L) // The signature does not have the correct attributes for the policy. #define MSSIPOTF_E_FAILED_HINTS_CHECK _HRESULT_TYPEDEF_(0x80097011L) // The file did not pass the hints check. #define MSSIPOTF_E_NOT_OPENTYPE _HRESULT_TYPEDEF_(0x80097012L) // The file is not an OpenType file. #define MSSIPOTF_E_FILE _HRESULT_TYPEDEF_(0x80097013L) // Failed on a file operation (open, map, read, write). #define MSSIPOTF_E_CRYPT _HRESULT_TYPEDEF_(0x80097014L) // A call to a CryptoAPI function failed. #define MSSIPOTF_E_BADVERSION _HRESULT_TYPEDEF_(0x80097015L) // There is a bad version number in the file. #define MSSIPOTF_E_DSIG_STRUCTURE _HRESULT_TYPEDEF_(0x80097016L) // The structure of the DSIG table is incorrect. #define MSSIPOTF_E_PCONST_CHECK _HRESULT_TYPEDEF_(0x80097017L) // A check failed in a partially constant table. #define MSSIPOTF_E_STRUCTURE _HRESULT_TYPEDEF_(0x80097018L) // Some kind of structural error. #define TRUST_E_PROVIDER_UNKNOWN _HRESULT_TYPEDEF_(0x800B0001L) // Unknown trust provider. #define TRUST_E_ACTION_UNKNOWN _HRESULT_TYPEDEF_(0x800B0002L) // The trust verification action specified is not supported by the specified trust provider. #define TRUST_E_SUBJECT_FORM_UNKNOWN _HRESULT_TYPEDEF_(0x800B0003L) // The form specified for the subject is not one supported or known by the specified trust provider. #define TRUST_E_SUBJECT_NOT_TRUSTED _HRESULT_TYPEDEF_(0x800B0004L) // The subject is not trusted for the specified action. #define DIGSIG_E_ENCODE _HRESULT_TYPEDEF_(0x800B0005L) // Error due to problem in ASN.1 encoding process. #define DIGSIG_E_DECODE _HRESULT_TYPEDEF_(0x800B0006L) // Error due to problem in ASN.1 decoding process. #define DIGSIG_E_EXTENSIBILITY _HRESULT_TYPEDEF_(0x800B0007L) // Reading / writing Extensions where Attributes are appropriate, and visa versa. #define DIGSIG_E_CRYPTO _HRESULT_TYPEDEF_(0x800B0008L) // Unspecified cryptographic failure. #define PERSIST_E_SIZEDEFINITE _HRESULT_TYPEDEF_(0x800B0009L) // The size of the data could not be determined. #define PERSIST_E_SIZEINDEFINITE _HRESULT_TYPEDEF_(0x800B000AL) // The size of the indefinite-sized data could not be determined. #define PERSIST_E_NOTSELFSIZING _HRESULT_TYPEDEF_(0x800B000BL) // This object does not read and write self-sizing data. #define TRUST_E_NOSIGNATURE _HRESULT_TYPEDEF_(0x800B0100L) // No signature was present in the subject. #define CERT_E_EXPIRED _HRESULT_TYPEDEF_(0x800B0101L) // A required certificate is not within its validity period when verifying against the current system clock or the timestamp in the signed file. #define CERT_E_VALIDITYPERIODNESTING _HRESULT_TYPEDEF_(0x800B0102L) // The validity periods of the certification chain do not nest correctly. #define CERT_E_ROLE _HRESULT_TYPEDEF_(0x800B0103L) // A certificate that can only be used as an end-entity is being used as a CA or visa versa. #define CERT_E_PATHLENCONST _HRESULT_TYPEDEF_(0x800B0104L) // A path length constraint in the certification chain has been violated. #define CERT_E_CRITICAL _HRESULT_TYPEDEF_(0x800B0105L) // A certificate contains an unknown extension that is marked 'critical'. #define CERT_E_PURPOSE _HRESULT_TYPEDEF_(0x800B0106L) // A certificate being used for a purpose other than the ones specified by its CA. #define CERT_E_ISSUERCHAINING _HRESULT_TYPEDEF_(0x800B0107L) // A parent of a given certificate in fact did not issue that child certificate. #define CERT_E_MALFORMED _HRESULT_TYPEDEF_(0x800B0108L) // A certificate is missing or has an empty value for an important field, such as a subject or issuer name. #define CERT_E_UNTRUSTEDROOT _HRESULT_TYPEDEF_(0x800B0109L) // A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. #define CERT_E_CHAINING _HRESULT_TYPEDEF_(0x800B010AL) // A certificate chain could not be built to a trusted root authority. #define TRUST_E_FAIL _HRESULT_TYPEDEF_(0x800B010BL) // Generic trust failure. #define CERT_E_REVOKED _HRESULT_TYPEDEF_(0x800B010CL) // A certificate was explicitly revoked by its issuer. #define CERT_E_UNTRUSTEDTESTROOT _HRESULT_TYPEDEF_(0x800B010DL) // The certification path terminates with the test root which is not trusted with the current policy settings. #define CERT_E_REVOCATION_FAILURE _HRESULT_TYPEDEF_(0x800B010EL) // The revocation process could not continue - the certificate(s) could not be checked. #define CERT_E_CN_NO_MATCH _HRESULT_TYPEDEF_(0x800B010FL) // The certificate's CN name does not match the passed value. #define CERT_E_WRONG_USAGE _HRESULT_TYPEDEF_(0x800B0110L) // The certificate is not valid for the requested usage. #define TRUST_E_EXPLICIT_DISTRUST _HRESULT_TYPEDEF_(0x800B0111L) // The certificate was explicitly marked as untrusted by the user. #define CERT_E_UNTRUSTEDCA _HRESULT_TYPEDEF_(0x800B0112L) // A certification chain processed correctly, but one of the CA certificates is not trusted by the policy provider. #define CERT_E_INVALID_POLICY _HRESULT_TYPEDEF_(0x800B0113L) // The certificate has invalid policy. #define CERT_E_INVALID_NAME _HRESULT_TYPEDEF_(0x800B0114L) // The certificate has an invalid name. The name is not included in the permitted list or is explicitly excluded. #define SPAPI_E_EXPECTED_SECTION_NAME _HRESULT_TYPEDEF_(0x800F0000L) // A non-empty line was encountered in the INF before the start of a section. #define SPAPI_E_BAD_SECTION_NAME_LINE _HRESULT_TYPEDEF_(0x800F0001L) // A section name marker in the INF is not complete, or does not exist on a line by itself. #define SPAPI_E_SECTION_NAME_TOO_LONG _HRESULT_TYPEDEF_(0x800F0002L) // An INF section was encountered whose name exceeds the maximum section name length. #define SPAPI_E_GENERAL_SYNTAX _HRESULT_TYPEDEF_(0x800F0003L) // The syntax of the INF is invalid. #define SPAPI_E_WRONG_INF_STYLE _HRESULT_TYPEDEF_(0x800F0100L) // The style of the INF is different than what was requested. #define SPAPI_E_SECTION_NOT_FOUND _HRESULT_TYPEDEF_(0x800F0101L) // The required section was not found in the INF. #define SPAPI_E_LINE_NOT_FOUND _HRESULT_TYPEDEF_(0x800F0102L) // The required line was not found in the INF. #define SPAPI_E_NO_BACKUP _HRESULT_TYPEDEF_(0x800F0103L) // The files affected by the installation of this file queue have not been backed up for uninstall. #define SPAPI_E_NO_ASSOCIATED_CLASS _HRESULT_TYPEDEF_(0x800F0200L) // The INF or the device information set or element does not have an associated install class. #define SPAPI_E_CLASS_MISMATCH _HRESULT_TYPEDEF_(0x800F0201L) // The INF or the device information set or element does not match the specified install class. #define SPAPI_E_DUPLICATE_FOUND _HRESULT_TYPEDEF_(0x800F0202L) // An existing device was found that is a duplicate of the device being manually installed. #define SPAPI_E_NO_DRIVER_SELECTED _HRESULT_TYPEDEF_(0x800F0203L) // There is no driver selected for the device information set or element. #define SPAPI_E_KEY_DOES_NOT_EXIST _HRESULT_TYPEDEF_(0x800F0204L) // The requested device registry key does not exist. #define SPAPI_E_INVALID_DEVINST_NAME _HRESULT_TYPEDEF_(0x800F0205L) // The device instance name is invalid. #define SPAPI_E_INVALID_CLASS _HRESULT_TYPEDEF_(0x800F0206L) // The install class is not present or is invalid. #define SPAPI_E_DEVINST_ALREADY_EXISTS _HRESULT_TYPEDEF_(0x800F0207L) // The device instance cannot be created because it already exists. #define SPAPI_E_DEVINFO_NOT_REGISTERED _HRESULT_TYPEDEF_(0x800F0208L) // The operation cannot be performed on a device information element that has not been registered. #define SPAPI_E_INVALID_REG_PROPERTY _HRESULT_TYPEDEF_(0x800F0209L) // The device property code is invalid. #define SPAPI_E_NO_INF _HRESULT_TYPEDEF_(0x800F020AL) // The INF from which a driver list is to be built does not exist. #define SPAPI_E_NO_SUCH_DEVINST _HRESULT_TYPEDEF_(0x800F020BL) // The device instance does not exist in the hardware tree. #define SPAPI_E_CANT_LOAD_CLASS_ICON _HRESULT_TYPEDEF_(0x800F020CL) // The icon representing this install class cannot be loaded. #define SPAPI_E_INVALID_CLASS_INSTALLER _HRESULT_TYPEDEF_(0x800F020DL) // The class installer registry entry is invalid. #define SPAPI_E_DI_DO_DEFAULT _HRESULT_TYPEDEF_(0x800F020EL) // The class installer has indicated that the default action should be performed for this installation request. #define SPAPI_E_DI_NOFILECOPY _HRESULT_TYPEDEF_(0x800F020FL) // The operation does not require any files to be copied. #define SPAPI_E_INVALID_HWPROFILE _HRESULT_TYPEDEF_(0x800F0210L) // The specified hardware profile does not exist. #define SPAPI_E_NO_DEVICE_SELECTED _HRESULT_TYPEDEF_(0x800F0211L) // There is no device information element currently selected for this device information set. #define SPAPI_E_DEVINFO_LIST_LOCKED _HRESULT_TYPEDEF_(0x800F0212L) // The operation cannot be performed because the device information set is locked. #define SPAPI_E_DEVINFO_DATA_LOCKED _HRESULT_TYPEDEF_(0x800F0213L) // The operation cannot be performed because the device information element is locked. #define SPAPI_E_DI_BAD_PATH _HRESULT_TYPEDEF_(0x800F0214L) // The specified path does not contain any applicable device INFs. #define SPAPI_E_NO_CLASSINSTALL_PARAMS _HRESULT_TYPEDEF_(0x800F0215L) // No class installer parameters have been set for the device information set or element. #define SPAPI_E_FILEQUEUE_LOCKED _HRESULT_TYPEDEF_(0x800F0216L) // The operation cannot be performed because the file queue is locked. #define SPAPI_E_BAD_SERVICE_INSTALLSECT _HRESULT_TYPEDEF_(0x800F0217L) // A service installation section in this INF is invalid. #define SPAPI_E_NO_CLASS_DRIVER_LIST _HRESULT_TYPEDEF_(0x800F0218L) // There is no class driver list for the device information element. #define SPAPI_E_NO_ASSOCIATED_SERVICE _HRESULT_TYPEDEF_(0x800F0219L) // The installation failed because a function driver was not specified for this device instance. #define SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE _HRESULT_TYPEDEF_(0x800F021AL) // There is presently no default device interface designated for this interface class. #define SPAPI_E_DEVICE_INTERFACE_ACTIVE _HRESULT_TYPEDEF_(0x800F021BL) // The operation cannot be performed because the device interface is currently active. #define SPAPI_E_DEVICE_INTERFACE_REMOVED _HRESULT_TYPEDEF_(0x800F021CL) // The operation cannot be performed because the device interface has been removed from the system. #define SPAPI_E_BAD_INTERFACE_INSTALLSECT _HRESULT_TYPEDEF_(0x800F021DL) // An interface installation section in this INF is invalid. #define SPAPI_E_NO_SUCH_INTERFACE_CLASS _HRESULT_TYPEDEF_(0x800F021EL) // This interface class does not exist in the system. #define SPAPI_E_INVALID_REFERENCE_STRING _HRESULT_TYPEDEF_(0x800F021FL) // The reference string supplied for this interface device is invalid. #define SPAPI_E_INVALID_MACHINENAME _HRESULT_TYPEDEF_(0x800F0220L) // The specified machine name does not conform to UNC naming conventions. #define SPAPI_E_REMOTE_COMM_FAILURE _HRESULT_TYPEDEF_(0x800F0221L) // A general remote communication error occurred. #define SPAPI_E_MACHINE_UNAVAILABLE _HRESULT_TYPEDEF_(0x800F0222L) // The machine selected for remote communication is not available at this time. #define SPAPI_E_NO_CONFIGMGR_SERVICES _HRESULT_TYPEDEF_(0x800F0223L) // The Plug and Play service is not available on the remote machine. #define SPAPI_E_INVALID_PROPPAGE_PROVIDER _HRESULT_TYPEDEF_(0x800F0224L) // The property page provider registry entry is invalid. #define SPAPI_E_NO_SUCH_DEVICE_INTERFACE _HRESULT_TYPEDEF_(0x800F0225L) // The requested device interface is not present in the system. #define SPAPI_E_DI_POSTPROCESSING_REQUIRED _HRESULT_TYPEDEF_(0x800F0226L) // The device's co-installer has additional work to perform after installation is complete. #define SPAPI_E_INVALID_COINSTALLER _HRESULT_TYPEDEF_(0x800F0227L) // The device's co-installer is invalid. #define SPAPI_E_NO_COMPAT_DRIVERS _HRESULT_TYPEDEF_(0x800F0228L) // There are no compatible drivers for this device. #define SPAPI_E_NO_DEVICE_ICON _HRESULT_TYPEDEF_(0x800F0229L) // There is no icon that represents this device or device type. #define SPAPI_E_INVALID_INF_LOGCONFIG _HRESULT_TYPEDEF_(0x800F022AL) // A logical configuration specified in this INF is invalid. #define SPAPI_E_DI_DONT_INSTALL _HRESULT_TYPEDEF_(0x800F022BL) // The class installer has denied the request to install or upgrade this device. #define SPAPI_E_INVALID_FILTER_DRIVER _HRESULT_TYPEDEF_(0x800F022CL) // One of the filter drivers installed for this device is invalid. #define SPAPI_E_NON_WINDOWS_NT_DRIVER _HRESULT_TYPEDEF_(0x800F022DL) // The driver selected for this device does not support Windows XP. #define SPAPI_E_NON_WINDOWS_DRIVER _HRESULT_TYPEDEF_(0x800F022EL) // The driver selected for this device does not support Windows. #define SPAPI_E_NO_CATALOG_FOR_OEM_INF _HRESULT_TYPEDEF_(0x800F022FL) // The third-party INF does not contain digital signature information. #define SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE _HRESULT_TYPEDEF_(0x800F0230L) // An invalid attempt was made to use a device installation file queue for verification of digital signatures relative to other platforms. #define SPAPI_E_NOT_DISABLEABLE _HRESULT_TYPEDEF_(0x800F0231L) // The device cannot be disabled. #define SPAPI_E_CANT_REMOVE_DEVINST _HRESULT_TYPEDEF_(0x800F0232L) // The device could not be dynamically removed. #define SPAPI_E_INVALID_TARGET _HRESULT_TYPEDEF_(0x800F0233L) // Cannot copy to specified target. #define SPAPI_E_DRIVER_NONNATIVE _HRESULT_TYPEDEF_(0x800F0234L) // Driver is not intended for this platform. #define SPAPI_E_IN_WOW64 _HRESULT_TYPEDEF_(0x800F0235L) // Operation not allowed in WOW64. #define SPAPI_E_SET_SYSTEM_RESTORE_POINT _HRESULT_TYPEDEF_(0x800F0236L) // The operation involving unsigned file copying was rolled back, so that a system restore point could be set. #define SPAPI_E_INCORRECTLY_COPIED_INF _HRESULT_TYPEDEF_(0x800F0237L) // An INF was copied into the Windows INF directory in an improper manner. #define SPAPI_E_SCE_DISABLED _HRESULT_TYPEDEF_(0x800F0238L) // The Security Configuration Editor (SCE) APIs have been disabled on this Embedded product. #define SPAPI_E_UNKNOWN_EXCEPTION _HRESULT_TYPEDEF_(0x800F0239L) // An unknown exception was encountered. #define SPAPI_E_PNP_REGISTRY_ERROR _HRESULT_TYPEDEF_(0x800F023AL) // A problem was encountered when accessing the Plug and Play registry database. #define SPAPI_E_REMOTE_REQUEST_UNSUPPORTED _HRESULT_TYPEDEF_(0x800F023BL) // The requested operation is not supported for a remote machine. #define SPAPI_E_NOT_AN_INSTALLED_OEM_INF _HRESULT_TYPEDEF_(0x800F023CL) // The specified file is not an installed OEM INF. #define SPAPI_E_INF_IN_USE_BY_DEVICES _HRESULT_TYPEDEF_(0x800F023DL) // One or more devices are presently installed using the specified INF. #define SPAPI_E_DI_FUNCTION_OBSOLETE _HRESULT_TYPEDEF_(0x800F023EL) // The requested device install operation is obsolete. #define SPAPI_E_NO_AUTHENTICODE_CATALOG _HRESULT_TYPEDEF_(0x800F023FL) // A file could not be verified because it does not have an associated catalog signed via Authenticode(tm). #define SPAPI_E_AUTHENTICODE_DISALLOWED _HRESULT_TYPEDEF_(0x800F0240L) // Authenticode(tm) signature verification is not supported for the specified INF. #define SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER _HRESULT_TYPEDEF_(0x800F0241L) // The INF was signed with an Authenticode(tm) catalog from a trusted publisher. #define SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED _HRESULT_TYPEDEF_(0x800F0242L) // The publisher of an Authenticode(tm) signed catalog has not yet been established as trusted. #define SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED _HRESULT_TYPEDEF_(0x800F0243L) // The publisher of an Authenticode(tm) signed catalog was not established as trusted. #define SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH _HRESULT_TYPEDEF_(0x800F0244L) // The software was tested for compliance with Windows Logo requirements on a different version of Windows, and may not be compatible with this version. #define SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE _HRESULT_TYPEDEF_(0x800F0245L) // The file may only be validated by a catalog signed via Authenticode(tm). #define SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW _HRESULT_TYPEDEF_(0x800F0300L) // An unrecoverable stack overflow was encountered. #define SPAPI_E_ERROR_NOT_INSTALLED _HRESULT_TYPEDEF_(0x800F1000L) // No installed components were detected. #define SCARD_F_INTERNAL_ERROR _HRESULT_TYPEDEF_(0x80100001L) // An internal consistency check failed. #define SCARD_E_CANCELLED _HRESULT_TYPEDEF_(0x80100002L) // The action was cancelled by an SCardCancel request. #define SCARD_E_INVALID_HANDLE _HRESULT_TYPEDEF_(0x80100003L) // The supplied handle was invalid. #define SCARD_E_INVALID_PARAMETER _HRESULT_TYPEDEF_(0x80100004L) // One or more of the supplied parameters could not be properly interpreted. #define SCARD_E_INVALID_TARGET _HRESULT_TYPEDEF_(0x80100005L) // Registry startup information is missing or invalid. #define SCARD_E_NO_MEMORY _HRESULT_TYPEDEF_(0x80100006L) // Not enough memory available to complete this command. #define SCARD_F_WAITED_TOO_LONG _HRESULT_TYPEDEF_(0x80100007L) // An internal consistency timer has expired. #define SCARD_E_INSUFFICIENT_BUFFER _HRESULT_TYPEDEF_(0x80100008L) // The data buffer to receive returned data is too small for the returned data. #define SCARD_E_UNKNOWN_READER _HRESULT_TYPEDEF_(0x80100009L) // The specified reader name is not recognized. #define SCARD_E_TIMEOUT _HRESULT_TYPEDEF_(0x8010000AL) // The user-specified timeout value has expired. #define SCARD_E_SHARING_VIOLATION _HRESULT_TYPEDEF_(0x8010000BL) // The smart card cannot be accessed because of other connections outstanding. #define SCARD_E_NO_SMARTCARD _HRESULT_TYPEDEF_(0x8010000CL) // The operation requires a Smart Card, but no Smart Card is currently in the device. #define SCARD_E_UNKNOWN_CARD _HRESULT_TYPEDEF_(0x8010000DL) // The specified smart card name is not recognized. #define SCARD_E_CANT_DISPOSE _HRESULT_TYPEDEF_(0x8010000EL) // The system could not dispose of the media in the requested manner. #define SCARD_E_PROTO_MISMATCH _HRESULT_TYPEDEF_(0x8010000FL) // The requested protocols are incompatible with the protocol currently in use with the smart card. #define SCARD_E_NOT_READY _HRESULT_TYPEDEF_(0x80100010L) // The reader or smart card is not ready to accept commands. #define SCARD_E_INVALID_VALUE _HRESULT_TYPEDEF_(0x80100011L) // One or more of the supplied parameters values could not be properly interpreted. #define SCARD_E_SYSTEM_CANCELLED _HRESULT_TYPEDEF_(0x80100012L) // The action was cancelled by the system, presumably to log off or shut down. #define SCARD_F_COMM_ERROR _HRESULT_TYPEDEF_(0x80100013L) // An internal communications error has been detected. #define SCARD_F_UNKNOWN_ERROR _HRESULT_TYPEDEF_(0x80100014L) // An internal error has been detected, but the source is unknown. #define SCARD_E_INVALID_ATR _HRESULT_TYPEDEF_(0x80100015L) // An ATR obtained from the registry is not a valid ATR string. #define SCARD_E_NOT_TRANSACTED _HRESULT_TYPEDEF_(0x80100016L) // An attempt was made to end a non-existent transaction. #define SCARD_E_READER_UNAVAILABLE _HRESULT_TYPEDEF_(0x80100017L) // The specified reader is not currently available for use. #define SCARD_P_SHUTDOWN _HRESULT_TYPEDEF_(0x80100018L) // The operation has been aborted to allow the server application to exit. #define SCARD_E_PCI_TOO_SMALL _HRESULT_TYPEDEF_(0x80100019L) // The PCI Receive buffer was too small. #define SCARD_E_READER_UNSUPPORTED _HRESULT_TYPEDEF_(0x8010001AL) // The reader driver does not meet minimal requirements for support. #define SCARD_E_DUPLICATE_READER _HRESULT_TYPEDEF_(0x8010001BL) // The reader driver did not produce a unique reader name. #define SCARD_E_CARD_UNSUPPORTED _HRESULT_TYPEDEF_(0x8010001CL) // The smart card does not meet minimal requirements for support. #define SCARD_E_NO_SERVICE _HRESULT_TYPEDEF_(0x8010001DL) // The Smart card resource manager is not running. #define SCARD_E_SERVICE_STOPPED _HRESULT_TYPEDEF_(0x8010001EL) // The Smart card resource manager has shut down. #define SCARD_E_UNEXPECTED _HRESULT_TYPEDEF_(0x8010001FL) // An unexpected card error has occurred. #define SCARD_E_ICC_INSTALLATION _HRESULT_TYPEDEF_(0x80100020L) // No Primary Provider can be found for the smart card. #define SCARD_E_ICC_CREATEORDER _HRESULT_TYPEDEF_(0x80100021L) // The requested order of object creation is not supported. #define SCARD_E_UNSUPPORTED_FEATURE _HRESULT_TYPEDEF_(0x80100022L) // This smart card does not support the requested feature. #define SCARD_E_DIR_NOT_FOUND _HRESULT_TYPEDEF_(0x80100023L) // The identified directory does not exist in the smart card. #define SCARD_E_FILE_NOT_FOUND _HRESULT_TYPEDEF_(0x80100024L) // The identified file does not exist in the smart card. #define SCARD_E_NO_DIR _HRESULT_TYPEDEF_(0x80100025L) // The supplied path does not represent a smart card directory. #define SCARD_E_NO_FILE _HRESULT_TYPEDEF_(0x80100026L) // The supplied path does not represent a smart card file. #define SCARD_E_NO_ACCESS _HRESULT_TYPEDEF_(0x80100027L) // Access is denied to this file. #define SCARD_E_WRITE_TOO_MANY _HRESULT_TYPEDEF_(0x80100028L) // The smartcard does not have enough memory to store the information. #define SCARD_E_BAD_SEEK _HRESULT_TYPEDEF_(0x80100029L) // There was an error trying to set the smart card file object pointer. #define SCARD_E_INVALID_CHV _HRESULT_TYPEDEF_(0x8010002AL) // The supplied PIN is incorrect. #define SCARD_E_UNKNOWN_RES_MNG _HRESULT_TYPEDEF_(0x8010002BL) // An unrecognized error code was returned from a layered component. #define SCARD_E_NO_SUCH_CERTIFICATE _HRESULT_TYPEDEF_(0x8010002CL) // The requested certificate does not exist. #define SCARD_E_CERTIFICATE_UNAVAILABLE _HRESULT_TYPEDEF_(0x8010002DL) // The requested certificate could not be obtained. #define SCARD_E_NO_READERS_AVAILABLE _HRESULT_TYPEDEF_(0x8010002EL) // Cannot find a smart card reader. #define SCARD_E_COMM_DATA_LOST _HRESULT_TYPEDEF_(0x8010002FL) // A communications error with the smart card has been detected. Retry the operation. #define SCARD_E_NO_KEY_CONTAINER _HRESULT_TYPEDEF_(0x80100030L) // The requested key container does not exist on the smart card. #define SCARD_E_SERVER_TOO_BUSY _HRESULT_TYPEDEF_(0x80100031L) // The Smart card resource manager is too busy to complete this operation. #define SCARD_W_UNSUPPORTED_CARD _HRESULT_TYPEDEF_(0x80100065L) // The reader cannot communicate with the smart card, due to ATR configuration conflicts. #define SCARD_W_UNRESPONSIVE_CARD _HRESULT_TYPEDEF_(0x80100066L) // The smart card is not responding to a reset. #define SCARD_W_UNPOWERED_CARD _HRESULT_TYPEDEF_(0x80100067L) // Power has been removed from the smart card, so that further communication is not possible. #define SCARD_W_RESET_CARD _HRESULT_TYPEDEF_(0x80100068L) // The smart card has been reset, so any shared state information is invalid. #define SCARD_W_REMOVED_CARD _HRESULT_TYPEDEF_(0x80100069L) // The smart card has been removed, so that further communication is not possible. #define SCARD_W_SECURITY_VIOLATION _HRESULT_TYPEDEF_(0x8010006AL) // Access was denied because of a security violation. #define SCARD_W_WRONG_CHV _HRESULT_TYPEDEF_(0x8010006BL) // The card cannot be accessed because the wrong PIN was presented. #define SCARD_W_CHV_BLOCKED _HRESULT_TYPEDEF_(0x8010006CL) // The card cannot be accessed because the maximum number of PIN entry attempts has been reached. #define SCARD_W_EOF _HRESULT_TYPEDEF_(0x8010006DL) // The end of the smart card file has been reached. #define SCARD_W_CANCELLED_BY_USER _HRESULT_TYPEDEF_(0x8010006EL) // The action was cancelled by the user. #define SCARD_W_CARD_NOT_AUTHENTICATED _HRESULT_TYPEDEF_(0x8010006FL) // No PIN was presented to the smart card. #define COMADMIN_E_OBJECTERRORS _HRESULT_TYPEDEF_(0x80110401L) // Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail #define COMADMIN_E_OBJECTINVALID _HRESULT_TYPEDEF_(0x80110402L) // One or more of the object's properties are missing or invalid #define COMADMIN_E_KEYMISSING _HRESULT_TYPEDEF_(0x80110403L) // The object was not found in the catalog #define COMADMIN_E_ALREADYINSTALLED _HRESULT_TYPEDEF_(0x80110404L) // The object is already registered #define COMADMIN_E_APP_FILE_WRITEFAIL _HRESULT_TYPEDEF_(0x80110407L) // Error occurred writing to the application file #define COMADMIN_E_APP_FILE_READFAIL _HRESULT_TYPEDEF_(0x80110408L) // Error occurred reading the application file #define COMADMIN_E_APP_FILE_VERSION _HRESULT_TYPEDEF_(0x80110409L) // Invalid version number in application file #define COMADMIN_E_BADPATH _HRESULT_TYPEDEF_(0x8011040AL) // The file path is invalid #define COMADMIN_E_APPLICATIONEXISTS _HRESULT_TYPEDEF_(0x8011040BL) // The application is already installed #define COMADMIN_E_ROLEEXISTS _HRESULT_TYPEDEF_(0x8011040CL) // The role already exists #define COMADMIN_E_CANTCOPYFILE _HRESULT_TYPEDEF_(0x8011040DL) // An error occurred copying the file #define COMADMIN_E_NOUSER _HRESULT_TYPEDEF_(0x8011040FL) // One or more users are not valid #define COMADMIN_E_INVALIDUSERIDS _HRESULT_TYPEDEF_(0x80110410L) // One or more users in the application file are not valid #define COMADMIN_E_NOREGISTRYCLSID _HRESULT_TYPEDEF_(0x80110411L) // The component's CLSID is missing or corrupt #define COMADMIN_E_BADREGISTRYPROGID _HRESULT_TYPEDEF_(0x80110412L) // The component's progID is missing or corrupt #define COMADMIN_E_AUTHENTICATIONLEVEL _HRESULT_TYPEDEF_(0x80110413L) // Unable to set required authentication level for update request #define COMADMIN_E_USERPASSWDNOTVALID _HRESULT_TYPEDEF_(0x80110414L) // The identity or password set on the application is not valid #define COMADMIN_E_CLSIDORIIDMISMATCH _HRESULT_TYPEDEF_(0x80110418L) // Application file CLSIDs or IIDs do not match corresponding DLLs #define COMADMIN_E_REMOTEINTERFACE _HRESULT_TYPEDEF_(0x80110419L) // Interface information is either missing or changed #define COMADMIN_E_DLLREGISTERSERVER _HRESULT_TYPEDEF_(0x8011041AL) // DllRegisterServer failed on component install #define COMADMIN_E_NOSERVERSHARE _HRESULT_TYPEDEF_(0x8011041BL) // No server file share available #define COMADMIN_E_DLLLOADFAILED _HRESULT_TYPEDEF_(0x8011041DL) // DLL could not be loaded #define COMADMIN_E_BADREGISTRYLIBID _HRESULT_TYPEDEF_(0x8011041EL) // The registered TypeLib ID is not valid #define COMADMIN_E_APPDIRNOTFOUND _HRESULT_TYPEDEF_(0x8011041FL) // Application install directory not found #define COMADMIN_E_REGISTRARFAILED _HRESULT_TYPEDEF_(0x80110423L) // Errors occurred while in the component registrar #define COMADMIN_E_COMPFILE_DOESNOTEXIST _HRESULT_TYPEDEF_(0x80110424L) // The file does not exist #define COMADMIN_E_COMPFILE_LOADDLLFAIL _HRESULT_TYPEDEF_(0x80110425L) // The DLL could not be loaded #define COMADMIN_E_COMPFILE_GETCLASSOBJ _HRESULT_TYPEDEF_(0x80110426L) // GetClassObject failed in the DLL #define COMADMIN_E_COMPFILE_CLASSNOTAVAIL _HRESULT_TYPEDEF_(0x80110427L) // The DLL does not support the components listed in the TypeLib #define COMADMIN_E_COMPFILE_BADTLB _HRESULT_TYPEDEF_(0x80110428L) // The TypeLib could not be loaded #define COMADMIN_E_COMPFILE_NOTINSTALLABLE _HRESULT_TYPEDEF_(0x80110429L) // The file does not contain components or component information #define COMADMIN_E_NOTCHANGEABLE _HRESULT_TYPEDEF_(0x8011042AL) // Changes to this object and its sub-objects have been disabled #define COMADMIN_E_NOTDELETEABLE _HRESULT_TYPEDEF_(0x8011042BL) // The delete function has been disabled for this object #define COMADMIN_E_SESSION _HRESULT_TYPEDEF_(0x8011042CL) // The server catalog version is not supported #define COMADMIN_E_COMP_MOVE_LOCKED _HRESULT_TYPEDEF_(0x8011042DL) // The component move was disallowed, because the source or destination application is either a system application or currently locked against changes #define COMADMIN_E_COMP_MOVE_BAD_DEST _HRESULT_TYPEDEF_(0x8011042EL) // The component move failed because the destination application no longer exists #define COMADMIN_E_REGISTERTLB _HRESULT_TYPEDEF_(0x80110430L) // The system was unable to register the TypeLib #define COMADMIN_E_SYSTEMAPP _HRESULT_TYPEDEF_(0x80110433L) // This operation can not be performed on the system application #define COMADMIN_E_COMPFILE_NOREGISTRAR _HRESULT_TYPEDEF_(0x80110434L) // The component registrar referenced in this file is not available #define COMADMIN_E_COREQCOMPINSTALLED _HRESULT_TYPEDEF_(0x80110435L) // A component in the same DLL is already installed #define COMADMIN_E_SERVICENOTINSTALLED _HRESULT_TYPEDEF_(0x80110436L) // The service is not installed #define COMADMIN_E_PROPERTYSAVEFAILED _HRESULT_TYPEDEF_(0x80110437L) // One or more property settings are either invalid or in conflict with each other #define COMADMIN_E_OBJECTEXISTS _HRESULT_TYPEDEF_(0x80110438L) // The object you are attempting to add or rename already exists #define COMADMIN_E_COMPONENTEXISTS _HRESULT_TYPEDEF_(0x80110439L) // The component already exists #define COMADMIN_E_REGFILE_CORRUPT _HRESULT_TYPEDEF_(0x8011043BL) // The registration file is corrupt #define COMADMIN_E_PROPERTY_OVERFLOW _HRESULT_TYPEDEF_(0x8011043CL) // The property value is too large #define COMADMIN_E_NOTINREGISTRY _HRESULT_TYPEDEF_(0x8011043EL) // Object was not found in registry #define COMADMIN_E_OBJECTNOTPOOLABLE _HRESULT_TYPEDEF_(0x8011043FL) // This object is not poolable #define COMADMIN_E_APPLID_MATCHES_CLSID _HRESULT_TYPEDEF_(0x80110446L) // A CLSID with the same GUID as the new application ID is already installed on this machine #define COMADMIN_E_ROLE_DOES_NOT_EXIST _HRESULT_TYPEDEF_(0x80110447L) // A role assigned to a component, interface, or method did not exist in the application #define COMADMIN_E_START_APP_NEEDS_COMPONENTS _HRESULT_TYPEDEF_(0x80110448L) // You must have components in an application in order to start the application #define COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM _HRESULT_TYPEDEF_(0x80110449L) // This operation is not enabled on this platform #define COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY _HRESULT_TYPEDEF_(0x8011044AL) // Application Proxy is not exportable #define COMADMIN_E_CAN_NOT_START_APP _HRESULT_TYPEDEF_(0x8011044BL) // Failed to start application because it is either a library application or an application proxy #define COMADMIN_E_CAN_NOT_EXPORT_SYS_APP _HRESULT_TYPEDEF_(0x8011044CL) // System application is not exportable #define COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT _HRESULT_TYPEDEF_(0x8011044DL) // Can not subscribe to this component (the component may have been imported) #define COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER _HRESULT_TYPEDEF_(0x8011044EL) // An event class cannot also be a subscriber component #define COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE _HRESULT_TYPEDEF_(0x8011044FL) // Library applications and application proxies are incompatible #define COMADMIN_E_BASE_PARTITION_ONLY _HRESULT_TYPEDEF_(0x80110450L) // This function is valid for the base partition only #define COMADMIN_E_START_APP_DISABLED _HRESULT_TYPEDEF_(0x80110451L) // You cannot start an application that has been disabled #define COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME _HRESULT_TYPEDEF_(0x80110457L) // The specified partition name is already in use on this computer #define COMADMIN_E_CAT_INVALID_PARTITION_NAME _HRESULT_TYPEDEF_(0x80110458L) // The specified partition name is invalid. Check that the name contains at least one visible character #define COMADMIN_E_CAT_PARTITION_IN_USE _HRESULT_TYPEDEF_(0x80110459L) // The partition cannot be deleted because it is the default partition for one or more users #define COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES _HRESULT_TYPEDEF_(0x8011045AL) // The partition cannot be exported, because one or more components in the partition have the same file name #define COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED _HRESULT_TYPEDEF_(0x8011045BL) // Applications that contain one or more imported components cannot be installed into a non-base partition #define COMADMIN_E_AMBIGUOUS_APPLICATION_NAME _HRESULT_TYPEDEF_(0x8011045CL) // The application name is not unique and cannot be resolved to an application id #define COMADMIN_E_AMBIGUOUS_PARTITION_NAME _HRESULT_TYPEDEF_(0x8011045DL) // The partition name is not unique and cannot be resolved to a partition id #define COMADMIN_E_REGDB_NOTINITIALIZED _HRESULT_TYPEDEF_(0x80110472L) // The COM+ registry database has not been initialized #define COMADMIN_E_REGDB_NOTOPEN _HRESULT_TYPEDEF_(0x80110473L) // The COM+ registry database is not open #define COMADMIN_E_REGDB_SYSTEMERR _HRESULT_TYPEDEF_(0x80110474L) // The COM+ registry database detected a system error #define COMADMIN_E_REGDB_ALREADYRUNNING _HRESULT_TYPEDEF_(0x80110475L) // The COM+ registry database is already running #define COMADMIN_E_MIG_VERSIONNOTSUPPORTED _HRESULT_TYPEDEF_(0x80110480L) // This version of the COM+ registry database cannot be migrated #define COMADMIN_E_MIG_SCHEMANOTFOUND _HRESULT_TYPEDEF_(0x80110481L) // The schema version to be migrated could not be found in the COM+ registry database #define COMADMIN_E_CAT_BITNESSMISMATCH _HRESULT_TYPEDEF_(0x80110482L) // There was a type mismatch between binaries #define COMADMIN_E_CAT_UNACCEPTABLEBITNESS _HRESULT_TYPEDEF_(0x80110483L) // A binary of unknown or invalid type was provided #define COMADMIN_E_CAT_WRONGAPPBITNESS _HRESULT_TYPEDEF_(0x80110484L) // There was a type mismatch between a binary and an application #define COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED _HRESULT_TYPEDEF_(0x80110485L) // The application cannot be paused or resumed #define COMADMIN_E_CAT_SERVERFAULT _HRESULT_TYPEDEF_(0x80110486L) // The COM+ Catalog Server threw an exception during execution #define COMQC_E_APPLICATION_NOT_QUEUED _HRESULT_TYPEDEF_(0x80110600L) // Only COM+ Applications marked "queued" can be invoked using the "queue" moniker #define COMQC_E_NO_QUEUEABLE_INTERFACES _HRESULT_TYPEDEF_(0x80110601L) // At least one interface must be marked "queued" in order to create a queued component instance with the "queue" moniker #define COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE _HRESULT_TYPEDEF_(0x80110602L) // MSMQ is required for the requested operation and is not installed #define COMQC_E_NO_IPERSISTSTREAM _HRESULT_TYPEDEF_(0x80110603L) // Unable to marshal an interface that does not support IPersistStream #define COMQC_E_BAD_MESSAGE _HRESULT_TYPEDEF_(0x80110604L) // The message is improperly formatted or was damaged in transit #define COMQC_E_UNAUTHENTICATED _HRESULT_TYPEDEF_(0x80110605L) // An unauthenticated message was received by an application that accepts only authenticated messages #define COMQC_E_UNTRUSTED_ENQUEUER _HRESULT_TYPEDEF_(0x80110606L) // The message was requeued or moved by a user not in the "QC Trusted User" role #define MSDTC_E_DUPLICATE_RESOURCE _HRESULT_TYPEDEF_(0x80110701L) // Cannot create a duplicate resource of type Distributed Transaction Coordinator #define COMADMIN_E_OBJECT_PARENT_MISSING _HRESULT_TYPEDEF_(0x80110808L) // One of the objects being inserted or updated does not belong to a valid parent collection #define COMADMIN_E_OBJECT_DOES_NOT_EXIST _HRESULT_TYPEDEF_(0x80110809L) // One of the specified objects cannot be found #define COMADMIN_E_APP_NOT_RUNNING _HRESULT_TYPEDEF_(0x8011080AL) // The specified application is not currently running #define COMADMIN_E_INVALID_PARTITION _HRESULT_TYPEDEF_(0x8011080BL) // The partition(s) specified are not valid. #define COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE _HRESULT_TYPEDEF_(0x8011080DL) // COM+ applications that run as NT service may not be pooled or recycled #define COMADMIN_E_USER_IN_SET _HRESULT_TYPEDEF_(0x8011080EL) // One or more users are already assigned to a local partition set. #define COMADMIN_E_CANTRECYCLELIBRARYAPPS _HRESULT_TYPEDEF_(0x8011080FL) // Library applications may not be recycled. #define COMADMIN_E_CANTRECYCLESERVICEAPPS _HRESULT_TYPEDEF_(0x80110811L) // Applications running as NT services may not be recycled. #define COMADMIN_E_PROCESSALREADYRECYCLED _HRESULT_TYPEDEF_(0x80110812L) // The process has already been recycled. #define COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED _HRESULT_TYPEDEF_(0x80110813L) // A paused process may not be recycled. #define COMADMIN_E_CANTMAKEINPROCSERVICE _HRESULT_TYPEDEF_(0x80110814L) // Library applications may not be NT services. #define COMADMIN_E_PROGIDINUSEBYCLSID _HRESULT_TYPEDEF_(0x80110815L) // The ProgID provided to the copy operation is invalid. The ProgID is in use by another registered CLSID. #define COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET _HRESULT_TYPEDEF_(0x80110816L) // The partition specified as default is not a member of the partition set. #define COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED _HRESULT_TYPEDEF_(0x80110817L) // A recycled process may not be paused. #define COMADMIN_E_PARTITION_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110818L) // Access to the specified partition is denied. #define COMADMIN_E_PARTITION_MSI_ONLY _HRESULT_TYPEDEF_(0x80110819L) // Only Application Files (*.MSI files) can be installed into partitions. #define COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT _HRESULT_TYPEDEF_(0x8011081AL) // Applications containing one or more legacy components may not be exported to 1.0 format. #define COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS _HRESULT_TYPEDEF_(0x8011081BL) // Legacy components may not exist in non-base partitions. #define COMADMIN_E_COMP_MOVE_SOURCE _HRESULT_TYPEDEF_(0x8011081CL) // A component cannot be moved (or copied) from the System Application, an application proxy or a non-changeable application #define COMADMIN_E_COMP_MOVE_DEST _HRESULT_TYPEDEF_(0x8011081DL) // A component cannot be moved (or copied) to the System Application, an application proxy or a non-changeable application #define COMADMIN_E_COMP_MOVE_PRIVATE _HRESULT_TYPEDEF_(0x8011081EL) // A private component cannot be moved (or copied) to a library application or to the base partition #define COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET _HRESULT_TYPEDEF_(0x8011081FL) // The Base Application Partition exists in all partition sets and cannot be removed. #define COMADMIN_E_CANNOT_ALIAS_EVENTCLASS _HRESULT_TYPEDEF_(0x80110820L) // Alas, Event Class components cannot be aliased. #define COMADMIN_E_PRIVATE_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110821L) // Access is denied because the component is private. #define COMADMIN_E_SAFERINVALID _HRESULT_TYPEDEF_(0x80110822L) // The specified SAFER level is invalid. #define COMADMIN_E_REGISTRY_ACCESSDENIED _HRESULT_TYPEDEF_(0x80110823L) // The specified user cannot write to the system registry #define COMADMIN_E_PARTITIONS_DISABLED _HRESULT_TYPEDEF_(0x80110824L) // COM+ partitions are currently disabled.