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

📄 win32exception.cpp

📁 基于字符任务的串口通讯开发包CTaskedPort
💻 CPP
📖 第 1 页 / 共 5 页
字号:
	case 1081:
		{
			m_sErrorName = "ERROR_CANNOT_DETECT_PROCESS_ABORT";
			m_sErrorDescription = "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. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1082:
		{
			m_sErrorName = "ERROR_NO_RECOVERY_PROGRAM";
			m_sErrorDescription = "No recovery program has been configured for this service. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1083:
		{
			m_sErrorName = "ERROR_SERVICE_NOT_IN_EXE";
			m_sErrorDescription = "The executable program that this service is configured to run in does not implement the service. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1100:
		{
			m_sErrorName = "ERROR_END_OF_MEDIA";
			m_sErrorDescription = "The physical end of the tape has been reached. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1101:
		{
			m_sErrorName = "ERROR_FILEMARK_DETECTED";
			m_sErrorDescription = "A tape access reached a filemark. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1102:
		{
			m_sErrorName = "ERROR_BEGINNING_OF_MEDIA";
			m_sErrorDescription = "The beginning of the tape or a partition was encountered. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1103:
		{
			m_sErrorName = "ERROR_SETMARK_DETECTED";
			m_sErrorDescription = "A tape access reached the end of a set of files. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1104:
		{
			m_sErrorName = "ERROR_NO_DATA_DETECTED";
			m_sErrorDescription = "No more data is on the tape. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1105:
		{
			m_sErrorName = "ERROR_PARTITION_FAILURE";
			m_sErrorDescription = "Tape could not be partitioned. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1106:
		{
			m_sErrorName = "ERROR_INVALID_BLOCK_LENGTH";
			m_sErrorDescription = "When accessing a new tape of a multivolume partition, the current block size is incorrect. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1107:
		{
			m_sErrorName = "ERROR_DEVICE_NOT_PARTITIONED";
			m_sErrorDescription = "Tape partition information could not be found when loading a tape. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1108:
		{
			m_sErrorName = "ERROR_UNABLE_TO_LOCK_MEDIA";
			m_sErrorDescription = "Unable to lock the media eject mechanism. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1109:
		{
			m_sErrorName = "ERROR_UNABLE_TO_UNLOAD_MEDIA";
			m_sErrorDescription = "Unable to unload the media. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1110:
		{
			m_sErrorName = "ERROR_MEDIA_CHANGED";
			m_sErrorDescription = "The media in the drive may have changed. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1111:
		{
			m_sErrorName = "ERROR_BUS_RESET";
			m_sErrorDescription = "The I/O bus was reset. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1112:
		{
			m_sErrorName = "ERROR_NO_MEDIA_IN_DRIVE";
			m_sErrorDescription = "No media in drive. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1113:
		{
			m_sErrorName = "ERROR_NO_UNICODE_TRANSLATION";
			m_sErrorDescription = "No mapping for the Unicode character exists in the target multi-byte code page. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1114:
		{
			m_sErrorName = "ERROR_DLL_INIT_FAILED";
			m_sErrorDescription = "A dynamic link library (DLL) initialization routine failed. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1115:
		{
			m_sErrorName = "ERROR_SHUTDOWN_IN_PROGRESS";
			m_sErrorDescription = "A system shutdown is in progress. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1116:
		{
			m_sErrorName = "ERROR_NO_SHUTDOWN_IN_PROGRESS";
			m_sErrorDescription = "Unable to abort the system shutdown because no shutdown was in progress. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1117:
		{
			m_sErrorName = "ERROR_IO_DEVICE";
			m_sErrorDescription = "The request could not be performed because of an I/O device error. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1118:
		{
			m_sErrorName = "ERROR_SERIAL_NO_DEVICE";
			m_sErrorDescription = "No serial device was successfully initialized. The serial driver will unload. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1119:
		{
			m_sErrorName = "ERROR_IRQ_BUSY";
			m_sErrorDescription = "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. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1120:
		{
			m_sErrorName = "ERROR_MORE_WRITES";
			m_sErrorDescription = "A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.) ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1121:
		{
			m_sErrorName = "ERROR_COUNTER_TIMEOUT";
			m_sErrorDescription = "A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.) ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1122:
		{
			m_sErrorName = "ERROR_FLOPPY_ID_MARK_NOT_FOUND";
			m_sErrorDescription = "No ID address mark was found on the floppy disk. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1123:
		{
			m_sErrorName = "ERROR_FLOPPY_WRONG_CYLINDER";
			m_sErrorDescription = "Mismatch between the floppy disk sector ID field and the floppy disk controller track address. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1124:
		{
			m_sErrorName = "ERROR_FLOPPY_UNKNOWN_ERROR";
			m_sErrorDescription = "The floppy disk controller reported an error that is not recognized by the floppy disk driver. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1125:
		{
			m_sErrorName = "ERROR_FLOPPY_BAD_REGISTERS";
			m_sErrorDescription = "The floppy disk controller returned inconsistent results in its registers. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1126:
		{
			m_sErrorName = "ERROR_DISK_RECALIBRATE_FAILED";
			m_sErrorDescription = "While accessing the hard disk, a recalibrate operation failed, even after retries. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1127:
		{
			m_sErrorName = "ERROR_DISK_OPERATION_FAILED";
			m_sErrorDescription = "While accessing the hard disk, a disk operation failed even after retries. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1128:
		{
			m_sErrorName = "ERROR_DISK_RESET_FAILED";
			m_sErrorDescription = "While accessing the hard disk, a disk controller reset was needed, but even that failed. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1129:
		{
			m_sErrorName = "ERROR_EOM_OVERFLOW";
			m_sErrorDescription = "Physical end of tape encountered. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1130:
		{
			m_sErrorName = "ERROR_NOT_ENOUGH_SERVER_MEMORY";
			m_sErrorDescription = "Not enough server storage is available to process this command. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1131:
		{
			m_sErrorName = "ERROR_POSSIBLE_DEADLOCK";
			m_sErrorDescription = "A potential deadlock condition has been detected. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1132:
		{
			m_sErrorName = "ERROR_MAPPED_ALIGNMENT";
			m_sErrorDescription = "The base address or the file offset specified does not have the proper alignment. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1140:
		{
			m_sErrorName = "ERROR_SET_POWER_STATE_VETOED";
			m_sErrorDescription = "An attempt to change the system power state was vetoed by another application or driver. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1141:
		{
			m_sErrorName = "ERROR_SET_POWER_STATE_FAILED";
			m_sErrorDescription = "The system BIOS failed an attempt to change the system power state. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1142:
		{
			m_sErrorName = "ERROR_TOO_MANY_LINKS";
			m_sErrorDescription = "An attempt was made to create more links on a file than the file system supports. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1150:
		{
			m_sErrorName = "ERROR_OLD_WIN_VERSION";
			m_sErrorDescription = "The specified program requires a newer version of Windows. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1151:
		{
			m_sErrorName = "ERROR_APP_WRONG_OS";
			m_sErrorDescription = "The specified program is not a Windows or MS-DOS program. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1152:
		{
			m_sErrorName = "ERROR_SINGLE_INSTANCE_APP";
			m_sErrorDescription = "Cannot start more than one instance of the specified program. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1153:
		{
			m_sErrorName = "ERROR_RMODE_APP";
			m_sErrorDescription = "The specified program was written for an earlier version of Windows. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1154:
		{
			m_sErrorName = "ERROR_INVALID_DLL";
			m_sErrorDescription = "One of the library files needed to run this application is damaged. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1155:
		{
			m_sErrorName = "ERROR_NO_ASSOCIATION";
			m_sErrorDescription = "No application is associated with the specified file for this operation. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1156:
		{
			m_sErrorName = "ERROR_DDE_FAIL";
			m_sErrorDescription = "An error occurred in sending the command to the application. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1157:
		{
			m_sErrorName = "ERROR_DLL_NOT_FOUND";
			m_sErrorDescription = "One of the library files needed to run this application cannot be found. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1158:
		{
			m_sErrorName = "ERROR_NO_MORE_USER_HANDLES";
			m_sErrorDescription = "The current process has used all of its system allowance of handles for Window Manager objects. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1159:
		{
			m_sErrorName = "ERROR_MESSAGE_SYNC_ONLY";
			m_sErrorDescription = "The message can be used only with synchronous operations. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1160:
		{
			m_sErrorName = "ERROR_SOURCE_ELEMENT_EMPTY";
			m_sErrorDescription = "The indicated source element has no media. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1161:
		{
			m_sErrorName = "ERROR_DESTINATION_ELEMENT_FULL";
			m_sErrorDescription = "The indicated destination element already contains media. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1162:
		{
			m_sErrorName = "ERROR_ILLEGAL_ELEMENT_ADDRESS";
			m_sErrorDescription = "The indicated element does not exist. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1163:
		{
			m_sErrorName = "ERROR_MAGAZINE_NOT_PRESENT";
			m_sErrorDescription = "The indicated element is part of a magazine that is not present. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1164:
		{
			m_sErrorName = "ERROR_DEVICE_REINITIALIZATION_NEEDED";
			m_sErrorDescription = "The indicated device requires reinitialization due to hardware errors. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1165:
		{
			m_sErrorName = "ERROR_DEVICE_REQUIRES_CLEANING";
			m_sErrorDescription = "The device has indicated that cleaning is required before further operations are attempted. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1166:
		{
			m_sErrorName = "ERROR_DEVICE_DOOR_OPEN";
			m_sErrorDescription = "The device has indicated that its door is open. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1167:
		{
			m_sErrorName = "ERROR_DEVICE_NOT_CONNECTED";
			m_sErrorDescription = "The device is not connected. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1168:
		{
			m_sErrorName = "ERROR_NOT_FOUND";
			m_sErrorDescription = "Element not found. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1169:
		{
			m_sErrorName = "ERROR_NO_MATCH";
			m_sErrorDescription = "There was no match for the specified key in the index. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1170:
		{
			m_sErrorName = "ERROR_SET_NOT_FOUND";
			m_sErrorDescription = "The property set specified does not exist on the object. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1171:
		{
			m_sErrorName = "ERROR_POINT_NOT_FOUND";
			m_sErrorDescription = "The point passed to GetMouseMovePointsEx is not in the buffer. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1172:
		{
			m_sErrorName = "ERROR_NO_TRACKING_SERVICE";
			m_sErrorDescription = "The tracking (workstation) service is not running. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1173:
		{
			m_sErrorName = "ERROR_NO_VOLUME_ID";
			m_sErrorDescription = "The Volume ID could not be found. ";
			m_sErrorLabel = m_sErrorDescription;
			break;
		}
	case 1175:
		{
			m_sErrorName = "ERROR_UNABLE_TO_REMOVE_REPLACED";
			m_sErrorDescription = "Unable to remove the file to be replaced. ";
			m_sErrorLab

⌨️ 快捷键说明

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