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

📄 error2.inc

📁 [随书类]Dos6.0源代码
💻 INC
📖 第 1 页 / 共 2 页
字号:
ERROR_VIO_DEREGISTER            EQU     404     ; vio deregister disallowed
ERROR_VIO_NO_POPUP              EQU     405     ; popup not allocated
ERROR_VIO_EXISTING_POPUP        EQU     406     ; popup on screen (no wait)
ERROR_KBD_SMG_ONLY              EQU     407     ; valid from session manager only
ERROR_KBD_INVALID_ASCIIZ        EQU     408     ; invalid asciiz length
ERROR_KBD_INVALID_MASK          EQU     409     ; invalid replacement mask
ERROR_KBD_REGISTER              EQU     410     ; kbdregister disallowed
ERROR_KBD_DEREGISTER            EQU     411     ; kbdderegister disalloed
ERROR_MOUSE_SMG_ONLY            EQU     412     ; valid from session manager only
ERROR_MOUSE_INVALID_ASCIIZ      EQU     413     ; invalid asciiz length
ERROR_MOUSE_INVALID_MASK        EQU     414     ; invalid replacement mask
ERROR_MOUSE_REGISTER            EQU     415     ; mouse register disallowed
ERROR_MOUSE_DEREGISTER          EQU     416     ; mouse deregister disallowed
ERROR_SMG_BAD_ACTION            EQU     417     ; invalid action specified
ERROR_SMG_INVALID_CALL          EQU     418     ; init called more than once
ERROR_SCS_SG_NOTFOUND           EQU     419     ; new screen group #
ERROR_SCS_NOT_SHELL             EQU     420     ; caller is not shell
ERROR_VIO_INVALID_PARMS         EQU     421     ; invalid parms passed in
ERROR_VIO_FUNCTION_OWNED        EQU     422     ; save/restore already owned
ERROR_VIO_RETURN                EQU     423     ; non-destruct return (undo)
ERROR_SCS_INVALID_FUNCTION      EQU     424     ; not valid request for caller
ERROR_SCS_NOT_SESSION_MGR       EQU     425     ; caller not session manager
ERROR_VIO_REGISTER              EQU     426     ; VIO register disallowed
ERROR_VIO_NO_MODE_THREAD        EQU     427     ; No mode restore thread in SG
ERROR_VIO_NO_SAVE_RESTORE_THD   EQU     428     ; No save/rest thread in SG
ERROR_VIO_IN_BG                 EQU     429     ; Physical selector requested in background
ERROR_VIO_ILLEGAL_DURING_POPUP  EQU     430     ; Function not allowed during popup
ERROR_SMG_NOT_BASESHELL         EQU     431     ; caller is not the base shell
ERROR_SMG_BAD_STATUSREQ         EQU     432     ; invalid status requested
ERROR_QUE_INVALID_WAIT          EQU     433     ; nowait parameter out of bounds
ERROR_VIO_LOCK                  EQU     434     ; error returned from scrlock
ERROR_MOUSE_INVALID_IOWAIT      EQU     435     ; invalid parameters for IO wait
ERROR_VIO_INVALID_HANDLE        EQU     436     ; invalid vio handle
ERROR_VIO_ILLEGAL_DURING_LOCK   EQU     437     ; Function not allowed during screen lock
ERROR_VIO_INVALID_LENGTH        EQU     438     ; invalid vio length
ERROR_KBD_INVALID_HANDLE        EQU     439     ; invalid kbd handle
ERROR_KBD_NO_MORE_HANDLE        EQU     440     ; ran out of handles
ERROR_KBD_CANNOT_CREATE_KCB     EQU     441     ; unable to create kcb
ERROR_KBD_CODEPAGE_LOAD_INCOMPL EQU     442     ; unsuccessful codepage load
ERROR_KBD_INVALID_CODEPAGE_ID   EQU     443     ; invalid codepage id
ERROR_KBD_NO_CODEPAGE_SUPPORT   EQU     444     ; no codepage support
ERROR_KBD_FOCUS_REQUIRED        EQU     445     ; keyboard focus required
ERROR_KBD_FOCUS_ALREADY_ACTIVE  EQU     446     ; keyboard focus exists
ERROR_KBD_KEYBOARD_BUSY         EQU     447     ; keyboard busy
ERROR_KBD_INVALID_CODEPAGE      EQU     448     ; invalid codepage
ERROR_KBD_UNABLE_TO_FOCUS       EQU     449     ; focus attempt failed
ERROR_SMG_SESSION_NON_SELECT    EQU     450     ; session is not selectable
ERROR_SMG_SESSION_NOT_FOREGRND  EQU     451     ; parent/child session not foreground
ERROR_SMG_SESSION_NOT_PARENT    EQU     452     ; not parent of requested child
ERROR_SMG_INVALID_START_MODE    EQU     453     ; invalid session start mode
ERROR_SMG_INVALID_RELATED_OPT   EQU     454     ; invalid session start related option
ERROR_SMG_INVALID_BOND_OPTION   EQU     455     ; invalid session bond option
ERROR_SMG_INVALID_SELECT_OPT    EQU     456     ; invalid session select option
ERROR_SMG_START_IN_BACKGROUND   EQU     457     ; session started in background
ERROR_SMG_INVALID_STOP_OPTION   EQU     458     ; invalid session stop option
ERROR_SMG_BAD_RESERVE           EQU     459     ; reserved parameters not zero
ERROR_SMG_PROCESS_NOT_PARENT    EQU     460     ; session parent process already exists
ERROR_SMG_INVALID_DATA_LENGTH   EQU     461     ; invalid data length
ERROR_SMG_NOT_BOUND             EQU     462     ; parent not bound
ERROR_SMG_RETRY_SUB_ALLOC       EQU     463     ; retry request block allocation
ERROR_KBD_DETACHED              EQU     464     ; this call disallawed for detached pid
ERROR_VIO_DETACHED              EQU     465     ; this call disallawed for detached pid
ERROR_MOU_DETACHED              EQU     466     ; this call disallawed for detached pid
ERROR_VIO_FONT                  EQU     467     ; no font available to support mode
ERROR_VIO_USER_FONT             EQU     468     ; user font active
ERROR_VIO_BAD_CP                EQU     469     ; invalid code page specified
ERROR_VIO_NO_CP                 EQU     470     ; system displays don't support code page
ERROR_VIO_NA_CP                 EQU     471     ; current displays doesn't support code page
ERROR_INVALID_CODE_PAGE         EQU     472     ; invalid code page
ERROR_CPLIST_TOO_SMALL          EQU     473     ; code page list is too small
ERROR_CP_NOT_MOVED              EQU     474     ; code page not moved
ERROR_MODE_SWITCH_INIT          EQU     475     ; mode switch init error
ERROR_CODE_PAGE_NOT_FOUND       EQU     476     ; code page not found
ERROR_UNEXPECTED_SLOT_RETURNED  EQU     477     ; internal error
ERROR_SMG_INVALID_TRACE_OPTION  EQU     478     ; invalid start session trace indicator
ERROR_VIO_INTERNAL_RESOURCE     EQU     479     ; vio internal resource error
ERROR_VIO_SHELL_INIT            EQU     480     ; vio shell init error
ERROR_SMG_NO_HARD_ERRORS        EQU     481     ; no session manager hard errors

