Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了检查系统是以安全模式还是正常模式启动,我需要调用什么 Windows API?
调用GetSystemMetrics( SM_CLEANBOOT )并查找非零值。
GetSystemMetrics( SM_CLEANBOOT )