WdCloseCancellationHandle
关闭由 WdCreateCancellationHandle 创建的取消句柄。语法
参数
_In_ cancellationHandle类型:WdCancellationHandle 要关闭的取消句柄。在此调用之后,该句柄不再有效,不得再使用。
返回值
此函数不返回值。备注
由 WdCreateCancellationHandle 创建的或由 WdDuplicateCancellationHandle 复制的每个句柄都必须使用WdCloseCancellationHandle 独立关闭。请在 WdRemoteCopy 返回且不再需要该句柄之后关闭它。