;
; intercomponent error codes (from 8000H or 32768)
;
ERROR_SWAPPER_NOT_ACTIVE        EQU     32768   ; swapper is not active
ERROR_INVALID_SWAPID            EQU     32769   ; invalid swap identifier
ERROR_IOERR_SWAP_FILE           EQU     32770   ; i/o error on swap file
ERROR_SWAP_TABLE_FULL           EQU     32771   ; swap control table is full
ERROR_SWAP_FILE_FULL            EQU     32772   ; swap file is full
ERROR_CANT_INIT_SWAPPER         EQU     32773   ; cannot initialize swapper
ERROR_SWAPPER_ALREADY_INIT      EQU     32774   ; swapper already initialized
ERROR_PMM_INSUFFICIENT_MEMORY   EQU     32775   ; insufficient memory
ERROR_PMM_INVALID_FLAGS         EQU     32776   ; invalid flags for phys. mem.
ERROR_PMM_INVALID_ADDRESS       EQU     32777   ; invalid address of phys. mem.
ERROR_PMM_LOCK_FAILED           EQU     32778   ; lock of storage failed
ERROR_PMM_UNLOCK_FAILED         EQU     32779   ; unlock of storage failed
ERROR_PMM_MOVE_INCOMPLETE       EQU     32780   ; move not completed
ERROR_UCOM_DRIVE_RENAMED        EQU     32781   ; drive name was renamed
ERROR_UCOM_FILENAME_TRUNCATED   EQU     32782   ; file name was truncated
ERROR_UCOM_BUFFER_LENGTH        EQU     32783   ; bad buffer length
ERROR_MON_CHAIN_HANDLE          EQU     32784   ; invalid chain handle - mon dh
ERROR_MON_NOT_REGISTERED        EQU     32785   ; monitor not registered
ERROR_SMG_ALREADY_TOP           EQU     32786   ; specified screen group is top
ERROR_PMM_ARENA_MODIFIED        EQU     32787   ; arena modified - phys mem
ERROR_SMG_PRINTER_OPEN          EQU     32788   ; printer open error on prtsc
ERROR_PMM_SET_FLAGS_FAILED      EQU     32789   ; update to arena header flags failed

⌨️ 快捷键说明

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