IWsbApplicationAsync::Abort method (wsbapp.h)
Cancels an incomplete asynchronous operation.
Syntax
HRESULT Abort();
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
Windows Server Backup calls this method to cancel an asynchronous operation. For example, if the overall backup operation is canceled while an asynchronous consistency-check operation is in progress, this method will be called to cancel the consistency-check operation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | wsbapp.h |