术语 | closethreadwaitchainsession |
释义 | CloseThreadWaitChainSession 语法: C++ VOID WINAPI CloseThreadWaitChainSession( __in HWCT WctHandle ); CloseThreadWaitChainSession功能 关闭指定的WCT会议并取消任何悬而未决的异步操作。 参数 WctHandle [in] 句柄了WCT届会议OpenThreadWaitChainSession函数创建。 返回值 这个函数没有返回值。 备注 如果了WCT会议是在异步模式(WCT_ASYNC_OPEN_FLAG)开幕,该函数取消后的回调函数被调用,返回任何未完成的操作,然后返回。 实例 有关示例,请参阅使用WCT。 要求: client最低支持Vista server最低支持 Windows Server 2008 HeaderWct.h LibraryAdvapi32.lib DLLAdvapi32.dll 参见 OpenThreadWaitChainSession 等待链遍历 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==CloseThreadWaitChainSession Function Closes the specified WCT session and cancels any outstanding asynchronous operations. Syntax C++ VOID WINAPI CloseThreadWaitChainSession( __in HWCT WctHandle ); Parameters WctHandle [in] A handle to the WCT session created by the OpenThreadWaitChainSession function. Return Value This function does not return a value. Remarks If the WCT session was opened in asynchronous mode (with WCT_ASYNC_OPEN_FLAG), the function cancels any outstanding operations after their callback functions have been called and returned, and then it returns. Examples For an example, see Using WCT . Requirements Minimum supported clientWindows Vista Minimum supported serverWindows Server 2008 HeaderWct.h LibraryAdvapi32.lib DLLAdvapi32.dll See Also OpenThreadWaitChainSession Wait Chain Traversal Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms679282(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。