写了个服务程序,SetProcessShutdownParameters为0,即最后关闭,然后在关机期间执行了一些操作(explorer.exe结束以后),但这些操作好像异常,应该调试?怎么收集异常信息?
ringa_lee
Try using SetUnhandledExceptionFilter to register an exception handling callback function, then use MiniDumpWriteDump to generate a coredump file, and then debug after booting.
Try using SetUnhandledExceptionFilter to register an exception handling callback function, then use MiniDumpWriteDump to generate a coredump file, and then debug after booting.