Platform SDK: Synchronization Manager

SYNCMGRINVOKEFLAGS

The SYNCMGRINVOKEFLAGS enumeration value specifies how the SyncMgr is to be invoked in the ISyncMgrSynchronizeInvoke::UpdateItems method.

typedef enum _tagSYNCMGRINVOKEFLAGS {
   SYNCMGRINVOKE_STARTSYNC    = 0x02,
   SYNCMGRINVOKE_MINIMIZED    = 0x04,
} SYNCMGRINVOKEFLAGS;

Elements

SYNCMGRINVOKE_STARTSYNC
Immediately start the synchronization without displaying the Choice dialog box.
SYNCMGRINVOKE_MINIMIZED
The Choice dialog should be minimized by default.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
  Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
  Header: Declared in Mobsync.h.

See Also

ISyncMgrSynchronizeInvoke::UpdateItems