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

📄 winerror.inc

📁 FASM WIN ERROR INC 文件
💻 INC
📖 第 1 页 / 共 5 页
字号:
;   The flag passed is not correct.
; 
ERROR_INVALID_FLAG_NUMBER equ	      186

; 
;  MessageId: ERROR_SEM_NOT_FOUND
; 
;  MessageText:
; 
;   The specified system semaphore name was not found.
; 
ERROR_SEM_NOT_FOUND equ 	      187

; 
;  MessageId: ERROR_INVALID_STARTING_CODESEG
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_INVALID_STARTING_CODESEG equ    188

; 
;  MessageId: ERROR_INVALID_STACKSEG
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_INVALID_STACKSEG equ	      189

; 
;  MessageId: ERROR_INVALID_MODULETYPE
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_INVALID_MODULETYPE equ	      190

; 
;  MessageId: ERROR_INVALID_EXE_SIGNATURE
; 
;  MessageText:
; 
;   Cannot run %1 in Win32 mode.
; 
ERROR_INVALID_EXE_SIGNATURE equ       191

; 
;  MessageId: ERROR_EXE_MARKED_INVALID
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_EXE_MARKED_INVALID equ	      192

; 
;  MessageId: ERROR_BAD_EXE_FORMAT
; 
;  MessageText:
; 
;   %1 is not a valid Win32 application.
; 
ERROR_BAD_EXE_FORMAT equ	      193

; 
;  MessageId: ERROR_ITERATED_DATA_EXCEEDS_64k
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_ITERATED_DATA_EXCEEDS_ equ 64k  194

; 
;  MessageId: ERROR_INVALID_MINALLOCSIZE
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_INVALID_MINALLOCSIZE equ	      195

; 
;  MessageId: ERROR_DYNLINK_FROM_INVALID_RING
; 
;  MessageText:
; 
;   The operating system cannot run this application program.
; 
ERROR_DYNLINK_FROM_INVALID_RING equ   196

; 
;  MessageId: ERROR_IOPL_NOT_ENABLED
; 
;  MessageText:
; 
;   The operating system is not presently configured to run this application.
; 
ERROR_IOPL_NOT_ENABLED equ	      197

; 
;  MessageId: ERROR_INVALID_SEGDPL
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_INVALID_SEGDPL equ	      198

; 
;  MessageId: ERROR_AUTODATASEG_EXCEEDS_64k
; 
;  MessageText:
; 
;   The operating system cannot run this application program.
; 
ERROR_AUTODATASEG_EXCEEDS_ equ 64k    199

; 
;  MessageId: ERROR_RING2SEG_MUST_BE_MOVABLE
; 
;  MessageText:
; 
;   The code segment cannot be greater than or equal to 64K.
; 
ERROR_RING equ 2SEG_MUST_BE_MOVABLE   200

; 
;  MessageId: ERROR_RELOC_CHAIN_XEEDS_SEGLIM
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_RELOC_CHAIN_XEEDS_SEGLIM equ    201

; 
;  MessageId: ERROR_INFLOOP_IN_RELOC_CHAIN
; 
;  MessageText:
; 
;   The operating system cannot run %1.
; 
ERROR_INFLOOP_IN_RELOC_CHAIN equ      202

; 
;  MessageId: ERROR_ENVVAR_NOT_FOUND
; 
;  MessageText:
; 
;   The system could not find the environment option that was entered.
; 
ERROR_ENVVAR_NOT_FOUND equ	      203

; 
;  MessageId: ERROR_NO_SIGNAL_SENT
; 
;  MessageText:
; 
;   No process in the command subtree has a signal handler.
; 
ERROR_NO_SIGNAL_SENT equ	      205

; 
;  MessageId: ERROR_FILENAME_EXCED_RANGE
; 
;  MessageText:
; 
;   The filename or extension is too long.
; 
ERROR_FILENAME_EXCED_RANGE equ	      206

; 
;  MessageId: ERROR_RING2_STACK_IN_USE
; 
;  MessageText:
; 
;   The ring 2 stack is in use.
; 
ERROR_RING equ 2_STACK_IN_USE	      207

; 
;  MessageId: ERROR_META_EXPANSION_TOO_LONG
; 
;  MessageText:
; 
;   The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
; 
ERROR_META_EXPANSION_TOO_LONG equ     208

; 
;  MessageId: ERROR_INVALID_SIGNAL_NUMBER
; 
;  MessageText:
; 
;   The signal being posted is not correct.
; 
ERROR_INVALID_SIGNAL_NUMBER equ       209

; 
;  MessageId: ERROR_THREAD_1_INACTIVE
; 
;  MessageText:
; 
;   The signal handler cannot be set.
; 
ERROR_THREAD_ equ 1_INACTIVE	      210

; 
;  MessageId: ERROR_LOCKED
; 
;  MessageText:
; 
;   The segment is locked and cannot be reallocated.
; 
ERROR_LOCKED equ		      212

; 
;  MessageId: ERROR_TOO_MANY_MODULES
; 
;  MessageText:
; 
;   Too many dynamic-link modules are attached to this program or dynamic-link module.
; 
ERROR_TOO_MANY_MODULES equ	      214

