调用GetLastError 错误代码 含义

来源:互联网 发布:js涂膜防水 编辑:程序博客网 时间:2024/05/23 12:21


2005 msdn url:

ms-help://MS.MSDNQTR.v80.chs/MS.MSDN.v80/MS.WINCE.v50.en/wcecoreos5/html/wce50lrfsystemerrorsnumericalorder.htm

 

The following table shows possible system error values.

CodeDescriptionName0The operation completed successfully.ERROR_SUCCESS1Incorrect function.ERROR_INVALID_FUNCTION2The system cannot find the file specified.ERROR_FILE_NOT_FOUND3The system cannot find the path specified.ERROR_PATH_NOT_FOUND4The system cannot open the file.ERROR_TOO_MANY_OPEN_FILES5Access is denied.ERROR_ACCESS_DENIED6The handle is invalid.ERROR_INVALID_HANDLE7The storage control blocks were destroyed.ERROR_ARENA_TRASHED8Not enough storage is available to process this command.ERROR_NOT_ENOUGH_MEMORY9The storage control block address is invalid.ERROR_INVALID_BLOCK10The environment is incorrect.ERROR_BAD_ENVIRONMENT11An attempt was made to load a program with an incorrect format.ERROR_BAD_FORMAT12The access code is invalid.ERROR_INVALID_ACCESS13The data is invalid.ERROR_INVALID_DATA14Not enough storage is available to complete this operation.ERROR_OUTOFMEMORY15The system cannot find the drive specified.ERROR_INVALID_DRIVE16The directory cannot be removed.ERROR_CURRENT_DIRECTORY17The system cannot move the file to a different disk drive.ERROR_NOT_SAME_DEVICE18There are no more files.ERROR_NO_MORE_FILES19The media is write protected.ERROR_WRITE_PROTECT20The system cannot find the specified device.ERROR_BAD_UNIT21The device is not ready.ERROR_NOT_READY22The device does not recognize the command.ERROR_BAD_COMMAND23Data error (cyclic redundancy check).ERROR_CRC24The program issued a command but the command length is incorrect.ERROR_BAD_LENGTH25The drive cannot locate a specific area or track on the disk.ERROR_SEEK26The specified disk or diskette cannot be accessed.ERROR_NOT_DOS_DISK27The drive cannot find the sector requested.ERROR_SECTOR_NOT_FOUND28The printer is out of paper.ERROR_OUT_OF_PAPER29The system cannot write to the specified device.ERROR_WRITE_FAULT30The system cannot read from the specified device.ERROR_READ_FAULT31A device attached to the system is not functioning.ERROR_GEN_FAILURE32The process cannot access the file because it is being used by another process.ERROR_SHARING_VIOLATION33The process cannot access the file because another process has locked a portion of the file.ERROR_LOCK_VIOLATION34The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.ERROR_WRONG_DISK36Too many files opened for sharing.ERROR_SHARING_BUFFER_EXCEEDED38Reached the end of the file.ERROR_HANDLE_EOF39The disk is full.ERROR_HANDLE_DISK_FULL50The network request is not supported.ERROR_NOT_SUPPORTED51The remote computer is not available.ERROR_REM_NOT_LIST52A duplicate name exists on the network.ERROR_DUP_NAME53The network path was not found.ERROR_BAD_NETPATH54The network is busy.ERROR_NETWORK_BUSY55The specified network resource or device is no longer available.ERROR_DEV_NOT_EXIST56The network BIOS command limit has been reached.ERROR_TOO_MANY_CMDS57A network adapter hardware error occurred.ERROR_ADAP_HDW_ERR58The specified server cannot perform the requested operation.ERROR_BAD_NET_RESP59An unexpected network error occurred.ERROR_UNEXP_NET_ERR60The remote adapter is not compatible.ERROR_BAD_REM_ADAP61The printer queue is full.ERROR_PRINTQ_FULL62Space to store the file waiting to be printed is not available on the server.ERROR_NO_SPOOL_SPACE63Your file waiting to be printed was deleted.ERROR_PRINT_CANCELLED64The specified network name is no longer available.ERROR_NETNAME_DELETED65Network access is denied.ERROR_NETWORK_ACCESS_DENIED66The network resource type is not correct.ERROR_BAD_DEV_TYPE67The network name cannot be found.ERROR_BAD_NET_NAME68The name limit for the local computer network adapter card was exceeded.ERROR_TOO_MANY_NAMES69The network BIOS session limit was exceeded.ERROR_TOO_MANY_SESS70The remote server has been paused or is in the process of being started.ERROR_SHARING_PAUSED71No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.ERROR_REQ_NOT_ACCEP72The specified printer or disk device has been paused.ERROR_REDIR_PAUSED80The file exists.ERROR_FILE_EXISTS82The directory or file cannot be created.ERROR_CANNOT_MAKE83Fail on interrupt 24 handler.ERROR_FAIL_I2484Storage to process this request is not available.ERROR_OUT_OF_STRUCTURES85The local device name is already in use.ERROR_ALREADY_ASSIGNED86The specified network password is not correct.ERROR_INVALID_PASSWORD87The parameter is incorrect.ERROR_INVALID_PARAMETER88A write fault occurred on the network.ERROR_NET_WRITE_FAULT89The system cannot start another process at this time.ERROR_NO_PROC_SLOTS100Cannot create another system semaphore.ERROR_TOO_MANY_SEMAPHORES101The exclusive semaphore is owned by another process.ERROR_EXCL_SEM_ALREADY_OWNED102The semaphore is set and cannot be closed.ERROR_SEM_IS_SET103The semaphore cannot be set again.ERROR_TOO_MANY_SEM_REQUESTS104Cannot request exclusive semaphores at interrupt time.ERROR_INVALID_AT_INTERRUPT_TIME105The previous ownership of this semaphore has ended.ERROR_SEM_OWNER_DIED106Insert the diskette for drive %1.ERROR_SEM_USER_LIMIT107The program stopped because an alternate diskette was not inserted.ERROR_DISK_CHANGE108The disk is in use or locked by another process.ERROR_DRIVE_LOCKED109The pipe has been ended.ERROR_BROKEN_PIPE110The system cannot open the device or file specified.ERROR_OPEN_FAILED111The file name is too long.ERROR_BUFFER_OVERFLOW112There is not enough space on the disk.ERROR_DISK_FULL113No more internal file identifiers available.ERROR_NO_MORE_SEARCH_HANDLES114The target internal file identifier is incorrect.ERROR_INVALID_TARGET_HANDLE117The IOCTL call made by the application program is not correct.ERROR_INVALID_CATEGORY118The verify-on-write switch parameter value is not correct.ERROR_INVALID_VERIFY_SWITCH119The system does not support the command requested.ERROR_BAD_DRIVER_LEVEL120This function is not valid on this platform.ERROR_CALL_NOT_IMPLEMENTED121The semaphore time-out period has expired.ERROR_SEM_TIMEOUT122The data area passed to a system call is too small.ERROR_INSUFFICIENT_BUFFER123The file name, directory name, or volume label syntax is incorrect.ERROR_INVALID_NAME124The system call level is not correct.ERROR_INVALID_LEVEL125The disk has no volume label.ERROR_NO_VOLUME_LABEL126The specified module could not be found.ERROR_MOD_NOT_FOUND127The specified procedure could not be found.ERROR_PROC_NOT_FOUND128There are no child processes to wait for.ERROR_WAIT_NO_CHILDREN129The %1 application cannot be run in Windows NT mode.ERROR_CHILD_NOT_COMPLETE130Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.ERROR_DIRECT_ACCESS_HANDLE131An attempt was made to move the file pointer before the beginning of the file.ERROR_NEGATIVE_SEEK132The file pointer cannot be set on the specified device or file.ERROR_SEEK_ON_DEVICE133A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.ERROR_IS_JOIN_TARGET134An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.ERROR_IS_JOINED135An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.ERROR_IS_SUBSTED136The system tried to delete the JOIN of a drive that is not joined.ERROR_NOT_JOINED137The system tried to delete the substitution of a drive that is not substituted.ERROR_NOT_SUBSTED138The system tried to join a drive to a directory on a joined drive.ERROR_JOIN_TO_JOIN139The system tried to substitute a drive to a directory on a substituted drive.ERROR_SUBST_TO_SUBST140The system tried to join a drive to a directory on a substituted drive.ERROR_JOIN_TO_SUBST141The system tried to SUBST a drive to a directory on a joined drive.ERROR_SUBST_TO_JOIN142The system cannot perform a JOIN or SUBST at this time.ERROR_BUSY_DRIVE143The system cannot join or substitute a drive to or for a directory on the same drive.ERROR_SAME_DRIVE144The directory is not a subdirectory of the root directory.ERROR_DIR_NOT_ROOT145The directory is not empty.ERROR_DIR_NOT_EMPTY146The path specified is being used in a substitute.ERROR_IS_SUBST_PATH147Not enough resources are available to process this command.ERROR_IS_JOIN_PATH148The path specified cannot be used at this time.ERROR_PATH_BUSY149An attempt was made to join or substitute a drive for which a directory on the drive is the target of a previous substitute.ERROR_IS_SUBST_TARGET150System trace information was not specified in your Config.sys file, or tracing is disallowed.ERROR_SYSTEM_TRACE151The number of specified semaphore events for DosMuxSemWait is not correct.ERROR_INVALID_EVENT_COUNT152DosMuxSemWait did not execute; too many semaphores are already set.ERROR_TOO_MANY_MUXWAITERS153The DosMuxSemWait list is not correct.ERROR_INVALID_LIST_FORMAT154The volume label you entered exceeds the label character limit of the target file system.ERROR_LABEL_TOO_LONG155Cannot create another thread.ERROR_TOO_MANY_TCBS156The recipient process has refused the signal.ERROR_SIGNAL_REFUSED157The segment is already discarded and cannot be locked.ERROR_DISCARDED158The segment is already unlocked.ERROR_NOT_LOCKED159The address for the thread identifier is not correct.ERROR_BAD_THREADID_ADDR160The argument string passed to DosExecPgm is not correct.ERROR_BAD_ARGUMENTS161The specified path is invalid.ERROR_BAD_PATHNAME162A signal is already pending.ERROR_SIGNAL_PENDING164No more threads can be created in the system.ERROR_MAX_THRDS_REACHED167Unable to lock a region of a file.ERROR_LOCK_FAILED170The requested resource is in use.ERROR_BUSY173A lock request was not outstanding for the supplied cancel region.ERROR_CANCEL_VIOLATION174The file system does not support atomic changes to the lock type.ERROR_ATOMIC_LOCKS_NOT_SUPPORTED180The system detected a segment number that was not correct.ERROR_INVALID_SEGMENT_NUMBER182The operating system cannot run %1.ERROR_INVALID_ORDINAL183Cannot create a file when that file already exists.ERROR_ALREADY_EXISTS186The flag passed is not correct.ERROR_INVALID_FLAG_NUMBER187The specified system semaphore name was not found.ERROR_SEM_NOT_FOUND188The operating system cannot run %1.ERROR_INVALID_STARTING_CODESEG189The operating system cannot run %1.ERROR_INVALID_STACKSEG190The operating system cannot run %1.ERROR_INVALID_MODULETYPE191Cannot run %1 in Windows NT mode.ERROR_INVALID_EXE_SIGNATURE192The operating system cannot run %1.ERROR_EXE_MARKED_INVALID193Is not a valid application.ERROR_BAD_EXE_FORMAT194The operating system cannot run %1.ERROR_ITERATED_DATA_EXCEEDS_64k195The operating system cannot run %1.ERROR_INVALID_MINALLOCSIZE196The operating system cannot run this application program.ERROR_DYNLINK_FROM_INVALID_RING197The operating system is not presently configured to run this application.ERROR_IOPL_NOT_ENABLED198The operating system cannot run %1.ERROR_INVALID_SEGDPL199The operating system cannot run this application program.ERROR_AUTODATASEG_EXCEEDS_64k200The code segment cannot be greater than or equal to 64 KB.ERROR_RING2SEG_MUST_BE_MOVABLE201The operating system cannot run %1.ERROR_RELOC_CHAIN_XEEDS_SEGLIM202The operating system cannot run %1.ERROR_INFLOOP_IN_RELOC_CHAIN203The system could not find the environment option that was entered.ERROR_ENVVAR_NOT_FOUND205No process in the command subtree has a signal handler.ERROR_NO_SIGNAL_SENT206The file name or extension is too long.ERROR_FILENAME_EXCED_RANGE207The ring 2 stack is in use.ERROR_RING2_STACK_IN_USE208The global file name characters, "*" or "?," are entered incorrectly or too many global file name characters are specified.ERROR_META_EXPANSION_TOO_LONG209The signal being posted is not correct.ERROR_INVALID_SIGNAL_NUMBER210The signal handler cannot be set.ERROR_THREAD_1_INACTIVE212The segment is locked and cannot be reallocated.ERROR_LOCKED214Too many dynamic-link modules are attached to this program or dynamic-link module.ERROR_TOO_MANY_MODULES215Cannot nest calls to the LoadModule function.ERROR_NESTING_NOT_ALLOWED216The image file %1 is valid, but is for a machine type other than the current machine.ERROR_EXE_MACHINE_TYPE_MISMATCH230The pipe state is invalid.ERROR_BAD_PIPE231All pipe instances are busy.ERROR_PIPE_BUSY232The pipe is being closed.ERROR_NO_DATA233No process is on the other end of the pipe.ERROR_PIPE_NOT_CONNECTED234More data is available.ERROR_MORE_DATA240The session was canceled.ERROR_VC_DISCONNECTED254The specified extended attribute name was invalid.ERROR_INVALID_EA_NAME255The extended attributes are inconsistent.ERROR_EA_LIST_INCONSISTENT259No more data is available.ERROR_NO_MORE_ITEMS266The copy functions cannot be used.ERROR_CANNOT_COPY267The directory name is invalid.ERROR_DIRECTORY275The extended attributes did not fit in the buffer.ERROR_EAS_DIDNT_FIT276The extended attribute file on the mounted file system is corrupt.ERROR_EA_FILE_CORRUPT277The extended attribute table file is full.ERROR_EA_TABLE_FULL278The specified extended attribute handle is invalid.ERROR_INVALID_EA_HANDLE282The mounted file system does not support extended attributes.ERROR_EAS_NOT_SUPPORTED288Attempt to release mutex not owned by caller.ERROR_NOT_OWNER298Too many posts were made to a semaphore.ERROR_TOO_MANY_POSTS299Only part of a ReadProcessMemory or WriteProcessMemory request was completed.ERROR_PARTIAL_COPY317The system cannot find message text for message number 0x%1 in the message file for %2.ERROR_MR_MID_NOT_FOUND487Attempt to access invalid address.ERROR_INVALID_ADDRESS534Arithmetic result exceeded 32 bits.ERROR_ARITHMETIC_OVERFLOW535There is a process on other end of the pipe.ERROR_PIPE_CONNECTED536Waiting for a process to open the other end of the pipe.ERROR_PIPE_LISTENING994Access to the extended attribute was denied.ERROR_EA_ACCESS_DENIED995The I/O operation has been aborted because of either a thread exit or an application request.ERROR_OPERATION_ABORTED996Overlapped I/O event is not in a signaled state.ERROR_IO_INCOMPLETE997Overlapped I/O operation is in progress.ERROR_IO_PENDING998Invalid access to memory location.ERROR_NOACCESS999Error performing inpage operation.ERROR_SWAPERROR1001Recursion too deep; the stack overflowed.ERROR_STACK_OVERFLOW1002The window cannot act on the sent message.ERROR_INVALID_MESSAGE1003Cannot complete this function.ERROR_CAN_NOT_COMPLETE1004Invalid flags.ERROR_INVALID_FLAGS1005The volume does not contain a recognized file system. Verify that all required file system drivers are loaded and that the volume is not corrupted.ERROR_UNRECOGNIZED_VOLUME1006The volume for a file has been externally altered so that the opened file is no longer valid.ERROR_FILE_INVALID1007The requested operation cannot be performed in full-screen mode.ERROR_FULLSCREEN_MODE1008An attempt was made to reference a token that does not exist.ERROR_NO_TOKEN1009The configuration registry database is corrupt.ERROR_BADDB1010The configuration registry key is invalid.ERROR_BADKEY1011The configuration registry key could not be opened.ERROR_CANTOPEN1012The configuration registry key could not be read.ERROR_CANTREAD1013The configuration registry key could not be written.ERROR_CANTWRITE1014One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful.ERROR_REGISTRY_RECOVERED1015The registry is corrupted. The structure of one of the files that contains registry data is corrupted, or the system's image of the file in memory is corrupted, or the file could not be recovered because the alternate copy or log was absent or corrupted.ERROR_REGISTRY_CORRUPT1016An 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.ERROR_REGISTRY_IO_FAILED1017The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format.ERROR_NOT_REGISTRY_FILE1018Illegal operation attempted on a registry key that has been marked for deletion.ERROR_KEY_DELETED1019System could not allocate the required space in a registry log.ERROR_NO_LOG_SPACE1020Cannot create a symbolic link in a registry key that already has subkeys or values.ERROR_KEY_HAS_CHILDREN1021Cannot create a stable subkey under a volatile parent key.ERROR_CHILD_MUST_BE_VOLATILE1022A 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.ERROR_NOTIFY_ENUM_DIR1051A stop control has been sent to a service that other running services are dependent on.ERROR_DEPENDENT_SERVICES_RUNNING1052The requested control is not valid for this service.ERROR_INVALID_SERVICE_CONTROL1053The service did not respond to the start or control request in a timely fashion.ERROR_SERVICE_REQUEST_TIMEOUT1054A thread could not be created for the service.ERROR_SERVICE_NO_THREAD1055The service database is locked.ERROR_SERVICE_DATABASE_LOCKED1056An instance of the service is already running.ERROR_SERVICE_ALREADY_RUNNING1057The account name is invalid or does not exist.ERROR_INVALID_SERVICE_ACCOUNT1058The specified service is disabled and cannot be started.ERROR_SERVICE_DISABLED1059Circular service dependency was specified.ERROR_CIRCULAR_DEPENDENCY1060The specified service does not exist as an installed service.ERROR_SERVICE_DOES_NOT_EXIST1061The service cannot accept control messages at this time.ERROR_SERVICE_CANNOT_ACCEPT_CTRL1062The service has not been started.ERROR_SERVICE_NOT_ACTIVE1063The service process could not connect to the service controller.ERROR_FAILED_SERVICE_CONTROLLER_CONNECT1064An exception occurred in the service when handling the control request.ERROR_EXCEPTION_IN_SERVICE1065The database specified does not exist.ERROR_DATABASE_DOES_NOT_EXIST1066The service has returned a service-specific error code.ERROR_SERVICE_SPECIFIC_ERROR1067The process terminated unexpectedly.ERROR_PROCESS_ABORTED1068The dependency service or group failed to start.ERROR_SERVICE_DEPENDENCY_FAIL1069The service did not start due to a logon failure.ERROR_SERVICE_LOGON_FAILED1070After starting, the service stopped responding (hung) in a start-pending state.ERROR_SERVICE_START_HANG1071The specified service database lock is invalid.ERROR_INVALID_SERVICE_LOCK1072The specified service has been marked for deletion.ERROR_SERVICE_MARKED_FOR_DELETE1073The specified service already exists.ERROR_SERVICE_EXISTS1074The system is currently running with the last-known-good configuration.ERROR_ALREADY_RUNNING_LKG1075The dependency service does not exist or has been marked for deletion.ERROR_SERVICE_DEPENDENCY_DELETED1076The current boot has already been accepted for use as the last-known-good control set.ERROR_BOOT_ALREADY_ACCEPTED1077No attempts to start the service have been made since the last boot.ERROR_SERVICE_NEVER_STARTED1078The name is already in use as either a service name or a service display name.ERROR_DUPLICATE_SERVICE_NAME1079The account specified for this service is different from the account specified for other services running in the same process.ERROR_DIFFERENT_SERVICE_ACCOUNT1100The physical end of the tape has been reached.ERROR_END_OF_MEDIA1101A tape access reached a filemark.ERROR_FILEMARK_DETECTED1102The beginning of the tape or partition was encountered.ERROR_BEGINNING_OF_MEDIA1103A tape access reached the end of a set of files.ERROR_SETMARK_DETECTED1104No more data is on the tape.ERROR_NO_DATA_DETECTED1105Tape could not be partitioned.ERROR_PARTITION_FAILURE1106When accessing a new tape of a multivolume partition, the current block size is incorrect.ERROR_INVALID_BLOCK_LENGTH1107Tape partition information could not be found when loading a tape.ERROR_DEVICE_NOT_PARTITIONED1108Unable to lock the media eject mechanism.ERROR_UNABLE_TO_LOCK_MEDIA1109Unable to unload the media.ERROR_UNABLE_TO_UNLOAD_MEDIA1110The media in the drive may have changed.ERROR_MEDIA_CHANGED1111The I/O bus was reset.ERROR_BUS_RESET1112No media in drive.ERROR_NO_MEDIA_IN_DRIVE1113No mapping for the Unicode character exists in the target multibyte code page.ERROR_NO_UNICODE_TRANSLATION1114A dynamic link library (DLL) initialization routine failed.ERROR_DLL_INIT_FAILED1115A system shutdown is in progress.ERROR_SHUTDOWN_IN_PROGRESS1116Unable to abort the system shutdown because no shutdown was in progress.ERROR_NO_SHUTDOWN_IN_PROGRESS1117The request could not be performed because of an I/O device error.ERROR_IO_DEVICE1118No serial device was successfully initialized. The serial driver will unload.ERROR_SERIAL_NO_DEVICE1119Unable 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.ERROR_IRQ_BUSY1120A serial I/O operation was completed by another write to the serial port. The IOCTL_SERIAL_XOFF_COUNTER reached zero.)ERROR_MORE_WRITES1121A serial I/O operation completed because the time-out period expired. In other words, the IOCTL_SERIAL_XOFF_COUNTER did not reach zero.ERROR_COUNTER_TIMEOUT1122No identifier address mark was found on the floppy disk.ERROR_FLOPPY_ID_MARK_NOT_FOUND1123Mismatch between the floppy disk sector identifier field and the floppy disk controller track address.ERROR_FLOPPY_WRONG_CYLINDER1124The floppy disk controller reported an error that is not recognized by the floppy disk driver.ERROR_FLOPPY_UNKNOWN_ERROR1125The floppy disk controller returned inconsistent results in its registers.ERROR_FLOPPY_BAD_REGISTERS1126While accessing the hard disk, a recalibrate operation failed, even after retries.ERROR_DISK_RECALIBRATE_FAILED1127While accessing the hard disk, a disk operation failed even after retries.ERROR_DISK_OPERATION_FAILED1128While accessing the hard disk, a disk controller reset was needed, but even that failed.ERROR_DISK_RESET_FAILED1129Physical end of tape encountered.ERROR_EOM_OVERFLOW1130Not enough server storage is available to process this command.ERROR_NOT_ENOUGH_SERVER_MEMORY1131A potential deadlock condition has been detected.ERROR_POSSIBLE_DEADLOCK1132The base address or the file offset specified does not have the proper alignment.ERROR_MAPPED_ALIGNMENT1140An attempt to change the system power state was vetoed by another application or driver.ERROR_SET_POWER_STATE_VETOED1141The basic input/output system (BIOS) failed an attempt to change the system power state.ERROR_SET_POWER_STATE_FAILED1142An attempt was made to create more links on a file than the file system supports.ERROR_TOO_MANY_LINKS1150The specified program requires a newer version of Windows.ERROR_OLD_WIN_VERSION1151The specified program is not a Windows or MS-DOS program.ERROR_APP_WRONG_OS1152Cannot start more than one instance of the specified program.ERROR_SINGLE_INSTANCE_APP1153The specified program was written for an earlier version of Windows.ERROR_RMODE_APP1154One of the library files needed to run this application is damaged.ERROR_INVALID_DLL1155No application is associated with the specified file for this operation.ERROR_NO_ASSOCIATION1156An error occurred in sending the command to the application.ERROR_DDE_FAIL1157One of the library files needed to run this application cannot be found.ERROR_DLL_NOT_FOUND1200The specified device name is invalid.ERROR_BAD_DEVICE1201The device is not currently connected but it is a remembered connection.ERROR_CONNECTION_UNAVAIL1202An attempt was made to remember a device that had previously been remembered.ERROR_DEVICE_ALREADY_REMEMBERED1203No network provider accepted the given network path.ERROR_NO_NET_OR_BAD_PATH1204The specified network provider name is invalid.ERROR_BAD_PROVIDER1205Unable to open the network connection profile.ERROR_CANNOT_OPEN_PROFILE1206The network connection profile is corrupt.ERROR_BAD_PROFILE1207Cannot enumerate a noncontainer.ERROR_NOT_CONTAINER1208An extended error has occurred.ERROR_EXTENDED_ERROR1209The format of the specified group name is invalid.ERROR_INVALID_GROUPNAME1210The format of the specified computer name is invalid.ERROR_INVALID_COMPUTERNAME1211The format of the specified event name is invalid.ERROR_INVALID_EVENTNAME1212The format of the specified domain name is invalid.ERROR_INVALID_DOMAINNAME1213The format of the specified service name is invalid.ERROR_INVALID_SERVICENAME1214The format of the specified network name is invalid.ERROR_INVALID_NETNAME1215The format of the specified share name is invalid.ERROR_INVALID_SHARENAME1216The format of the specified password is invalid.ERROR_INVALID_PASSWORDNAME1217The format of the specified message name is invalid.ERROR_INVALID_MESSAGENAME1218The format of the specified message destination is invalid.ERROR_INVALID_MESSAGEDEST1219The credentials supplied conflict with an existing set of credentials.ERROR_SESSION_CREDENTIAL_CONFLICT1220An attempt was made to establish a session to a network server, but there are already too many sessions established to that server.ERROR_REMOTE_SESSION_LIMIT_EXCEEDED1221The workgroup or domain name is already in use by another computer on the network.ERROR_DUP_DOMAINNAME1222The network is not present or not started.ERROR_NO_NETWORK1223The operation was canceled by the user.ERROR_CANCELLED1224The requested operation cannot be performed on a file with a user-mapped section open.ERROR_USER_MAPPED_FILE1225The remote system refused the network connection.ERROR_CONNECTION_REFUSED1226The network connection was gracefully closed.ERROR_GRACEFUL_DISCONNECT1227The network transport endpoint already has an address associated with it.ERROR_ADDRESS_ALREADY_ASSOCIATED1228An address has not yet been associated with the network endpoint.ERROR_ADDRESS_NOT_ASSOCIATED1229An operation was attempted on a nonexistent network connection.ERROR_CONNECTION_INVALID1230An invalid operation was attempted on an active network connection.ERROR_CONNECTION_ACTIVE1231The remote network is not reachable by the transport.ERROR_NETWORK_UNREACHABLE1232The remote system is not reachable by the transport.ERROR_HOST_UNREACHABLE1233The remote system does not support the transport protocol.ERROR_PROTOCOL_UNREACHABLE1234No service is operating at the destination network endpoint on the remote system.ERROR_PORT_UNREACHABLE1235The request was aborted.ERROR_REQUEST_ABORTED1236The network connection was aborted by the local system.ERROR_CONNECTION_ABORTED1237The operation could not be completed. A retry should be performed.ERROR_RETRY1238A connection to the server could not be made because the limit on the number of concurrent connections for this account has been reached.ERROR_CONNECTION_COUNT_LIMIT1239Attempting to log in during an unauthorized time of day for this account.ERROR_LOGIN_TIME_RESTRICTION1240The account is not authorized to log in from this station.ERROR_LOGIN_WKSTA_RESTRICTION1241The network address could not be used for the operation requested.ERROR_INCORRECT_ADDRESS1242The service is already registered.ERROR_ALREADY_REGISTERED1243The specified service does not exist.ERROR_SERVICE_NOT_FOUND1244The operation being requested was not performed because the user has not been authenticated.ERROR_NOT_AUTHENTICATED1245The operation being requested was not performed because the user has not logged on to the network. The specified service does not exist.ERROR_NOT_LOGGED_ON1246Caller to continue with work in progress.ERROR_CONTINUE1247An attempt was made to perform an initialization operation when initialization has already been completed.ERROR_ALREADY_INITIALIZED1248No more local devices.ERROR_NO_MORE_DEVICES1300Not all privileges referenced are assigned to the caller.ERROR_NOT_ALL_ASSIGNED1301Some mapping between account names and security IDs was not done.ERROR_SOME_NOT_MAPPED1302No system quota limits are specifically set for this account.ERROR_NO_QUOTAS_FOR_ACCOUNT1303No encryption key is available. A well-known encryption key was returned.ERROR_LOCAL_USER_SESSION_KEY1304The password is too complex to be converted to a LAN Manager password. The LAN Manager password returned is a null string.ERROR_NULL_LM_PASSWORD1305The revision level is unknown.ERROR_UNKNOWN_REVISION1306Indicates two revision levels are incompatible.ERROR_REVISION_MISMATCH1307This security identifier may not be assigned as the owner of this object.ERROR_INVALID_OWNER1308This security identifier may not be assigned as the primary group of an object.ERROR_INVALID_PRIMARY_GROUP1309An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.ERROR_NO_IMPERSONATION_TOKEN1310The group cannot be disabled.ERROR_CANT_DISABLE_MANDATORY1311There are currently no logon servers available to service the logon request.ERROR_NO_LOGON_SERVERS1312A specified logon session does not exist. It may already have been terminated.ERROR_NO_SUCH_LOGON_SESSION1313A specified privilege does not exist.ERROR_NO_SUCH_PRIVILEGE1314A required privilege is not held by the client.ERROR_PRIVILEGE_NOT_HELD1315The name provided is not a properly formed account name.ERROR_INVALID_ACCOUNT_NAME1316The specified user already exists.ERROR_USER_EXISTS1317The specified user does not exist.ERROR_NO_SUCH_USER1318The specified group already exists.ERROR_GROUP_EXISTS1319The specified group does not exist.ERROR_NO_SUCH_GROUP1320Either the specified user account is already a member of the specified group, or the specified group cannot be deleted because it contains a member.ERROR_MEMBER_IN_GROUP1321The specified user account is not a member of the specified group account.ERROR_MEMBER_NOT_IN_GROUP1322The last remaining administration account cannot be disabled or deleted.ERROR_LAST_ADMIN1323Unable to update the password. The value provided as the current password is incorrect.ERROR_WRONG_PASSWORD1324Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.ERROR_ILL_FORMED_PASSWORD1325Unable to update the password because a password update rule has been violated.ERROR_PASSWORD_RESTRICTION1326Logon failure — unknown user name or bad password.ERROR_LOGON_FAILURE1327Logon failure — user account restriction.ERROR_ACCOUNT_RESTRICTION1328Logon failure — account logon time restriction violation.ERROR_INVALID_LOGON_HOURS1329Logon failure — user not allowed to log on to this computer.ERROR_INVALID_WORKSTATION1330Logon failure — the specified account password has expired.ERROR_PASSWORD_EXPIRED1331Logon failure — account currently disabled.ERROR_ACCOUNT_DISABLED1332No mapping between account names and security IDs was done.ERROR_NONE_MAPPED1333Too many LUIDs were requested at one time.ERROR_TOO_MANY_LUIDS_REQUESTED1334No more LUIDs are available.ERROR_LUIDS_EXHAUSTED1335The subauthority part of a security identifier is invalid for this particular use.ERROR_INVALID_SUB_AUTHORITY1336The access control list (ACL) structure is invalid.ERROR_INVALID_ACL1337The security identifier structure is invalid.ERROR_INVALID_SID1338The security descriptor structure is invalid.ERROR_INVALID_SECURITY_DESCR1340The inherited access control list (ACL) or access control entry (ACE) could not be built.ERROR_BAD_INHERITANCE_ACL1341The server is currently disabled.ERROR_SERVER_DISABLED1342The server is currently enabled.ERROR_SERVER_NOT_DISABLED1343The value provided was an invalid value for an identifier authority.ERROR_INVALID_ID_AUTHORITY1344No more memory is available for security information updates.ERROR_ALLOTTED_SPACE_EXCEEDED1345The specified attributes are invalid, or incompatible with the attributes for the group as a whole.ERROR_INVALID_GROUP_ATTRIBUTES1346Either a required impersonation level was not provided, or the provided impersonation level is invalid.ERROR_BAD_IMPERSONATION_LEVEL1347Cannot open an anonymous level security token.ERROR_CANT_OPEN_ANONYMOUS1348The validation information class requested was invalid.ERROR_BAD_VALIDATION_CLASS1349The type of the token is inappropriate for its attempted use.ERROR_BAD_TOKEN_TYPE1350Unable to perform a security operation on an object that has no associated security.ERROR_NO_SECURITY_ON_OBJECT1351Indicates that a Windows NT Server could not be contacted or that objects within the domain are protected such that necessary information could not be retrieved.ERROR_CANT_ACCESS_DOMAIN_INFO1352The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.ERROR_INVALID_SERVER_STATE1353The domain was in the wrong state to perform the security operation.ERROR_INVALID_DOMAIN_STATE1354This operation is only allowed for the Primary Domain Controller (PDC) of the domain.ERROR_INVALID_DOMAIN_ROLE1355The specified domain did not exist.ERROR_NO_SUCH_DOMAIN1356The specified domain already exists.ERROR_DOMAIN_EXISTS1357An attempt was made to exceed the limit on the number of domains per server.ERROR_DOMAIN_LIMIT_EXCEEDED1358Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.ERROR_INTERNAL_DB_CORRUPTION1359The security account database contains an internal inconsistency.ERROR_INTERNAL_ERROR1360Generic access types were contained in an access mask that should already be mapped to nongeneric types.ERROR_GENERIC_NOT_MAPPED1361A security descriptor is not in the right format (absolute or self-relative).ERROR_BAD_DESCRIPTOR_FORMAT1362The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.ERROR_NOT_LOGON_PROCESS1363Cannot start a new logon session with an identifier that is already in use.ERROR_LOGON_SESSION_EXISTS1364A specified authentication package is unknown.ERROR_NO_SUCH_PACKAGE1365The logon session is not in a state that is consistent with the requested operation.ERROR_BAD_LOGON_SESSION_STATE1366The logon session identifier is already in use.ERROR_LOGON_SESSION_COLLISION1367A logon request contained an invalid logon type value.ERROR_INVALID_LOGON_TYPE1369The transaction state of a registry subtree is incompatible with the requested operation.ERROR_RXACT_INVALID_STATE1370An internal security database corruption has been encountered.ERROR_RXACT_COMMIT_FAILURE1371Cannot perform this operation on built-in accounts.ERROR_SPECIAL_ACCOUNT1372Cannot perform this operation on this built-in special group.ERROR_SPECIAL_GROUP1373Cannot perform this operation on this built-in special user.ERROR_SPECIAL_USER1374The user cannot be removed from a group because the group is currently the user's primary group.ERROR_MEMBERS_PRIMARY_GROUP1375The token is already in use as a primary token.ERROR_TOKEN_ALREADY_IN_USE1376The specified local group does not exist.ERROR_NO_SUCH_ALIAS1377The specified account name is not a member of the local group.ERROR_MEMBER_NOT_IN_ALIAS1378The specified account name is already a member of the local group.ERROR_MEMBER_IN_ALIAS1379The specified local group already exists.ERROR_ALIAS_EXISTS1380Logon failure — the user has not been granted the requested logon type at this computer.ERROR_LOGON_NOT_GRANTED1381The maximum number of secrets that may be stored in a single system has been exceeded.ERROR_TOO_MANY_SECRETS1382The length of a secret exceeds the maximum length allowed.ERROR_SECRET_TOO_LONG1383The local security authority database contains an internal inconsistency.ERROR_INTERNAL_DB_ERROR1384During a logon attempt, the user's security context accumulated too many security IDs.ERROR_TOO_MANY_CONTEXT_IDS1385Logon failure — the user has not been granted the requested logon type at this computer.ERROR_LOGON_TYPE_NOT_GRANTED1386A cross-encrypted password is necessary to change a user password.ERROR_NT_CROSS_ENCRYPTION_REQUIRED1387A new member could not be added to a local group because the member does not exist.ERROR_NO_SUCH_MEMBER1388A new member could not be added to a local group because the member has the wrong account type.ERROR_INVALID_MEMBER1389Too many security IDs have been specified.ERROR_TOO_MANY_SIDS1390A cross-encrypted password is necessary to change this user password.ERROR_LM_CROSS_ENCRYPTION_REQUIRED1391Indicates an ACL contains no inheritable components.ERROR_NO_INHERITANCE1392The file or directory is corrupted and non-readable.ERROR_FILE_CORRUPT1393The disk structure is corrupted and non-readable.ERROR_DISK_CORRUPT1394There is no user session key for the specified logon session.ERROR_NO_USER_SESSION_KEY1395The 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.ERROR_LICENSE_QUOTA_EXCEEDED1400Invalid window handle.ERROR_INVALID_WINDOW_HANDLE1401Invalid menu handle.ERROR_INVALID_MENU_HANDLE1402Invalid cursor handle.ERROR_INVALID_CURSOR_HANDLE1403Invalid accelerator table handle.ERROR_INVALID_ACCEL_HANDLE1404Invalid hook handle.ERROR_INVALID_HOOK_HANDLE1405Invalid handle to a multiple-window position structure.ERROR_INVALID_DWP_HANDLE1406Cannot create a top-level child window.ERROR_TLW_WITH_WSCHILD1407Cannot find window class.ERROR_CANNOT_FIND_WND_CLASS1408Invalid window, it belongs to another thread.ERROR_WINDOW_OF_OTHER_THREAD1409Hot key is already registered.ERROR_HOTKEY_ALREADY_REGISTERED1410Class already exists.ERROR_CLASS_ALREADY_EXISTS1411Class does not exist.ERROR_CLASS_DOES_NOT_EXIST1412Class still has open windows.ERROR_CLASS_HAS_WINDOWS1413Invalid index.ERROR_INVALID_INDEX1414Invalid icon handle.ERROR_INVALID_ICON_HANDLE1415Using private DIALOG window words.ERROR_PRIVATE_DIALOG_INDEX1416The list box identifier was not found.ERROR_LISTBOX_ID_NOT_FOUND1417No wildcards were found.ERROR_NO_WILDCARD_CHARACTERS1418Thread does not have a clipboard open.ERROR_CLIPBOARD_NOT_OPEN1419Hot key is not registered.ERROR_HOTKEY_NOT_REGISTERED1420The window is not a valid dialog window.ERROR_WINDOW_NOT_DIALOG1421Control identifier not found.ERROR_CONTROL_ID_NOT_FOUND1422Invalid message for a combo box because it does not have an edit control.ERROR_INVALID_COMBOBOX_MESSAGE1423The window is not a combo box.ERROR_WINDOW_NOT_COMBOBOX1424Height must be less than 256.ERROR_INVALID_EDIT_HEIGHT1425Invalid device context (DC) handle.ERROR_DC_NOT_FOUND1426Invalid hook procedure type.ERROR_INVALID_HOOK_FILTER1427Invalid hook procedure.ERROR_INVALID_FILTER_PROC1428Cannot set nonlocal hook without a module handle.ERROR_HOOK_NEEDS_HMOD1429This hook procedure can only be set globally.ERROR_GLOBAL_ONLY_HOOK1430The journal hook procedure is already installed.ERROR_JOURNAL_HOOK_SET1431The hook procedure is not installed.ERROR_HOOK_NOT_INSTALLED1432Invalid message for single-selection list box.ERROR_INVALID_LB_MESSAGE1434This list box does not support tab stops.ERROR_LB_WITHOUT_TABSTOPS1435Cannot destroy object created by another thread.ERROR_DESTROY_OBJECT_OF_OTHER_THREAD1436Child windows cannot have menus.ERROR_CHILD_WINDOW_MENU1437The window does not have a system menu.ERROR_NO_SYSTEM_MENU1438Invalid message box style.ERROR_INVALID_MSGBOX_STYLE1439Invalid system-wide (SPI_*) parameter.ERROR_INVALID_SPI_VALUE1440Screen already locked.ERROR_SCREEN_ALREADY_LOCKED1441All handles to windows in a multiple-window position structure must have the same parent.ERROR_HWNDS_HAVE_DIFF_PARENT1442The window is not a child window.ERROR_NOT_CHILD_WINDOW1443Invalid GW_* command.ERROR_INVALID_GW_COMMAND1444Invalid thread identifier.ERROR_INVALID_THREAD_ID1445Cannot process a message from a window that is not a multiple-document interface (MDI) window.ERROR_NON_MDICHILD_WINDOW1446Pop-up menu already active.ERROR_POPUP_ALREADY_ACTIVE1447The window does not have scroll bars.ERROR_NO_SCROLLBARS1448Scroll bar range cannot be greater than 0x7FFF.ERROR_INVALID_SCROLLBAR_RANGE1449Cannot show or remove the window in the way specified.ERROR_INVALID_SHOWWIN_COMMAND1450Insufficient system resources exist to complete the requested service.ERROR_NO_SYSTEM_RESOURCES1451Insufficient system resources exist to complete the requested service.ERROR_NONPAGED_SYSTEM_RESOURCES1452Insufficient system resources exist to complete the requested service.ERROR_PAGED_SYSTEM_RESOURCES1453Insufficient quota to complete the requested service.ERROR_WORKING_SET_QUOTA1454Insufficient quota to complete the requested service.ERROR_PAGEFILE_QUOTA1455The paging file is too small for this operation to complete.ERROR_COMMITMENT_LIMIT1456A menu item was not found.ERROR_MENU_ITEM_NOT_FOUND1457Invalid keyboard layout handle.ERROR_INVALID_KEYBOARD_HANDLE1458Hook type not allowed.ERROR_HOOK_TYPE_NOT_ALLOWED1459This operation requires an interactive window station.ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION1460This operation returned because the time-out period expired.ERROR_TIMEOUT1500The event tracking file is corrupted.ERROR_EVENTLOG_FILE_CORRUPT1501No event tracking file could be opened, so the event tracking service did not start.ERROR_EVENTLOG_CANT_START1502The event tracking file is full.ERROR_LOG_FILE_FULL1503The event tracking file has changed between read operations.ERROR_EVENTLOG_FILE_CHANGED1700The string binding is invalid.RPC_S_INVALID_STRING_BINDING1701The binding handle is not the correct type.RPC_S_WRONG_KIND_OF_BINDING1702The binding handle is invalid.RPC_S_INVALID_BINDING1703The RPC protocol sequence is not supported.RPC_S_PROTSEQ_NOT_SUPPORTED1704The RPC protocol sequence is invalid.RPC_S_INVALID_RPC_PROTSEQ1705The string universal unique identifier (UUID) is invalid.RPC_S_INVALID_STRING_UUID1706The endpoint format is invalid.RPC_S_INVALID_ENDPOINT_FORMAT1707The network address is invalid.RPC_S_INVALID_NET_ADDR1708No endpoint was found.RPC_S_NO_ENDPOINT_FOUND1709The time-out value is invalid.RPC_S_INVALID_TIMEOUT1710The object universal unique identifier (UUID) was not found.RPC_S_OBJECT_NOT_FOUND1711The object universally unique identifier (UUID) has already been registered.RPC_S_ALREADY_REGISTERED1712The type UUID has already been registered.RPC_S_TYPE_ALREADY_REGISTERED1713The remote procedure call (RPC) server is already listening.RPC_S_ALREADY_LISTENING1714No protocol sequences have been registered.RPC_S_NO_PROTSEQS_REGISTERED1715The RPC server is not listening.RPC_S_NOT_LISTENING1716The manager type is unknown.RPC_S_UNKNOWN_MGR_TYPE1717The interface is unknown.RPC_S_UNKNOWN_IF1718There are no bindings.RPC_S_NO_BINDINGS1719There are no protocol sequences.RPC_S_NO_PROTSEQS1720The endpoint cannot be created.RPC_S_CANT_CREATE_ENDPOINT1721Not enough resources are available to complete this operation.RPC_S_OUT_OF_RESOURCES1722The RPC server is unavailable.RPC_S_SERVER_UNAVAILABLE1723The RPC server is too busy to complete this operation.RPC_S_SERVER_TOO_BUSY1724The network options are invalid.RPC_S_INVALID_NETWORK_OPTIONS1725There is not a remote procedure call active in this thread.RPC_S_NO_CALL_ACTIVE1726The remote procedure call failed.RPC_S_CALL_FAILED1727The remote procedure call failed and did not execute.RPC_S_CALL_FAILED_DNE1728A remote procedure call (RPC) protocol error occurred.RPC_S_PROTOCOL_ERROR1730The transfer syntax is not supported by the RPC server.RPC_S_UNSUPPORTED_TRANS_SYN1732The universal unique identifier (UUID) type is not supported.RPC_S_UNSUPPORTED_TYPE1733The tag is invalid.RPC_S_INVALID_TAG1734The array bounds are invalid.RPC_S_INVALID_BOUND1735The binding does not contain an entry name.RPC_S_NO_ENTRY_NAME1736The name syntax is invalid.RPC_S_INVALID_NAME_SYNTAX1737The name syntax is not supported.RPC_S_UNSUPPORTED_NAME_SYNTAX1739No network address is available to use to construct a universal unique identifier (UUID).RPC_S_UUID_NO_ADDRESS1740The endpoint is a duplicate.RPC_S_DUPLICATE_ENDPOINT1741The authentication type is unknown.RPC_S_UNKNOWN_AUTHN_TYPE1742The maximum number of calls is too small.RPC_S_MAX_CALLS_TOO_SMALL1743The string is too long.RPC_S_STRING_TOO_LONG1744The RPC protocol sequence was not found.RPC_S_PROTSEQ_NOT_FOUND1745The procedure number is out of range.RPC_S_PROCNUM_OUT_OF_RANGE1746The binding does not contain any authentication information.RPC_S_BINDING_HAS_NO_AUTH1747The authentication service is unknown.RPC_S_UNKNOWN_AUTHN_SERVICE1748The authentication level is unknown.RPC_S_UNKNOWN_AUTHN_LEVEL1749The security context is invalid.RPC_S_INVALID_AUTH_IDENTITY1750The authorization service is unknown.RPC_S_UNKNOWN_AUTHZ_SERVICE1751The entry is invalid.EPT_S_INVALID_ENTRY1752The server endpoint cannot perform the operation.EPT_S_CANT_PERFORM_OP1753There are no more endpoints available from the endpoint mapper.EPT_S_NOT_REGISTERED1754No interfaces have been exported.RPC_S_NOTHING_TO_EXPORT1755The entry name is incomplete.RPC_S_INCOMPLETE_NAME1756The version option is invalid.RPC_S_INVALID_VERS_OPTION1757There are no more members.RPC_S_NO_MORE_MEMBERS1758There is nothing to unexport.RPC_S_NOT_ALL_OBJS_UNEXPORTED1759The interface was not found.RPC_S_INTERFACE_NOT_FOUND1760The entry already exists.RPC_S_ENTRY_ALREADY_EXISTS1761The entry is not found.RPC_S_ENTRY_NOT_FOUND1762The name service is unavailable.RPC_S_NAME_SERVICE_UNAVAILABLE1763The network address family is invalid.RPC_S_INVALID_NAF_ID1764The requested operation is not supported.RPC_S_CANNOT_SUPPORT1765No security context is available to allow impersonation.RPC_S_NO_CONTEXT_AVAILABLE1766An internal error occurred in a remote procedure call (RPC).RPC_S_INTERNAL_ERROR1767The RPC server attempted an integer division by zero.RPC_S_ZERO_DIVIDE1768An addressing error occurred in the RPC server.RPC_S_ADDRESS_ERROR1769A floating-point operation at the RPC server caused a division by zero.RPC_S_FP_DIV_ZERO1770A floating-point underflow occurred at the RPC server.RPC_S_FP_UNDERFLOW1771A floating-point overflow occurred at the RPC server.RPC_S_FP_OVERFLOW1772The list of RPC servers available for the binding of auto handles has been exhausted.RPC_X_NO_MORE_ENTRIES1773Unable to open the character translation table file.RPC_X_SS_CHAR_TRANS_OPEN_FAIL1774The file containing the character translation table has fewer than 512 bytes.RPC_X_SS_CHAR_TRANS_SHORT_FILE1775A null context handle was passed from the client to the host during a remote procedure call.RPC_X_SS_IN_NULL_CONTEXT1777The context handle changed during a remote procedure call.RPC_X_SS_CONTEXT_DAMAGED1778The binding handles passed to a remote procedure call do not match.RPC_X_SS_HANDLES_MISMATCH1779The stub is unable to get the remote procedure call handle.RPC_X_SS_CANNOT_GET_CALL_HANDLE1780A null reference pointer was passed to the stub.RPC_X_NULL_REF_POINTER1781The enumeration value is out of range.RPC_X_ENUM_VALUE_OUT_OF_RANGE1782The byte count is too small.RPC_X_BYTE_COUNT_TOO_SMALL1783The stub received bad data.RPC_X_BAD_STUB_DATA1784The supplied user buffer is not valid for the requested operation.ERROR_INVALID_USER_BUFFER1785The disk media is not recognized. It may not be formatted.ERROR_UNRECOGNIZED_MEDIA1786The workstation does not have a trust secret.ERROR_NO_TRUST_LSA_SECRET1787The SAM database on the Windows NT Server does not have a computer account for this workstation trust relationship.ERROR_NO_TRUST_SAM_ACCOUNT1788The trust relationship between the primary domain and the trusted domain failed.ERROR_TRUSTED_DOMAIN_FAILURE1789The trust relationship between this workstation and the primary domain failed.ERROR_TRUSTED_RELATIONSHIP_FAILURE1790The network logon failed.ERROR_TRUST_FAILURE1791A remote procedure call is already in progress for this thread.RPC_S_CALL_IN_PROGRESS1792An attempt was made to logon, but the network logon service was not started.ERROR_NETLOGON_NOT_STARTED1793The user's account has expired.ERROR_ACCOUNT_EXPIRED1794The redirector is in use and cannot be unloaded.ERROR_REDIRECTOR_HAS_OPEN_HANDLES1795The specified printer driver is already installed.ERROR_PRINTER_DRIVER_ALREADY_INSTALLED1796The specified port is unknown.ERROR_UNKNOWN_PORT1797The printer driver is unknown.ERROR_UNKNOWN_PRINTER_DRIVER1798The print processor is unknown.ERROR_UNKNOWN_PRINTPROCESSOR1799The specified separator file is invalid.ERROR_INVALID_SEPARATOR_FILE1800The specified priority is invalid.ERROR_INVALID_PRIORITY1801The printer name is invalid.ERROR_INVALID_PRINTER_NAME1802The printer already exists.ERROR_PRINTER_ALREADY_EXISTS1803The printer command is invalid.ERROR_INVALID_PRINTER_COMMAND1804The specified data type is invalid.ERROR_INVALID_DATATYPE1805The environment specified is invalid.ERROR_INVALID_ENVIRONMENT1806There are no more bindings.RPC_S_NO_MORE_BINDINGS1807The account used is an interdomain trust account. Use your global user account or local user account to access this server.ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT1808The account used is a computer account. Use your global user account or local user account to access this server.ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT1809The account used is a server trust account. Use your global user account or local user account to access this server.ERROR_NOLOGON_SERVER_TRUST_ACCOUNT1810The name or security identifier (SID) of the domain specified is inconsistent with the trust information for that domain.ERROR_DOMAIN_TRUST_INCONSISTENT1811The server is in use and cannot be unloaded.ERROR_SERVER_HAS_OPEN_HANDLES1812The specified image file did not contain a resource section.ERROR_RESOURCE_DATA_NOT_FOUND1813The specified resource type cannot be found in the image file.ERROR_RESOURCE_TYPE_NOT_FOUND1814The specified resource name cannot be found in the image file.ERROR_RESOURCE_NAME_NOT_FOUND1815The specified resource language identifier cannot be found in the image file.ERROR_RESOURCE_LANG_NOT_FOUND1816Not enough quota is available to process this command.ERROR_NOT_ENOUGH_QUOTA1817No interfaces have been registered.RPC_S_NO_INTERFACES1818The server was altered while processing this call.RPC_S_CALL_CANCELLED1819The binding handle does not contain all required information.RPC_S_BINDING_INCOMPLETE1820Communications failure.RPC_S_COMM_FAILURE1821The requested authentication level is not supported.RPC_S_UNSUPPORTED_AUTHN_LEVEL1822No principal name registered.RPC_S_NO_PRINC_NAME1823The error specified is not a valid Windows NT RPC error value.RPC_S_NOT_RPC_ERROR1824A UUID that is valid only on this computer has been allocated.RPC_S_UUID_LOCAL_ONLY1825A security package specific error occurred.RPC_S_SEC_PKG_ERROR1826Thread is not canceled.RPC_S_NOT_CANCELLED1827Invalid operation on the encoding/decoding handle.RPC_X_INVALID_ES_ACTION1828Incompatible version of the serializing package.RPC_X_WRONG_ES_VERSION1829Incompatible version of the RPC stub.RPC_X_WRONG_STUB_VERSION1830The idl pipe object is invalid or corrupted.RPC_X_INVALID_PIPE_OBJECT1831The operation is invalid for a given idl pipe object.RPC_X_INVALID_PIPE_OPERATION1832The Interface Definition Language (IDL) pipe version is not supported.RPC_X_WRONG_PIPE_VERSION1898The group member was not found.RPC_S_GROUP_MEMBER_NOT_FOUND1899The endpoint mapper database could not be created.EPT_S_CANT_CREATE1900The object UUID is the nil UUID.RPC_S_INVALID_OBJECT1901The specified time is invalid.ERROR_INVALID_TIME1902The specified form name is invalid.ERROR_INVALID_FORM_NAME1903The specified form size is invalid.ERROR_INVALID_FORM_SIZE1904The specified printer handle is already being waited onERROR_ALREADY_WAITING1905The specified printer has been deleted.ERROR_PRINTER_DELETED1906The state of the printer is invalid.ERROR_INVALID_PRINTER_STATE1907The user must change his password before he logs on the first time.ERROR_PASSWORD_MUST_CHANGE1908Could not find the domain controller for this domain.ERROR_DOMAIN_CONTROLLER_NOT_FOUND1909The referenced account is currently locked out and may not be logged on to.ERROR_ACCOUNT_LOCKED_OUT1910The object exporter specified was not found.OR_INVALID_OXID1911The object specified was not found.OR_INVALID_OID1912The object resolver set specified was not found.OR_INVALID_SET1913Some data remains to be sent in the request buffer.RPC_S_SEND_INCOMPLETE2000The pixel format is invalid.ERROR_INVALID_PIXEL_FORMAT2001The specified driver is invalid.ERROR_BAD_DRIVER2002The window style or class attribute is invalid for this operation.ERROR_INVALID_WINDOW_STYLE2003The requested metafile operation is not supported.ERROR_METAFILE_NOT_SUPPORTED2004The requested transformation operation is not supported.ERROR_TRANSFORM_NOT_SUPPORTED2005The requested clipping operation is not supported.ERROR_CLIPPING_NOT_SUPPORTED2202The specified user name is invalid.ERROR_BAD_USERNAME2250This network connection does not exist.ERROR_NOT_CONNECTED2401This network connection has files open or requests pending.ERROR_OPEN_FILES2402Active connections still exist.ERROR_ACTIVE_CONNECTIONS2404The device is in use by an active process and cannot be disconnected.ERROR_DEVICE_IN_USE3000The specified print monitor is unknown.ERROR_UNKNOWN_PRINT_MONITOR3001The specified printer driver is currently in use.ERROR_PRINTER_DRIVER_IN_USE3002The spool file was not found.ERROR_SPOOL_FILE_NOT_FOUND3003A StartDocPrinter call was not issued.ERROR_SPL_NO_STARTDOC3004An AddJob call was not issued.ERROR_SPL_NO_ADDJOB3005The specified print processor has already been installed.ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED3006The specified print monitor has already been installed.ERROR_PRINT_MONITOR_ALREADY_INSTALLED3007The specified print monitor does not have the required functions.ERROR_INVALID_PRINT_MONITOR3008The specified print monitor is currently in use.ERROR_PRINT_MONITOR_IN_USE3009The requested operation is not allowed when there are jobs queued to the printer.ERROR_PRINTER_HAS_JOBS_QUEUED3010The requested operation is successful. Changes will not be effective until the system is rebooted.ERROR_SUCCESS_REBOOT_REQUIRED3011The requested operation is successful. Changes will not be effective until the service is restarted.ERROR_SUCCESS_RESTART_REQUIRED4000WINS encountered an error while processing the command.ERROR_WINS_INTERNAL4001The local WINS cannot be deleted.ERROR_CAN_NOT_DEL_LOCAL_WINS4002The importation from the file failed.ERROR_STATIC_INIT4003The backup failed. Was a full backup done before?ERROR_INC_BACKUP4004The backup failed. Check the directory to which you are backing the database.ERROR_FULL_BACKUP4005The name does not exist in the WINS database.ERROR_REC_NON_EXISTENT4006Replication with a nonconfigured partner is not allowed.ERROR_RPL_NOT_ALLOWED6118The list of servers for this workgroup is not currently available.ERROR_NO_BROWSER_SERVERS_FOUND
0 0
原创粉丝点击