Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |