Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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 |