SYNCMGRLOGLEVEL enumeration
The SYNCMGRLOGLEVEL enumeration values specify an error level for use in the ISyncMgrSynchronizeCallback::LogError method.
Syntax
typedef enum _tagSYNCMGRLOGLEVEL { SYNCMGRLOGLEVEL_INFORMATION = 0x0001, SYNCMGRLOGLEVEL_WARNING = 0x0002, SYNCMGRLOGLEVEL_ERROR = 0x0003, SYNCMGRLOGLEVEL_LOGLEVELMAX = 0x0003 } SYNCMGRLOGLEVEL;
Constants
- SYNCMGRLOGLEVEL_INFORMATION
-
An information message was logged.
- SYNCMGRLOGLEVEL_WARNING
-
A warning message was logged.
- SYNCMGRLOGLEVEL_ERROR
-
An error message was logged.
- SYNCMGRLOGLEVEL_LOGLEVELMAX
-
The largest valid SYNCMGRLOGLEVEL value.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 11/28/2012