文件名称:ComputerSleep
- 所属分类:
- 其它
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 22.69kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
[ 原创文档 本文适合初级读者 已阅读6065次 ] 文档 代码 工具
系统定时休眠
作者:jans
下载示例源代码
单位最近加强安全检查,除了部分服务器,下班不关机器的同事,都被罚了款。为此,我试着下载了几个自动关机的程序,但是都不好使。都是最后显示“你可以安全地关闭计算机了!”。到网上问了半天说是高级电源管理设置的问题。我折腾了半天,还是不行,为什么Windows自己的关机就可以关掉电源,而我们的程序就只能“你可以安全的关闭计算了!”。看来微软还不知道在哪里留了一手。
好在还有收获,最近发现MSDN还有这么一个函数
BOOL SetSystemPowerState(
BOOL fSuspend, // system state
BOOL fForce // forced suspension option
)
-[original document is suitable for primary readers have read 6,065 times] file system code tools regularly dormancy writer : jans download the source code examples unit recently enhance security inspection, except for some servers, none of machines work colleagues, are fined. To this end, I try to download several automatic shutdown procedures, but not so. The final show is "you can safely shut down the computer!" . Online asked a half-day of advanced power management settings problems. I Shetenglebantian, or not, why the shutdown of Windows can switch off the power supply, Our procedures only, "You can safely closed calculation!" . Microsoft does not seem to know where to stay in the hand. Fortunately, there are gains MSDN recently discovered there was such a function
系统定时休眠
作者:jans
下载示例源代码
单位最近加强安全检查,除了部分服务器,下班不关机器的同事,都被罚了款。为此,我试着下载了几个自动关机的程序,但是都不好使。都是最后显示“你可以安全地关闭计算机了!”。到网上问了半天说是高级电源管理设置的问题。我折腾了半天,还是不行,为什么Windows自己的关机就可以关掉电源,而我们的程序就只能“你可以安全的关闭计算了!”。看来微软还不知道在哪里留了一手。
好在还有收获,最近发现MSDN还有这么一个函数
BOOL SetSystemPowerState(
BOOL fSuspend, // system state
BOOL fForce // forced suspension option
)
-[original document is suitable for primary readers have read 6,065 times] file system code tools regularly dormancy writer : jans download the source code examples unit recently enhance security inspection, except for some servers, none of machines work colleagues, are fined. To this end, I try to download several automatic shutdown procedures, but not so. The final show is "you can safely shut down the computer!" . Online asked a half-day of advanced power management settings problems. I Shetenglebantian, or not, why the shutdown of Windows can switch off the power supply, Our procedures only, "You can safely closed calculation!" . Microsoft does not seem to know where to stay in the hand. Fortunately, there are gains MSDN recently discovered there was such a function
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 121114115computersleep.zip 列表 ShutdownComputer/ ShutdownComputer/activeds.cpp ShutdownComputer/activeds.h ShutdownComputer/mssccprj.scc ShutdownComputer/Release/ ShutdownComputer/res/ ShutdownComputer/resource.h ShutdownComputer/res/ShutdownComputer.ico ShutdownComputer/res/ShutdownComputer.rc2 ShutdownComputer/res/vssver.scc ShutdownComputer/ShutdownComputer.clw ShutdownComputer/ShutdownComputer.cpp ShutdownComputer/ShutdownComputer.dsp ShutdownComputer/ShutdownComputer.dsw ShutdownComputer/ShutdownComputer.h ShutdownComputer/ShutdownComputer.opt ShutdownComputer/ShutdownComputer.rc ShutdownComputer/ShutdownComputerDlg.cpp ShutdownComputer/ShutdownComputerDlg.h ShutdownComputer/StdAfx.cpp ShutdownComputer/StdAfx.h ShutdownComputer/vssver.scc