; 
;  MessageId: ERROR_NESTING_NOT_ALLOWED
; 
;  MessageText:
; 
;   Cannot nest calls to LoadModule.
; 
ERROR_NESTING_NOT_ALLOWED equ	      215

; 
;  MessageId: ERROR_EXE_MACHINE_TYPE_MISMATCH
; 
;  MessageText:
; 
;   The image file %1 is valid, but is for a machine type other than the current machine.
; 
ERROR_EXE_MACHINE_TYPE_MISMATCH equ   216

; 
;  MessageId: ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
; 
;  MessageText:
; 
;   The image file %1 is signed, unable to modify.
; 
ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY equ  217

; 
;  MessageId: ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
; 
;  MessageText:
; 
;   The image file %1 is strong signed, unable to modify.
; 
ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY equ  218

; 
;  MessageId: ERROR_BAD_PIPE
; 
;  MessageText:
; 
;   The pipe state is invalid.
; 
ERROR_BAD_PIPE equ		      230

; 
;  MessageId: ERROR_PIPE_BUSY
; 
;  MessageText:
; 
;   All pipe instances are busy.
; 
ERROR_PIPE_BUSY equ		      231

; 
;  MessageId: ERROR_NO_DATA
; 
;  MessageText:
; 
;   The pipe is being closed.
; 
ERROR_NO_DATA equ		      232

; 
;  MessageId: ERROR_PIPE_NOT_CONNECTED
; 
;  MessageText:
; 
;   No process is on the other end of the pipe.
; 
ERROR_PIPE_NOT_CONNECTED equ	      233

; 
;  MessageId: ERROR_MORE_DATA
; 
;  MessageText:
; 
;   More data is available.
; 
ERROR_MORE_DATA equ		      234    ;  dderror

; 
;  MessageId: ERROR_VC_DISCONNECTED
; 
;  MessageText:
; 
;   The session was canceled.
; 
ERROR_VC_DISCONNECTED equ	      240

; 
;  MessageId: ERROR_INVALID_EA_NAME
; 
;  MessageText:
; 
;   The specified extended attribute name was invalid.
; 
ERROR_INVALID_EA_NAME equ	      254

; 
;  MessageId: ERROR_EA_LIST_INCONSISTENT
; 
;  MessageText:
; 
;   The extended attributes are inconsistent.
; 
ERROR_EA_LIST_INCONSISTENT equ	      255

; 
;  MessageId: WAIT_TIMEOUT
; 
;  MessageText:
; 
;   The wait operation timed out.
; 
WAIT_TIMEOUT equ		      258    ;  dderror

; 
;  MessageId: ERROR_NO_MORE_ITEMS
; 
;  MessageText:
; 
;   No more data is available.
; 
ERROR_NO_MORE_ITEMS equ 	      259

; 
;  MessageId: ERROR_CANNOT_COPY
; 
;  MessageText:
; 
;   The copy functions cannot be used.
; 
ERROR_CANNOT_COPY equ		      266

; 
;  MessageId: ERROR_DIRECTORY
; 
;  MessageText:
; 
;   The directory name is invalid.
; 
ERROR_DIRECTORY equ		      267

; 
;  MessageId: ERROR_EAS_DIDNT_FIT
; 
;  MessageText:
; 
;   The extended attributes did not fit in the buffer.
; 
ERROR_EAS_DIDNT_FIT equ 	      275

; 
;  MessageId: ERROR_EA_FILE_CORRUPT
; 
;  MessageText:
; 
;   The extended attribute file on the mounted file system is corrupt.
; 
ERROR_EA_FILE_CORRUPT equ	      276

; 
;  MessageId: ERROR_EA_TABLE_FULL
; 
;  MessageText:
; 
;   The extended attribute table file is full.
; 
ERROR_EA_TABLE_FULL equ 	      277

; 
;  MessageId: ERROR_INVALID_EA_HANDLE
; 
;  MessageText:
; 
;   The specified extended attribute handle is invalid.
; 
ERROR_INVALID_EA_HANDLE equ	      278

; 
;  MessageId: ERROR_EAS_NOT_SUPPORTED
; 
;  MessageText:
; 
;   The mounted file system does not support extended attributes.
; 
ERROR_EAS_NOT_SUPPORTED equ	      282

; 
;  MessageId: ERROR_NOT_OWNER
; 
;  MessageText:
; 
;   Attempt to release mutex not owned by caller.
; 
ERROR_NOT_OWNER equ		      288

; 
;  MessageId: ERROR_TOO_MANY_POSTS
; 
;  MessageText:
; 
;   Too many posts were made to a semaphore.
; 
ERROR_TOO_MANY_POSTS equ	      298

; 
;  MessageId: ERROR_PARTIAL_COPY
; 
;  MessageText:
; 
;   Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
; 
ERROR_PARTIAL_COPY equ		      299

; 
;  MessageId: ERROR_OPLOCK_NOT_GRANTED
; 
;  MessageText:
; 
;   The oplock request is denied.
; 
ERROR_OPLOCK_NOT_GRANTED equ	      300

; 
;  MessageId: ERROR_INVALID_OPLOCK_PROTOCOL
; 
;  MessageText:
; 
;   An invalid oplock acknowledgment was received by the system.
; 
ERROR_INVALID_OPLOCK_PROTOCOL equ     301

; 
;  MessageId: ERROR_DISK_TOO_FRAGMENTED
; 
;  MessageText:
; 
;   The volume is too fragmented to complete this operation.
; 
ERROR_DISK_TOO_FRAGMENTED equ	      302

; 
;  MessageId: ERROR_DELETE_PENDING
; 
;  MessageText:
; 
;   The file cannot be opened because it is in the process of being deleted.
; 
ERROR_DELETE_PENDING equ	      303

; 
;  MessageId: ERROR_MR_MID_NOT_FOUND
; 
;  MessageText:
; 
;   The system cannot find message text for message number 0x%1 in the message file for %2.
; 
ERROR_MR_MID_NOT_FOUND equ	      317

; 
;  MessageId: ERROR_SCOPE_NOT_FOUND
; 
;  MessageText:
; 
;   The scope specified was not found.
; 
ERROR_SCOPE_NOT_FOUND equ	      318

; 
;  MessageId: ERROR_INVALID_ADDRESS
; 
;  MessageText:
; 
;   Attempt to access invalid address.
; 
ERROR_INVALID_ADDRESS equ	      487

; 
;  MessageId: ERROR_ARITHMETIC_OVERFLOW
; 
;  MessageText:
; 
;   Arithmetic result exceeded 32 bits.
; 
ERROR_ARITHMETIC_OVERFLOW equ	      534

; 
;  MessageId: ERROR_PIPE_CONNECTED
; 
;  MessageText:
; 
;   There is a process on other end of the pipe.
; 
ERROR_PIPE_CONNECTED equ	      535

; 
;  MessageId: ERROR_PIPE_LISTENING
; 
;  MessageText:
; 
;   Waiting for a process to open the other end of the pipe.
; 
ERROR_PIPE_LISTENING equ	      536

; 
;  MessageId: ERROR_EA_ACCESS_DENIED
; 
;  MessageText:
; 
;   Access to the extended attribute was denied.
; 
ERROR_EA_ACCESS_DENIED equ	      994

; 
;  MessageId: ERROR_OPERATION_ABORTED
; 
;  MessageText:
; 
;   The I/O operation has been aborted because of either a thread exit or an application request.
; 
ERROR_OPERATION_ABORTED equ	      995

; 
;  MessageId: ERROR_IO_INCOMPLETE
; 
;  MessageText:
; 
;   Overlapped I/O event is not in a signaled state.
; 
ERROR_IO_INCOMPLETE equ 	      996

; 
;  MessageId: ERROR_IO_PENDING
; 
;  MessageText:
; 
;   Overlapped I/O operation is in progress.
; 
ERROR_IO_PENDING equ		      997    ;  dderror

; 
;  MessageId: ERROR_NOACCESS
; 
;  MessageText:
; 
;   Invalid access to memory location.
; 
ERROR_NOACCESS equ		      998

; 
;  MessageId: ERROR_SWAPERROR
; 
;  MessageText:
; 
;   Error performing inpage operation.
; 
ERROR_SWAPERROR equ		      999

; 
;  MessageId: ERROR_STACK_OVERFLOW
; 
;  MessageText:
; 
;   Recursion too deep; the stack overflowed.
; 
ERROR_STACK_OVERFLOW equ	      1001

; 
;  MessageId: ERROR_INVALID_MESSAGE
; 
;  MessageText:
; 
;   The window cannot act on the sent message.
; 
ERROR_INVALID_MESSAGE equ	      1002

; 
;  MessageId: ERROR_CAN_NOT_COMPLETE
; 
;  MessageText:
; 
;   Cannot complete this function.
; 
ERROR_CAN_NOT_COMPLETE equ	      1003

; 
;  MessageId: ERROR_INVALID_FLAGS
; 
;  MessageText:
; 
;   Invalid flags.
; 
ERROR_INVALID_FLAGS equ 	      1004

; 
;  MessageId: ERROR_UNRECOGNIZED_VOLUME
; 
;  MessageText:
; 
;   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.
; 
ERROR_UNRECOGNIZED_VOLUME equ	      1005

; 
;  MessageId: ERROR_FILE_INVALID
; 
;  MessageText:
; 
;   The volume for a file has been externally altered so that the opened file is no longer valid.
; 
ERROR_FILE_INVALID equ		      1006

; 
;  MessageId: ERROR_FULLSCREEN_MODE
; 
;  MessageText:
; 
;   The requested operation cannot be performed in full-screen mode.
; 
ERROR_FULLSCREEN_MODE equ	      1007

; 
;  MessageId: ERROR_NO_TOKEN
; 
;  MessageText:
; 
;   An attempt was made to reference a token that does not exist.
; 
ERROR_NO_TOKEN equ		      1008

; 
;  MessageId: ERROR_BADDB
; 
;  MessageText:
; 
;   The configuration registry database is corrupt.

⌨️ 快捷键说明

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