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 possible status values used in the System.SyncTransferStatus property.
Syntax
typedef enum SYNC_TRANSFER_STATUS {
STS_NONE = 0,
STS_NEEDSUPLOAD = 0x1,
STS_NEEDSDOWNLOAD = 0x2,
STS_TRANSFERRING = 0x4,
STS_PAUSED = 0x8,
STS_HASERROR = 0x10,
STS_FETCHING_METADATA = 0x20,
STS_USER_REQUESTED_REFRESH = 0x40,
STS_HASWARNING = 0x80,
STS_EXCLUDED = 0x100,
STS_INCOMPLETE = 0x200,
STS_PLACEHOLDER_IFEMPTY = 0x400
} ;
Constants
STS_NONEValue: 0 There is no current sync activity. |
STS_NEEDSUPLOADValue: 0x1 The file is pending upload. |
STS_NEEDSDOWNLOADValue: 0x2 The file is pending download. |
STS_TRANSFERRINGValue: 0x4 The file is currently being uploaded or downloaded. |
STS_PAUSEDValue: 0x8 The current transfer is paused. |
STS_HASERRORValue: 0x10 An error was encountered during the last sync operation. |
STS_FETCHING_METADATAValue: 0x20 The sync engine is retrieving metadata from the cloud. |
STS_USER_REQUESTED_REFRESHValue: 0x40 |
STS_HASWARNINGValue: 0x80 |
STS_EXCLUDEDValue: 0x100 |
STS_INCOMPLETEValue: 0x200 |
STS_PLACEHOLDER_IFEMPTYValue: 0x400 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 [desktop apps only] |
| Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
| Header | shobjidl_core.h |