术语 | ispwrsuspendallowed |
释义 | IsPwrSuspendAllowed 语法: C++ BOOLEAN WINAPI IsPwrSuspendAllowed(void); IsPwrSuspendAllowed功能 [IsPwrSuspendAllowed都可以在指定的要求部分使用的操作系统。它可能被改变或在后续版本中不可用。为Windows Vista编写的应用程序,后来应使用GetPwrCapabilities代替。] 确定计算机是否支持休眠状态。 参数 这个函数没有参数。 返回值 如果计算机支持休眠状态(一,中二及中三),该函数返回TRUE。否则,函数返回FALSE。 备注 这些信息也可通过CallNtPowerInformation功能。检查SystemS1,SystemS2,以及SYSTEM_POWER_CAPABILITIES结构SystemS3成员。 有关使用PowrProf.h信息,请参见电源使用方案。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderPowrProf.h LibraryPowrProf.lib DLLPowrProf.dll 参见 电源管理功能 CallNtPowerInformation SYSTEM_POWER_CAPABILITIES 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==IsPwrSuspendAllowed Function [IsPwrSuspendAllowed is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Applications written for Windows Vista and later should use GetPwrCapabilities instead.] Determines whether the computer supports the sleep states. Syntax C++ BOOLEAN WINAPI IsPwrSuspendAllowed(void); Parameters This function has no parameters. Return Value If the computer supports the sleep states (S1, S2, and S3), the function returns TRUE. Otherwise, the function returns FALSE. Remarks This information is also available through the CallNtPowerInformation function. Check the SystemS1, SystemS2, and SystemS3 members of the SYSTEM_POWER_CAPABILITIES structure. For more information on using PowrProf.h, see Power Schemes . Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderPowrProf.h LibraryPowrProf.lib DLLPowrProf.dll See Also Power Management Functions CallNtPowerInformation SYSTEM_POWER_CAPABILITIES Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/aa372707(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。