术语 | avquerysystemresponsiveness |
释义 | AvQuerySystemResponsiveness 语法: C++ BOOL WINAPI AvQuerySystemResponsiveness( __in HANDLE AvrtHandle, __out PULONG SystemResponsivenessValue ); AvQuerySystemResponsiveness功能 检索系统的响应设置的多媒体类计划程序服务使用。 参数 AvrtHandle [in] 句柄的任务。这种处理是由AvSetMmThreadCharacteristics或AvSetMmMaxThreadCharacteristics函数返回。 SystemResponsivenessValue [out] 该系统响应的价值。此值的范围从10到百分之百。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderAvrt.h LibraryAvrt.lib DLLAvrt.dll 参见 多媒体类计划程序服务 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==AvQuerySystemResponsiveness Function Retrieves the system responsiveness setting used by the multimedia class scheduler service. Syntax C++ BOOL WINAPI AvQuerySystemResponsiveness( __in HANDLE AvrtHandle, __out PULONG SystemResponsivenessValue ); Parameters AvrtHandle [in] A handle to the task. This handle is returned by the AvSetMmThreadCharacteristics or AvSetMmMaxThreadCharacteristics function. SystemResponsivenessValue [out] The system responsiveness value. This value can range from 10 to 100 percent. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError . Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderAvrt.h LibraryAvrt.lib DLLAvrt.dll See Also Multimedia Class Scheduler Service Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms681960(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。