⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 win32exception.cpp

📁 基于字符任务的串口通讯开发包CTaskedPort
💻 CPP
📖 第 1 页 / 共 5 页
字号:
			break;
		}
	case 301:
		{
			m_sErrorName = "ERROR_INVALID_OPLOCK_PROTOCOL";
			m_sErrorDescription = "An invalid oplock acknowledgment was received by the system. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 317:
		{
			m_sErrorName = "ERROR_MR_MID_NOT_FOUND";
			m_sErrorDescription = "The system cannot find message text for message number 0x%1 in the message file for %2. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 487:
		{
			m_sErrorName = "ERROR_INVALID_ADDRESS";
			m_sErrorDescription = "Attempt to access invalid address. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 534:
		{
			m_sErrorName = "ERROR_ARITHMETIC_OVERFLOW";
			m_sErrorDescription = "Arithmetic result exceeded 32 bits. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 535:
		{
			m_sErrorName = "ERROR_PIPE_CONNECTED";
			m_sErrorDescription = "There is a process on other end of the pipe. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 536:
		{
			m_sErrorName = "ERROR_PIPE_LISTENING";
			m_sErrorDescription = "Waiting for a process to open the other end of the pipe. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 994:
		{
			m_sErrorName = "ERROR_EA_ACCESS_DENIED";
			m_sErrorDescription = "Access to the extended attribute was denied. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 995:
		{
			m_sErrorName = "ERROR_OPERATION_ABORTED";
			m_sErrorDescription = "The I/O operation has been aborted because of either a thread exit or an application request. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 996:
		{
			m_sErrorName = "ERROR_IO_INCOMPLETE";
			m_sErrorDescription = "Overlapped I/O event is not in a signaled state. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 997:
		{
			m_sErrorName = "ERROR_IO_PENDING";
			m_sErrorDescription = "Overlapped I/O operation is in progress. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 998:
		{
			m_sErrorName = "ERROR_NOACCESS";
			m_sErrorDescription = "Invalid access to memory location. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 999:
		{
			m_sErrorName = "ERROR_SWAPERROR";
			m_sErrorDescription = "Error performing inpage operation. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1001:
		{
			m_sErrorName = "ERROR_STACK_OVERFLOW";
			m_sErrorDescription = "Recursion too deep; the stack overflowed. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1002:
		{
			m_sErrorName = "ERROR_INVALID_MESSAGE";
			m_sErrorDescription = "The window cannot act on the sent message. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1003:
		{
			m_sErrorName = "ERROR_CAN_NOT_COMPLETE";
			m_sErrorDescription = "Cannot complete this function. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1004:
		{
			m_sErrorName = "ERROR_INVALID_FLAGS";
			m_sErrorDescription = "Invalid flags. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1005:
		{
			m_sErrorName = "ERROR_UNRECOGNIZED_VOLUME";
			m_sErrorDescription = "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. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1006:
		{
			m_sErrorName = "ERROR_FILE_INVALID";
			m_sErrorDescription = "The volume for a file has been externally altered so that the opened file is no longer valid. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1007:
		{
			m_sErrorName = "ERROR_FULLSCREEN_MODE";
			m_sErrorDescription = "The requested operation cannot be performed in full-screen mode. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1008:
		{
			m_sErrorName = "ERROR_NO_TOKEN";
			m_sErrorDescription = "An attempt was made to reference a token that does not exist. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1009:
		{
			m_sErrorName = "ERROR_BADDB";
			m_sErrorDescription = "The configuration registry database is corrupt. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1010:
		{
			m_sErrorName = "ERROR_BADKEY";
			m_sErrorDescription = "The configuration registry key is invalid. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1011:
		{
			m_sErrorName = "ERROR_CANTOPEN";
			m_sErrorDescription = "The configuration registry key could not be opened. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1012:
		{
			m_sErrorName = "ERROR_CANTREAD";
			m_sErrorDescription = "The configuration registry key could not be read. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1013:
		{
			m_sErrorName = "ERROR_CANTWRITE";
			m_sErrorDescription = "The configuration registry key could not be written. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1014:
		{
			m_sErrorName = "ERROR_REGISTRY_RECOVERED";
			m_sErrorDescription = "One of the files in the registry database had to be recovered by use of a log or alternate copy. The recovery was successful. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1015:
		{
			m_sErrorName = "ERROR_REGISTRY_CORRUPT";
			m_sErrorDescription = "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. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1016:
		{
			m_sErrorName = "ERROR_REGISTRY_IO_FAILED";
			m_sErrorDescription = "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. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1017:
		{
			m_sErrorName = "ERROR_NOT_REGISTRY_FILE";
			m_sErrorDescription = "The system has attempted to load or restore a file into the registry, but the specified file is not in a registry file format. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1018:
		{
			m_sErrorName = "ERROR_KEY_DELETED";
			m_sErrorDescription = "Illegal operation attempted on a registry key that has been marked for deletion. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1019:
		{
			m_sErrorName = "ERROR_NO_LOG_SPACE";
			m_sErrorDescription = "System could not allocate the required space in a registry log. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1020:
		{
			m_sErrorName = "ERROR_KEY_HAS_CHILDREN";
			m_sErrorDescription = "Cannot create a symbolic link in a registry key that already has subkeys or values. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1021:
		{
			m_sErrorName = "ERROR_CHILD_MUST_BE_VOLATILE";
			m_sErrorDescription = "Cannot create a stable subkey under a volatile parent key. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1022:
		{
			m_sErrorName = "ERROR_NOTIFY_ENUM_DIR";
			m_sErrorDescription = "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. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1051:
		{
			m_sErrorName = "ERROR_DEPENDENT_SERVICES_RUNNING";
			m_sErrorDescription = "A stop control has been sent to a service that other running services are dependent on. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1052:
		{
			m_sErrorName = "ERROR_INVALID_SERVICE_CONTROL";
			m_sErrorDescription = "The requested control is not valid for this service. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1053:
		{
			m_sErrorName = "ERROR_SERVICE_REQUEST_TIMEOUT";
			m_sErrorDescription = "The service did not respond to the start or control request in a timely fashion. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1054:
		{
			m_sErrorName = "ERROR_SERVICE_NO_THREAD";
			m_sErrorDescription = "A thread could not be created for the service. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1055:
		{
			m_sErrorName = "ERROR_SERVICE_DATABASE_LOCKED";
			m_sErrorDescription = "The service database is locked. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1056:
		{
			m_sErrorName = "ERROR_SERVICE_ALREADY_RUNNING";
			m_sErrorDescription = "An instance of the service is already running. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1057:
		{
			m_sErrorName = "ERROR_INVALID_SERVICE_ACCOUNT";
			m_sErrorDescription = "The account name is invalid or does not exist, or the password is invalid for the account name specified. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1058:
		{
			m_sErrorName = "ERROR_SERVICE_DISABLED";
			m_sErrorDescription = "The service cannot be started, either because it is disabled or because it has no enabled devices associated with it. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1059:
		{
			m_sErrorName = "ERROR_CIRCULAR_DEPENDENCY";
			m_sErrorDescription = "Circular service dependency was specified. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1060:
		{
			m_sErrorName = "ERROR_SERVICE_DOES_NOT_EXIST";
			m_sErrorDescription = "The specified service does not exist as an installed service. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1061:
		{
			m_sErrorName = "ERROR_SERVICE_CANNOT_ACCEPT_CTRL";
			m_sErrorDescription = "The service cannot accept control messages at this time. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1062:
		{
			m_sErrorName = "ERROR_SERVICE_NOT_ACTIVE";
			m_sErrorDescription = "The service has not been started. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1063:
		{
			m_sErrorName = "ERROR_FAILED_SERVICE_CONTROLLER_CONNECT";
			m_sErrorDescription = "The service process could not connect to the service controller. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1064:
		{
			m_sErrorName = "ERROR_EXCEPTION_IN_SERVICE";
			m_sErrorDescription = "An exception occurred in the service when handling the control request. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1065:
		{
			m_sErrorName = "ERROR_DATABASE_DOES_NOT_EXIST";
			m_sErrorDescription = "The database specified does not exist. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1066:
		{
			m_sErrorName = "ERROR_SERVICE_SPECIFIC_ERROR";
			m_sErrorDescription = "The service has returned a service-specific error code. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1067:
		{
			m_sErrorName = "ERROR_PROCESS_ABORTED";
			m_sErrorDescription = "The process terminated unexpectedly. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1068:
		{
			m_sErrorName = "ERROR_SERVICE_DEPENDENCY_FAIL";
			m_sErrorDescription = "The dependency service or group failed to start. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1069:
		{
			m_sErrorName = "ERROR_SERVICE_LOGON_FAILED";
			m_sErrorDescription = "The service did not start due to a logon failure. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1070:
		{
			m_sErrorName = "ERROR_SERVICE_START_HANG";
			m_sErrorDescription = "After starting, the service hung in a start-pending state. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1071:
		{
			m_sErrorName = "ERROR_INVALID_SERVICE_LOCK";
			m_sErrorDescription = "The specified service database lock is invalid. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1072:
		{
			m_sErrorName = "ERROR_SERVICE_MARKED_FOR_DELETE";
			m_sErrorDescription = "The specified service has been marked for deletion. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1073:
		{
			m_sErrorName = "ERROR_SERVICE_EXISTS";
			m_sErrorDescription = "The specified service already exists. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1074:
		{
			m_sErrorName = "ERROR_ALREADY_RUNNING_LKG";
			m_sErrorDescription = "The system is currently running with the last-known-good configuration. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1075:
		{
			m_sErrorName = "ERROR_SERVICE_DEPENDENCY_DELETED";
			m_sErrorDescription = "The dependency service does not exist or has been marked for deletion. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1076:
		{
			m_sErrorName = "ERROR_BOOT_ALREADY_ACCEPTED";
			m_sErrorDescription = "The current boot has already been accepted for use as the last-known-good control set. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1077:
		{
			m_sErrorName = "ERROR_SERVICE_NEVER_STARTED";
			m_sErrorDescription = "No attempts to start the service have been made since the last boot. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1078:
		{
			m_sErrorName = "ERROR_DUPLICATE_SERVICE_NAME";
			m_sErrorDescription = "The name is already in use as either a service name or a service display name. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1079:
		{
			m_sErrorName = "ERROR_DIFFERENT_SERVICE_ACCOUNT";
			m_sErrorDescription = "The account specified for this service is different from the account specified for other services running in the same process. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1080:
		{
			m_sErrorName = "ERROR_CANNOT_DETECT_DRIVER_FAILURE";
			m_sErrorDescription = "Failure actions can only be set for Win32 services, not for drivers. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -