SEH 异常代码中的位 31 和 30 有何含义?
我试图找出 SEH 异常代码中这些位的含义。我发现 位 28 是系统为系统保留的-MSDN 关于 RaiseException 的文章中定义的异常。但是,鉴于异常代码 0xC0000005
,我无法发现为什么它不是 0x00000005
。位模式 0xC0000000
是否表明某些东西并未在时间的迷雾中消失?如果是这样,那是什么?
I'm trying to find out what the bits mean in an SEH exception code. I found out that bit 28 is reserved by the system for system-defined exceptions from MSDN's article on RaiseException. However, given the exception code 0xC0000005
, I can't discover why it is not 0x00000005
. Is the bit pattern 0xC0000000
indicative of something not lost to the mists of time? If so, what is it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 MSDN 上的“引发软件异常”页面:
From the "Raising Software Exceptions" page on MSDN: