I have a case at boot up where I need to reboot the computer after I detect
certain situations. I am a storage driver, and the system is still booting
up. autochk has not run yet. I found ZwShutdownSystem and
ZwSetSystemPowerState, but ntoskrnl doesn’t export those, so I cant link to
them. I also tried ZwInitiatePowerAction, and it returns back
STATUS_SUCCESS but appears to do nothing…
Any ideas on how I can reboot the system short of calling KeBugCheck?
Thanks,
rob
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com