Is there any user-mode equivalent of KeBugCheck, or some other way of
causing a user-mode BSOD with a code that won't be easily confused with
anything else (like 0xE2)?
I have a hard-to-reproduce boot problem with a ps/2 keyboard filter
driver. If everything is OK then I have a user-mode app restart the
machine. If/when I can repro the problem I want something in user mode
that'll cause me to drop into Windbg.
(I know causing int3 will do it if I boot with /debug in boot.ini, but
because the machine runs unattended and reboots every 5 minutes I
wanted to try and use /crashdebug instead, so that when it goes wrong I
only get the info relevant to the boot that fails)