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.
Event identifier codes describing events to be received or excluded by an event sink. Used with the IOfflineFilesEventsFilter::GetIncludedEvents and IOfflineFilesEventsFilter::GetExcludedEvents methods.
Syntax
typedef enum tagOFFLINEFILES_EVENTS {
OFFLINEFILES_EVENT_CACHEMOVED = 0,
OFFLINEFILES_EVENT_CACHEISFULL,
OFFLINEFILES_EVENT_CACHEISCORRUPTED,
OFFLINEFILES_EVENT_ENABLED,
OFFLINEFILES_EVENT_ENCRYPTIONCHANGED,
OFFLINEFILES_EVENT_SYNCBEGIN,
OFFLINEFILES_EVENT_SYNCFILERESULT,
OFFLINEFILES_EVENT_SYNCCONFLICTRECADDED,
OFFLINEFILES_EVENT_SYNCCONFLICTRECUPDATED,
OFFLINEFILES_EVENT_SYNCCONFLICTRECREMOVED,
OFFLINEFILES_EVENT_SYNCEND,
OFFLINEFILES_EVENT_BACKGROUNDSYNCBEGIN,
OFFLINEFILES_EVENT_BACKGROUNDSYNCEND,
OFFLINEFILES_EVENT_NETTRANSPORTARRIVED,
OFFLINEFILES_EVENT_NONETTRANSPORTS,
OFFLINEFILES_EVENT_ITEMDISCONNECTED,
OFFLINEFILES_EVENT_ITEMRECONNECTED,
OFFLINEFILES_EVENT_ITEMAVAILABLEOFFLINE,
OFFLINEFILES_EVENT_ITEMNOTAVAILABLEOFFLINE,
OFFLINEFILES_EVENT_ITEMPINNED,
OFFLINEFILES_EVENT_ITEMNOTPINNED,
OFFLINEFILES_EVENT_ITEMMODIFIED,
OFFLINEFILES_EVENT_ITEMADDEDTOCACHE,
OFFLINEFILES_EVENT_ITEMDELETEDFROMCACHE,
OFFLINEFILES_EVENT_ITEMRENAMED,
OFFLINEFILES_EVENT_DATALOST,
OFFLINEFILES_EVENT_PING,
OFFLINEFILES_EVENT_ITEMRECONNECTBEGIN,
OFFLINEFILES_EVENT_ITEMRECONNECTEND,
OFFLINEFILES_EVENT_CACHEEVICTBEGIN,
OFFLINEFILES_EVENT_CACHEEVICTEND,
OFFLINEFILES_EVENT_POLICYCHANGEDETECTED,
OFFLINEFILES_EVENT_PREFERENCECHANGEDETECTED,
OFFLINEFILES_EVENT_SETTINGSCHANGESAPPLIED,
OFFLINEFILES_EVENT_TRANSPARENTCACHEITEMNOTIFY,
OFFLINEFILES_EVENT_PREFETCHFILEBEGIN,
OFFLINEFILES_EVENT_PREFETCHFILEEND,
OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEBEGIN,
OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEEND,
OFFLINEFILES_NUM_EVENTS
} OFFLINEFILES_EVENTS;
Constants
OFFLINEFILES_EVENT_CACHEMOVEDValue: 0 This value is reserved for future use. |
OFFLINEFILES_EVENT_CACHEISFULLThis value is reserved for future use. |
OFFLINEFILES_EVENT_CACHEISCORRUPTEDThis value is reserved for future use. |
OFFLINEFILES_EVENT_ENABLEDThis value is reserved for future use. |
OFFLINEFILES_EVENT_ENCRYPTIONCHANGEDThis value is reserved for future use. |
OFFLINEFILES_EVENT_SYNCBEGINRepresents the IOfflineFilesEvents::SyncBegin event method. |
OFFLINEFILES_EVENT_SYNCFILERESULTRepresents the IOfflineFilesEvents::SyncFileResult event method. |
OFFLINEFILES_EVENT_SYNCCONFLICTRECADDEDRepresents the IOfflineFilesEvents::SyncConflictRecAdded event method. |
OFFLINEFILES_EVENT_SYNCCONFLICTRECUPDATEDRepresents the IOfflineFilesEvents::SyncConflictRecUpdated event method. |
OFFLINEFILES_EVENT_SYNCCONFLICTRECREMOVEDRepresents the IOfflineFilesEvents::SyncConflictRecRemoved event method. |
OFFLINEFILES_EVENT_SYNCENDRepresents the IOfflineFilesEvents::SyncEnd event method. |
OFFLINEFILES_EVENT_BACKGROUNDSYNCBEGINRepresents the IOfflineFilesEvents2::BackgroundSyncBegin event method. |
OFFLINEFILES_EVENT_BACKGROUNDSYNCENDRepresents the IOfflineFilesEvents2::BackgroundSyncEnd event method. |
OFFLINEFILES_EVENT_NETTRANSPORTARRIVEDRepresents the IOfflineFilesEvents::NetTransportArrived event method. |
OFFLINEFILES_EVENT_NONETTRANSPORTSRepresents the IOfflineFilesEvents::NoNetTransports event method. |
OFFLINEFILES_EVENT_ITEMDISCONNECTEDRepresents the IOfflineFilesEvents::ItemDisconnected event method. |
OFFLINEFILES_EVENT_ITEMRECONNECTEDRepresents the IOfflineFilesEvents::ItemReconnected event method. |
OFFLINEFILES_EVENT_ITEMAVAILABLEOFFLINERepresents the IOfflineFilesEvents::ItemAvailableOffline event method. |
OFFLINEFILES_EVENT_ITEMNOTAVAILABLEOFFLINERepresents the IOfflineFilesEvents::ItemNotAvailableOffline event method. |
OFFLINEFILES_EVENT_ITEMPINNEDRepresents the IOfflineFilesEvents::ItemPinned event method. |
OFFLINEFILES_EVENT_ITEMNOTPINNEDRepresents the IOfflineFilesEvents::ItemNotPinned event method. |
OFFLINEFILES_EVENT_ITEMMODIFIEDRepresents the IOfflineFilesEvents::ItemModified event method. |
OFFLINEFILES_EVENT_ITEMADDEDTOCACHERepresents the IOfflineFilesEvents::ItemAddedToCache event method. |
OFFLINEFILES_EVENT_ITEMDELETEDFROMCACHERepresents the IOfflineFilesEvents::ItemDeletedFromCache event method. |
OFFLINEFILES_EVENT_ITEMRENAMEDRepresents the IOfflineFilesEvents::ItemRenamed event method. |
OFFLINEFILES_EVENT_DATALOSTRepresents the IOfflineFilesEvents::DataLost event method. |
OFFLINEFILES_EVENT_PINGRepresents the IOfflineFilesEvents::Ping event method. |
OFFLINEFILES_EVENT_ITEMRECONNECTBEGINRepresents the IOfflineFilesEvents2::ItemReconnectBegin event method. |
OFFLINEFILES_EVENT_ITEMRECONNECTENDRepresents the IOfflineFilesEvents2::ItemReconnectEnd event method. |
OFFLINEFILES_EVENT_CACHEEVICTBEGINThis value is reserved for future use. |
OFFLINEFILES_EVENT_CACHEEVICTENDThis value is reserved for future use. |
OFFLINEFILES_EVENT_POLICYCHANGEDETECTEDRepresents the IOfflineFilesEvents2::PolicyChangeDetected event method. |
OFFLINEFILES_EVENT_PREFERENCECHANGEDETECTEDRepresents the IOfflineFilesEvents2::PreferenceChangeDetected event method. |
OFFLINEFILES_EVENT_SETTINGSCHANGESAPPLIEDRepresents the IOfflineFilesEvents2::SettingsChangesApplied event method. |
OFFLINEFILES_EVENT_TRANSPARENTCACHEITEMNOTIFYRepresents the IOfflineFilesEvents3::TransparentCacheItemNotify event method. Windows Server 2008 and Windows Vista: This value is not supported before Windows Server 2008 R2 and Windows 7. |
OFFLINEFILES_EVENT_PREFETCHFILEBEGINRepresents the IOfflineFilesEvents3::PrefetchFileBegin event method. Windows Server 2008 and Windows Vista: This value is not supported before Windows Server 2008 R2 and Windows 7. |
OFFLINEFILES_EVENT_PREFETCHFILEENDRepresents the IOfflineFilesEvents3::PrefetchFileEnd event method. Windows Server 2008 and Windows Vista: This value is not supported before Windows Server 2008 R2 and Windows 7. |
OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEBEGIN |
OFFLINEFILES_EVENT_PREFETCHCLOSEHANDLEEND |
OFFLINEFILES_NUM_EVENTS |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | cscobj.h |