SYNCMGR_EVENT_LEVEL enumeration (syncmgr.h)

Specifies the type of event being reported to Sync Center.

Syntax

typedef enum SYNCMGR_EVENT_LEVEL {
  SYNCMGR_EL_INFORMATION = 1,
  SYNCMGR_EL_WARNING = 2,
  SYNCMGR_EL_ERROR = 3,
  SYNCMGR_EL_MAX
} ;

Constants

 
SYNCMGR_EL_INFORMATION
Value: 1
The event is informational in nature and will be displayed with the appropriate icon.
SYNCMGR_EL_WARNING
Value: 2
The event is a warning and will be displayed with the appropriate icon.
SYNCMGR_EL_ERROR
Value: 3
The event is an error and will be displayed with the appropriate icon. Additionally, this event will be included in the count of errors reported to the handler or item when it is displayed in the folder as well as to the sync tray icon.
SYNCMGR_EL_MAX
Used only to declare the largest valid value in this enumeration. Do not use with ISyncMgrSyncCallback::ReportEvent.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header syncmgr.h