Name
CancelAsyncOperation -- cancel an asynchronous operation (V9.0)
Synopsis
CancelAsyncOperation(id)
Function
This function cancels the asynchronous operation specified by id. id must be set to an asynchronous operation handle created by functions which support asynchronous operations, e.g. CopyFile() or DownloadFile().

Inputs
id
asynchronous operation handle obtained from a function that supports asynchronous operations
Example
See ContinueAsyncOperation


Show TOC