原型:
VOID
KeBugCheck(
IN ULONG BugCheckCode
);
由NTOSKNRL导出的函数,产生蓝屏。在内部,KebugCheck只是简单的调用KebugCheckEx。