SYNCMGR_EVENT_LEVEL enumeration
Specifies the type of event being reported to Sync Center.
Syntax
typedef enum SYNCMGR_EVENT_LEVEL { SYNCMGR_EL_INFORMATION = 0x00000001, SYNCMGR_EL_WARNING = 0x00000002, SYNCMGR_EL_ERROR = 0x00000003, SYNCMGR_EL_MAX = SYNCMGR_EL_ERROR } SYNCMGR_EVENT_LEVEL;
Constants
- SYNCMGR_EL_INFORMATION
-
The event is informational in nature and will be displayed with the appropriate icon.
- SYNCMGR_EL_WARNING
-
The event is a warning and will be displayed with the appropriate icon.
- SYNCMGR_EL_ERROR
-
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
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012