📄 win32exception.cpp
字号:
m_sErrorDescription = "Cannot create another thread. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 156:
{
m_sErrorName = "ERROR_SIGNAL_REFUSED";
m_sErrorDescription = "The recipient process has refused the signal. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 157:
{
m_sErrorName = "ERROR_DISCARDED";
m_sErrorDescription = "The segment is already discarded and cannot be locked. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 158:
{
m_sErrorName = "ERROR_NOT_LOCKED";
m_sErrorDescription = "The segment is already unlocked. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 159:
{
m_sErrorName = "ERROR_BAD_THREADID_ADDR";
m_sErrorDescription = "The address for the thread ID is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 160:
{
m_sErrorName = "ERROR_BAD_ARGUMENTS";
m_sErrorDescription = "The argument string passed to DosExecPgm is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 161:
{
m_sErrorName = "ERROR_BAD_PATHNAME";
m_sErrorDescription = "The specified path is invalid. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 162:
{
m_sErrorName = "ERROR_SIGNAL_PENDING";
m_sErrorDescription = "A signal is already pending. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 164:
{
m_sErrorName = "ERROR_MAX_THRDS_REACHED";
m_sErrorDescription = "No more threads can be created in the system. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 167:
{
m_sErrorName = "ERROR_LOCK_FAILED";
m_sErrorDescription = "Unable to lock a region of a file. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 170:
{
m_sErrorName = "ERROR_BUSY";
m_sErrorDescription = "The requested resource is in use. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 173:
{
m_sErrorName = "ERROR_CANCEL_VIOLATION";
m_sErrorDescription = "A lock request was not outstanding for the supplied cancel region. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 174:
{
m_sErrorName = "ERROR_ATOMIC_LOCKS_NOT_SUPPORTED";
m_sErrorDescription = "The file system does not support atomic changes to the lock type. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 180:
{
m_sErrorName = "ERROR_INVALID_SEGMENT_NUMBER";
m_sErrorDescription = "The system detected a segment number that was not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 182:
{
m_sErrorName = "ERROR_INVALID_ORDINAL";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 183:
{
m_sErrorName = "ERROR_ALREADY_EXISTS";
m_sErrorDescription = "Cannot create a file when that file already exists. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 186:
{
m_sErrorName = "ERROR_INVALID_FLAG_NUMBER";
m_sErrorDescription = "The flag passed is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 187:
{
m_sErrorName = "ERROR_SEM_NOT_FOUND";
m_sErrorDescription = "The specified system semaphore name was not found. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 188:
{
m_sErrorName = "ERROR_INVALID_STARTING_CODESEG";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 189:
{
m_sErrorName = "ERROR_INVALID_STACKSEG";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 190:
{
m_sErrorName = "ERROR_INVALID_MODULETYPE";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 191:
{
m_sErrorName = "ERROR_INVALID_EXE_SIGNATURE";
m_sErrorDescription = "Cannot run %1 in Win32 mode. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 192:
{
m_sErrorName = "ERROR_EXE_MARKED_INVALID";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 193:
{
m_sErrorName = "ERROR_BAD_EXE_FORMAT";
m_sErrorDescription = "%1 is not a valid Win32 application. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 194:
{
m_sErrorName = "ERROR_ITERATED_DATA_EXCEEDS_64k";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 195:
{
m_sErrorName = "ERROR_INVALID_MINALLOCSIZE";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 196:
{
m_sErrorName = "ERROR_DYNLINK_FROM_INVALID_RING";
m_sErrorDescription = "The operating system cannot run this application program. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 197:
{
m_sErrorName = "ERROR_IOPL_NOT_ENABLED";
m_sErrorDescription = "The operating system is not presently configured to run this application. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 198:
{
m_sErrorName = "ERROR_INVALID_SEGDPL";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 199:
{
m_sErrorName = "ERROR_AUTODATASEG_EXCEEDS_64k";
m_sErrorDescription = "The operating system cannot run this application program. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 200:
{
m_sErrorName = "ERROR_RING2SEG_MUST_BE_MOVABLE";
m_sErrorDescription = "The code segment cannot be greater than or equal to 64K. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 201:
{
m_sErrorName = "ERROR_RELOC_CHAIN_XEEDS_SEGLIM";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 202:
{
m_sErrorName = "ERROR_INFLOOP_IN_RELOC_CHAIN";
m_sErrorDescription = "The operating system cannot run %1. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 203:
{
m_sErrorName = "ERROR_ENVVAR_NOT_FOUND";
m_sErrorDescription = "The system could not find the environment option that was entered. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 205:
{
m_sErrorName = "ERROR_NO_SIGNAL_SENT";
m_sErrorDescription = "No process in the command subtree has a signal handler. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 206:
{
m_sErrorName = "ERROR_FILENAME_EXCED_RANGE";
m_sErrorDescription = "The filename or extension is too long. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 207:
{
m_sErrorName = "ERROR_RING2_STACK_IN_USE";
m_sErrorDescription = "The ring 2 stack is in use. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 208:
{
m_sErrorName = "ERROR_META_EXPANSION_TOO_LONG";
m_sErrorDescription = "The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 209:
{
m_sErrorName = "ERROR_INVALID_SIGNAL_NUMBER";
m_sErrorDescription = "The signal being posted is not correct. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 210:
{
m_sErrorName = "ERROR_THREAD_1_INACTIVE";
m_sErrorDescription = "The signal handler cannot be set. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 212:
{
m_sErrorName = "ERROR_LOCKED";
m_sErrorDescription = "The segment is locked and cannot be reallocated. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 214:
{
m_sErrorName = "ERROR_TOO_MANY_MODULES";
m_sErrorDescription = "Too many dynamic-link modules are attached to this program or dynamic-link module. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 215:
{
m_sErrorName = "ERROR_NESTING_NOT_ALLOWED";
m_sErrorDescription = "Cannot nest calls to LoadModule. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 216:
{
m_sErrorName = "ERROR_EXE_MACHINE_TYPE_MISMATCH";
m_sErrorDescription = "The image file %1 is valid, but is for a machine type other than the current machine. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 230:
{
m_sErrorName = "ERROR_BAD_PIPE";
m_sErrorDescription = "The pipe state is invalid. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 231:
{
m_sErrorName = "ERROR_PIPE_BUSY";
m_sErrorDescription = "All pipe instances are busy. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 232:
{
m_sErrorName = "ERROR_NO_DATA";
m_sErrorDescription = "The pipe is being closed. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 233:
{
m_sErrorName = "ERROR_PIPE_NOT_CONNECTED";
m_sErrorDescription = "No process is on the other end of the pipe. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 234:
{
m_sErrorName = "ERROR_MORE_DATA";
m_sErrorDescription = "More data is available. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 240:
{
m_sErrorName = "ERROR_VC_DISCONNECTED";
m_sErrorDescription = "The session was canceled. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 254:
{
m_sErrorName = "ERROR_INVALID_EA_NAME";
m_sErrorDescription = "The specified extended attribute name was invalid. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 255:
{
m_sErrorName = "ERROR_EA_LIST_INCONSISTENT";
m_sErrorDescription = "The extended attributes are inconsistent. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 258:
{
m_sErrorName = "WAIT_TIMEOUT";
m_sErrorDescription = "The wait operation timed out. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 259:
{
m_sErrorName = "ERROR_NO_MORE_ITEMS";
m_sErrorDescription = "No more data is available. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 266:
{
m_sErrorName = "ERROR_CANNOT_COPY";
m_sErrorDescription = "The copy functions cannot be used. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 267:
{
m_sErrorName = "ERROR_DIRECTORY";
m_sErrorDescription = "The directory name is invalid. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 275:
{
m_sErrorName = "ERROR_EAS_DIDNT_FIT";
m_sErrorDescription = "The extended attributes did not fit in the buffer. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 276:
{
m_sErrorName = "ERROR_EA_FILE_CORRUPT";
m_sErrorDescription = "The extended attribute file on the mounted file system is corrupt. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 277:
{
m_sErrorName = "ERROR_EA_TABLE_FULL";
m_sErrorDescription = "The extended attribute table file is full. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 278:
{
m_sErrorName = "ERROR_INVALID_EA_HANDLE";
m_sErrorDescription = "The specified extended attribute handle is invalid. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 282:
{
m_sErrorName = "ERROR_EAS_NOT_SUPPORTED";
m_sErrorDescription = "The mounted file system does not support extended attributes. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 288:
{
m_sErrorName = "ERROR_NOT_OWNER";
m_sErrorDescription = "Attempt to release mutex not owned by caller. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 298:
{
m_sErrorName = "ERROR_TOO_MANY_POSTS";
m_sErrorDescription = "Too many posts were made to a semaphore. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 299:
{
m_sErrorName = "ERROR_PARTIAL_COPY";
m_sErrorDescription = "Only part of a ReadProcessMemory or WriteProcessMemory request was completed. ";
m_sErrorLabel = m_sErrorDescription;
break;
}
case 300:
{
m_sErrorName = "ERROR_OPLOCK_NOT_GRANTED";
m_sErrorDescription = "The oplock request is denied. ";
m_sErrorLabel = m_sErrorDescription;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -