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.
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_INFORMATIONValue: 0x1 An information message was logged. |
SYNCMGRLOGLEVEL_WARNINGValue: 0x2 A warning message was logged. |
SYNCMGRLOGLEVEL_ERRORValue: 0x3 An error message was logged. |
SYNCMGRLOGLEVEL_LOGLEVELMAXValue: 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 |