术语 | avrevertmmthreadcharacteristics |
释义 | AvRevertMmThreadCharacteristics 语法: C++ BOOL WINAPI AvRevertMmThreadCharacteristics( __in HANDLE AvrtHandle ); AvRevertMmThreadCharacteristics功能 指示线程不再执行与指定的任务相关的工作。 参数 AvrtHandle [in] 句柄的任务。这种处理是由AvSetMmThreadCharacteristics或AvSetMmMaxThreadCharacteristics函数返回。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 此函数必须在同一个线程调用该AvSetMmThreadCharacteristics或AvSetMmMaxThreadCharacteristics调用的函数来创建处理。否则,该函数将失败。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderAvrt.h LibraryAvrt.lib DLLAvrt.dll 参见 多媒体类计划程序服务 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==AvRevertMmThreadCharacteristics Function Indicates that a thread is no longer performing work associated with the specified task. Syntax C++ BOOL WINAPI AvRevertMmThreadCharacteristics( __in HANDLE AvrtHandle ); Parameters AvrtHandle [in] A handle to the task. This handle is returned by the AvSetMmThreadCharacteristics or AvSetMmMaxThreadCharacteristics function. 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 . Remarks This function must be called from the same thread that called the AvSetMmThreadCharacteristics or AvSetMmMaxThreadCharacteristics function to create the handle. Otherwise, the function will fail. 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/ms681961(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。