SYNCMGRLOGLEVEL enumeration (mobsync.h)
The SYNCMGRLOGLEVEL enumeration values specify an error level for use in the ISyncMgrSynchronizeCallback::LogError method.
Syntax
typedef enum _tagSYNCMGRLOGLEVEL {
SYNCMGRLOGLEVEL_INFORMATION = 0x1,
SYNCMGRLOGLEVEL_WARNING = 0x2,
SYNCMGRLOGLEVEL_ERROR = 0x3,
SYNCMGRLOGLEVEL_LOGLEVELMAX = 0x3
} SYNCMGRLOGLEVEL;
Constants
SYNCMGRLOGLEVEL_INFORMATION Value: 0x1 An information message was logged. |
SYNCMGRLOGLEVEL_WARNING Value: 0x2 A warning message was logged. |
SYNCMGRLOGLEVEL_ERROR Value: 0x3 An error message was logged. |
SYNCMGRLOGLEVEL_LOGLEVELMAX Value: 0x3 The largest valid SYNCMGRLOGLEVEL value. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | mobsync.h |