- ArtmapSource ARTMAP source code. include: Fuzzy ARTMAP
- max543 12位串行DA
- c_make_code Following is a repost of the public domain make that I posted to net.sources a couple of months ago. I have fixed a few bugs
- ZengReview 文献综述应该怎么写
- DDR_SDRAM_use_in_embedded 很多嵌入式系统
- Software_Testing_By_Ron_Patton Software Testing
文件名称:用VC++实现Windows 2000XP下的休眠
介绍说明--下载内容来自于网络,使用问题请自行百度
实现休眠功能很简单,只要在任意想要执行的地方执行如下给出的休眠函数SetPower()就行,其实休眠很简单,只需要API:SetSystemPowerState()就行,就如关机/注销/重启一样,只需要ExitWindowEx(),但这些API可以直接用在98下,却不能用在2000/XP中,因为这里牵涉到了用户权限,没有权限是不能进行这些操作的,所以,首先要取得权限,下面给出代码:-achieve dormancy function is very simple, as long as the implementation of the arbitrary want the local implementation of the dormancy is as follows function SetPower () on the trip, dormancy is very simple, just API : SetSystemPowerState () on the trip, as shutdown / cancellation / restart, only ExitWindowEx (), but these APIs can be directly used in 98, not in 2000/XP can use, because it involves a user privileges, no authority can carry out these operations, therefore, must first obtain authority code is given below :
(系统自动生成,下载前可以参看下载内容)
下载文件列表
用VC++实现Windows 2000XP下的休眠.txt
www.dssz.com.txt
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.