【发布时间】: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