术语 | avrtleavethreadorderinggroup |
释义 | AvRtLeaveThreadOrderingGroup 语法: C++ BOOL WINAPI AvRtLeaveThreadOrderingGroup( __in HANDLE Context ); AvRtLeaveThreadOrderingGroup功能 启用客户端线程离开线程订货组。 参数 语境 [in] 阿上下文句柄。这种处理是由AvRtJoinThreadOrderingGroup函数返回。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 如需订购父线程组的线程不应该从组中删除本身。 如果一个线程超时,并试图调用此函数,该函数失败的ERROR_INVALID_PARAMETER最后一个错误代码。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderAvrt.h LibraryAvrt.lib DLLAvrt.dll 参见 螺纹订购服务 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年8月27日 ==英文原文==AvRtLeaveThreadOrderingGroup Function Enables client threads to leave a thread ordering group. Syntax C++ BOOL WINAPI AvRtLeaveThreadOrderingGroup( __in HANDLE Context ); Parameters Context [in] A context handle. This handle is returned by the AvRtJoinThreadOrderingGroup 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 The parent thread for a thread ordering group should not remove itself from the group. If a thread times out and attempts to call this function, the function fails with a last error code of ERROR_INVALID_PARAMETER. Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderAvrt.h LibraryAvrt.lib DLLAvrt.dll See Also Thread Ordering Service Send comments about this topic to Microsoft Build date: 8/27/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms681969(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。