其他应用程序关闭屏幕保护程序后启用屏幕保护程序
我有几个应用程序似乎可以关闭屏幕保护程序和视频卡的省电模式(例如Skype、VLC、mplayer 等)。有时,这些应用程序崩溃,显示器一直打开,直到我重新启动。是否有一个简单的 API 调用可以再次打开屏幕保护程序和省电模式?
I have several applications that seem to turn off the screensaver and the powersave mode of the video card (eg Skype, VLC, mplayer, etc). Sometimes, these applications crash and the monitor is just on all the time until I reboot. Is there a simple API call to turn on the screensaver and powersave mode again?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些应用程序可能使用 SystemParametersInfo 来关闭屏幕保护程序,因此您可以自己使用它来更改回来。
以下是您可能需要拨打的电话:
These applications probably use SystemParametersInfo to turn off the screensaver, so you can use it yourself to change back.
Here are the calls you may have to do: