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

📄 winerr.odl

📁 The code for this article was written for version 1.0 of the Active Template Library (ATL). The cu
💻 ODL
📖 第 1 页 / 共 4 页
字号:
    const long ERROR_NO_MORE_SEARCH_HANDLES     = 113;
    [ helpstring("The target internal file identifier is incorrect") ]
    const long ERROR_INVALID_TARGET_HANDLE      = 114;
    [ helpstring("The IOCTL call made by the application program is not correct") ]
    const long ERROR_INVALID_CATEGORY           = 117;
    [ helpstring("The verify-on-write switch parameter value is not correct") ]
    const long ERROR_INVALID_VERIFY_SWITCH      = 118;
    [ helpstring("The system does not support the command requested") ]
    const long ERROR_BAD_DRIVER_LEVEL           = 119;
    [ helpstring("This function is only valid in Windows NT mode") ]
    const long ERROR_CALL_NOT_IMPLEMENTED       = 120;
    [ helpstring("The semaphore timeout period has expired") ]
    const long ERROR_SEM_TIMEOUT                = 121;
    [ helpstring("The data area passed to a system call is too small") ]
    const long ERROR_INSUFFICIENT_BUFFER        = 122;
    [ helpstring("The filename, directory name, or volume label syntax is incorrect") ]
    const long ERROR_INVALID_NAME               = 123;
    [ helpstring("The system call level is not correct") ]
    const long ERROR_INVALID_LEVEL              = 124;
    [ helpstring("The disk has no volume label") ]
    const long ERROR_NO_VOLUME_LABEL            = 125;
    [ helpstring("The specified module could not be found") ]
    const long ERROR_MOD_NOT_FOUND              = 126;
    [ helpstring("The specified procedure could not be found") ]
    const long ERROR_PROC_NOT_FOUND             = 127;
    [ helpstring("There are no child processes to wait for") ]
    const long ERROR_WAIT_NO_CHILDREN           = 128;
    [ helpstring("The application cannot be run in Windows NT mode") ]
    const long ERROR_CHILD_NOT_COMPLETE         = 129;
    [ helpstring("Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O") ]
    const long ERROR_DIRECT_ACCESS_HANDLE       = 130;
    [ helpstring("An attempt was made to move the file pointer before the beginning of the file") ]
    const long ERROR_NEGATIVE_SEEK              = 131;
    [ helpstring("The file pointer cannot be set on the specified device or file") ]
    const long ERROR_SEEK_ON_DEVICE             = 132;
    [ helpstring("The system cannot perform a JOIN or SUBST at this time") ]
    const long ERROR_BUSY_DRIVE                 = 142;
    [ helpstring("The directory is not a subdirectory of the root directory") ]
    const long ERROR_DIR_NOT_ROOT               = 144;
    [ helpstring("The directory is not empty") ]
    const long ERROR_DIR_NOT_EMPTY              = 145;
    [ helpstring("The path specified is being used in a substitute") ]
    const long ERROR_IS_SUBST_PATH              = 146;
    [ helpstring("Not enough resources are available to process this command") ]
    const long ERROR_IS_JOIN_PATH               = 147;
    [ helpstring("The path specified cannot be used at this time") ]
    const long ERROR_PATH_BUSY                  = 148;
    [ helpstring("The number of specified semaphore events for DosMuxSemWait is not correct") ]
    const long ERROR_INVALID_EVENT_COUNT        = 151;
    [ helpstring("DosMuxSemWait did not execute; too many semaphores are already set") ]
    const long ERROR_TOO_MANY_MUXWAITERS        = 152;
    [ helpstring("The DosMuxSemWait list is not correct") ]
    const long ERROR_INVALID_LIST_FORMAT        = 153;
    [ helpstring("The volume label you entered exceeds the 11 character limit.  The first 11 characters were written to disk.  Any characters that exceeded the 11 character limit were automatically deleted") ]
    const long ERROR_LABEL_TOO_LONG             = 154;
    [ helpstring("Cannot create another thread") ]
    const long ERROR_TOO_MANY_TCBS              = 155;
    [ helpstring("The recipient process has refused the signal") ]
    const long ERROR_SIGNAL_REFUSED             = 156;
    [ helpstring("The segment is already discarded and cannot be locked") ]
    const long ERROR_DISCARDED                  = 157;
    [ helpstring("The segment is already unlocked") ]
    const long ERROR_NOT_LOCKED                 = 158;
    [ helpstring("The address for the thread ID is not correct") ]
    const long ERROR_BAD_THREADID_ADDR          = 159;
    [ helpstring("The argument string passed to DosExecPgm is not correct") ]
    const long ERROR_BAD_ARGUMENTS              = 160;
    [ helpstring("The specified path is invalid") ]
    const long ERROR_BAD_PATHNAME               = 161;
    [ helpstring("A signal is already pending") ]
    const long ERROR_SIGNAL_PENDING             = 162;
    [ helpstring("No more threads can be created in the system") ]
    const long ERROR_MAX_THRDS_REACHED          = 164;
    [ helpstring("Unable to lock a region of a file") ]
    const long ERROR_LOCK_FAILED                = 167;
    [ helpstring("The requested resource is in use") ]
    const long ERROR_BUSY                       = 170;
    [ helpstring("A lock request was not outstanding for the supplied cancel region") ]
    const long ERROR_CANCEL_VIOLATION           = 173;
    [ helpstring("The file system does not support atomic changes to the lock type") ]
    const long ERROR_ATOMIC_LOCKS_NOT_SUPPORTED = 174;
    [ helpstring("The system detected a segment number that was not correct") ]
    const long ERROR_INVALID_SEGMENT_NUMBER     = 180;
    [ helpstring("Cannot create a file when that file already exists") ]
    const long ERROR_ALREADY_EXISTS             = 183;
    [ helpstring("The flag passed is not correct") ]
    const long ERROR_INVALID_FLAG_NUMBER        = 186;
    [ helpstring("The specified system semaphore name was not found") ]
    const long ERROR_SEM_NOT_FOUND              = 187;
    [ helpstring("Cannot run in Windows NT mode") ]
    const long ERROR_INVALID_EXE_SIGNATURE      = 191;
    [ helpstring("File is not a valid Windows NT application") ]
    const long ERROR_BAD_EXE_FORMAT             = 193;
    [ helpstring("The operating system is not presently configured to run this application") ]
    const long ERROR_IOPL_NOT_ENABLED           = 197;
    [ helpstring("The operating system cannot run this application program") ]
    const long ERROR_AUTODATASEG_EXCEEDS_64k    = 199;
    [ helpstring("The code segment cannot be greater than or equal to 64KB") ]
    const long ERROR_RING2SEG_MUST_BE_MOVABLE   = 200;
    [ helpstring("The system could not find the environment option that was entered") ]
    const long ERROR_ENVVAR_NOT_FOUND           = 203;
    [ helpstring("No process in the command subtree has a signal handler") ]
    const long ERROR_NO_SIGNAL_SENT             = 205;
    [ helpstring("The filename or extension is too long") ]
    const long ERROR_FILENAME_EXCED_RANGE       = 206;
    [ helpstring("The ring 2 stack is in use") ]
    const long ERROR_RING2_STACK_IN_USE         = 207;
    [ helpstring("The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified") ]
    const long ERROR_META_EXPANSION_TOO_LONG    = 208;
    [ helpstring("The signal being posted is not correct") ]
    const long ERROR_INVALID_SIGNAL_NUMBER      = 209;
    [ helpstring("The signal handler cannot be set") ]
    const long ERROR_THREAD_1_INACTIVE          = 210;
    [ helpstring("The segment is locked and cannot be reallocated") ]
    const long ERROR_LOCKED                     = 212;
    [ helpstring("Too many dynamic link modules are attached to this program or dynamic link module") ]
    const long ERROR_TOO_MANY_MODULES           = 214;
    [ helpstring("Can't nest calls to LoadModule") ]
    const long ERROR_NESTING_NOT_ALLOWED        = 215;
    [ helpstring("The pipe state is invalid") ]
    const long ERROR_BAD_PIPE                   = 230;
    [ helpstring("All pipe instances are busy") ]
    const long ERROR_PIPE_BUSY                  = 231;
    [ helpstring("The pipe is being closed") ]
    const long ERROR_NO_DATA                    = 232;
    [ helpstring("No process is on the other end of the pipe") ]
    const long ERROR_PIPE_NOT_CONNECTED         = 233;
    [ helpstring("More data is available") ]
    const long ERROR_MORE_DATA                  = 234;
    [ helpstring("The session was cancelled") ]
    const long ERROR_VC_DISCONNECTED            = 240;
    [ helpstring("No more data is available") ]
    const long ERROR_NO_MORE_ITEMS              = 259;
    [ helpstring("The Copy API cannot be used") ]
    const long ERROR_CANNOT_COPY                = 266;
    [ helpstring("The directory name is invalid") ]
    const long ERROR_DIRECTORY                  = 267;
    [ helpstring("Attempt to release mutex not owned by caller") ]
    const long ERROR_NOT_OWNER                  = 288;
    [ helpstring("Too many posts were made to a semaphore") ]
    const long ERROR_TOO_MANY_POSTS             = 298;
    [ helpstring("Only part of a Read/WriteProcessMemory request was completed") ]
    const long ERROR_PARTIAL_COPY               = 299;
    [ helpstring("The system cannot find message for message number in message file") ]
    const long ERROR_MR_MID_NOT_FOUND           = 317;
    [ helpstring("Attempt to access invalid address") ]
    const long ERROR_INVALID_ADDRESS            = 487;
    [ helpstring("Arithmetic result exceeded 32 bits") ]
    const long ERROR_ARITHMETIC_OVERFLOW        = 534;
    [ helpstring("There is a process on other end of the pipe") ]
    const long ERROR_PIPE_CONNECTED             = 535;
    [ helpstring("Waiting for a process to open the other end of the pipe") ]
    const long ERROR_PIPE_LISTENING             = 536;
    [ helpstring("The I/O operation has been aborted because of either a thread exit or an application request") ]
    const long ERROR_OPERATION_ABORTED          = 995;
    [ helpstring("Overlapped I/O event is not in a signalled state") ]
    const long ERROR_IO_INCOMPLETE              = 996;
    [ helpstring("Overlapped I/O operation is in progress") ]
    const long ERROR_IO_PENDING                 = 997;
    [ helpstring("Invalid access to memory location") ]
    const long ERROR_NOACCESS                   = 998;
    [ helpstring("Error performing inpage operation") ]
    const long ERROR_SWAPERROR                  = 999;
    [ helpstring("Recursion too deep, stack overflowed") ]
    const long ERROR_STACK_OVERFLOW             = 1001;
    [ helpstring("The window cannot act on the sent message") ]
    const long ERROR_INVALID_MESSAGE            = 1002;
    [ helpstring("Cannot complete this function") ]
    const long ERROR_CAN_NOT_COMPLETE           = 1003;
    [ helpstring("Invalid flags") ]
    const long ERROR_INVALID_FLAGS              = 1004;
    [ helpstring("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 corrupt") ]
    const long ERROR_UNRECOGNIZED_VOLUME        = 1005;
    [ helpstring("The volume for a file has been externally altered such that the opened file is no longer valid") ]
    const long ERROR_FILE_INVALID               = 1006;
    [ helpstring("The requested operation cannot be performed in full-screen mode") ]
    const long ERROR_FULLSCREEN_MODE            = 1007;
    [ helpstring("An attempt was made to reference a token that does not exist") ]
    const long ERROR_NO_TOKEN                   = 1008;
    [ helpstring("The configuration registry database is corrupt") ]
    const long ERROR_BADDB                      = 1009;
    [ helpstring("The configuration registry key is invalid") ]

⌨️ 快捷键说明

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