【问题标题】:What is the meaning of bits 31 and 30 in an SEH exception code?SEH 异常代码中的第 31 位和第 30 位是什么意思?
【发布时间】:2010-12-29 00:19:23
【问题描述】:

我正在尝试找出 SEH 异常代码中这些位的含义。我发现bit 28 is reserved by the system for system-defined exceptions from MSDN's article on RaiseException。但是,鉴于异常代码0xC0000005,我无法发现为什么它不是0x00000005。位模式0xC0000000 是否表明某些东西并没有消失在时间的迷雾中?如果有,是什么?

【问题讨论】:

    标签: windows seh exception-code


    【解决方案1】:

    来自the "Raising Software Exceptions" page on MSDN

    这两个位描述了基本的 代码状态:
    11 = 错误,00 = 成功,01 = 信息,10 = 警告。

    【讨论】:

    • 啊哈!谢谢。显然,我应该将SEH 从搜索词列表中删除。 Google 和 Bing 都没有猜到我的意图。
    猜你喜欢
    • 2013-11-08
    • 2011-09-11
    • 2010-12-12
    • 2011-09-17
    • 1970-01-01
    • 1970-01-01
    • 2018-11-17
    • 2014-02-28
    相关资源
    最近更新 更多