Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether to continue, retry, or stop processing items.
Syntax
typedef enum tagOFFLINEFILES_OP_RESPONSE {
OFFLINEFILES_OP_CONTINUE = 0,
OFFLINEFILES_OP_RETRY,
OFFLINEFILES_OP_ABORT
} OFFLINEFILES_OP_RESPONSE;
Constants
OFFLINEFILES_OP_CONTINUEValue: 0 Continue processing items. |
OFFLINEFILES_OP_RETRYRepeat processing of this item. |
OFFLINEFILES_OP_ABORTStop processing now. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | cscobj.h |
See also
IOfflineFilesSimpleProgress::ItemBegin
IOfflineFilesSimpleProgress::ItemResult