Skip to main content

WdCloseCancellationHandle

关闭由 WdCreateCancellationHandle 创建的取消句柄。

语法

参数

_In_ cancellationHandle
类型:WdCancellationHandle
要关闭的取消句柄。在此调用之后,该句柄不再有效,不得再使用。

返回值

此函数不返回值。

备注

WdCreateCancellationHandle 创建的或由 WdDuplicateCancellationHandle 复制的每个句柄都必须使用 WdCloseCancellationHandle 独立关闭。请在 WdRemoteCopy 返回且不再需要该句柄之后关闭它。

要求

另请参阅

最后修改于 2026年8月24日