IOfflineFilesProgress::QueryAbort method (cscobj.h)
May be called during lengthy operations to determine if the operation should be canceled.
Syntax
HRESULT QueryAbort(
[out] BOOL *pbAbort
);
Parameters
[out] pbAbort
Set this value to TRUE to cancel the operation. Set to FALSE to continue.
Return value
The return value is ignored.
Remarks
This method may be used by the implementation in cases where calls to other progress methods are infrequent. The sole purpose of this method is to determine if the operation should be canceled immediately.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | cscobj.h |
DLL | CscSvc.dll; CscObj.dll |