| Platform SDK: Synchronization Manager | 
The SYNCMGRLOGLEVEL enumeration values specifies an error level for use in the ISyncMgrSynchronizeCallback::LogError method.
typedef enum _tagSYNCMGRLOGLEVEL {
   SYNCMGRLOGLEVEL_INFORMATION   = 0x0001,
   SYNCMGRLOGLEVEL_WARNING       = 0x0002,
   SYNCMGRLOGLEVEL_ERROR        = 0x0003,
} SYNCMGRLOGLEVEL;
  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
  Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
  Header: Declared in Mobsync.h.