OFFLINEFILES_OP_RESPONSE enumeration (cscobj.h)
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_CONTINUE Value: 0 Continue processing items. |
OFFLINEFILES_OP_RETRY Repeat processing of this item. |
OFFLINEFILES_OP_ABORT Stop 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