Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.34 KB

nf-cscobj-iofflinefilesprogress-queryabort.md

File metadata and controls

72 lines (59 loc) · 2.34 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:cscobj.IOfflineFilesProgress.QueryAbort
IOfflineFilesProgress::QueryAbort (cscobj.h)
May be called during lengthy operations to determine if the operation should be canceled.
IOfflineFilesProgress interface [Offline Files]
QueryAbort method
IOfflineFilesProgress.QueryAbort
IOfflineFilesProgress::QueryAbort
QueryAbort
QueryAbort method [Offline Files]
QueryAbort method [Offline Files]
IOfflineFilesProgress interface
cscobj/IOfflineFilesProgress::QueryAbort
of.iofflinefilesprogress_queryabort
of\iofflinefilesprogress_queryabort.htm
of
24b95898-0fe6-420b-83f2-ac77f493aeab
12/05/2018
IOfflineFilesProgress interface [Offline Files],QueryAbort method, IOfflineFilesProgress.QueryAbort, IOfflineFilesProgress::QueryAbort, QueryAbort, QueryAbort method [Offline Files], QueryAbort method [Offline Files],IOfflineFilesProgress interface, cscobj/IOfflineFilesProgress::QueryAbort, of.iofflinefilesprogress_queryabort
cscobj.h
Windows
Windows Vista
Windows Server 2008
CscSvc.dll; CscObj.dll
Windows
19H1
IOfflineFilesProgress::QueryAbort
cscobj/IOfflineFilesProgress::QueryAbort
c++
APIRef
kbSyntax
COM
CscSvc.dll
CscObj.dll
IOfflineFilesProgress.QueryAbort

IOfflineFilesProgress::QueryAbort

-description

May be called during lengthy operations to determine if the operation should be canceled.

-parameters

-param pbAbort [out]

Set this value to TRUE to cancel the operation. Set to FALSE to continue.

-returns

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.

-see-also

IOfflineFilesProgress