Skip to main content

WdCancelRemoteCopy

Cancels an in-progress copy operation.

Syntax

Parameters

_In_ cancellationHandle
Type: WdCancellationHandle
The cancellation handle created by WdCreateCancellationHandle and passed to WdRemoteCopy. Signaling this handle causes the in-progress copy to be cancelled.

Return value

Type: HRESULT Returns S_OK if successful; otherwise, returns an error code.

Remarks

Call WdCancelRemoteCopy from a separate thread to cancel a blocking WdRemoteCopy call. WdCancelRemoteCopy is a non-blocking function. After cancellation is signaled, WdRemoteCopy will cancel the copy and return S_OK.

Requirements

See also

Last modified on August 20, 2026