SYNCMGR_HANDLER_TYPE enumeration
Specifies the type of a handler. Used by ISyncMgrHandlerInfo::GetType.
Syntax
typedef enum SYNCMGR_HANDLER_TYPE { SYNCMGR_HT_UNSPECIFIED = 0x0000, SYNCMGR_HT_APPLICATION = 0x0001, SYNCMGR_HT_DEVICE = 0x0002, SYNCMGR_HT_FOLDER = 0x0003, SYNCMGR_HT_SERVICE = 0x0004, SYNCMGR_HT_COMPUTER = 0x0005, SYNCMGR_HT_MIN = 0x0000, SYNCMGR_HT_MAX = SYNCMGR_HT_COMPUTER } SYNCMGR_HANDLER_TYPE;
Constants
- SYNCMGR_HT_UNSPECIFIED
-
The handler type is unknown. This value is also used if ISyncMgrHandlerInfo::GetType fails.
- SYNCMGR_HT_APPLICATION
-
The handler is an application.
- SYNCMGR_HT_DEVICE
-
The handler syncs with a device such as a phone or PDA.
- SYNCMGR_HT_FOLDER
-
The handler syncs with local or remote folders.
- SYNCMGR_HT_SERVICE
-
The handler syncs with a web service.
- SYNCMGR_HT_COMPUTER
-
The handler syncs with a computer.
- SYNCMGR_HT_MIN
-
Indicates the minimum SYNCMGR_HANDLER_TYPE value.
- SYNCMGR_HT_MAX
-
Indicates the maximum SYNCMGR_HANDLER_TYPE value.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012