หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The SYNCMGRINVOKEFLAGS enumeration value specifies how the Sync Manager is to be invoked in the ISyncMgrSynchronizeInvoke::UpdateItems method.
Syntax
typedef enum _tagSYNCMGRINVOKEFLAGS {
SYNCMGRINVOKE_STARTSYNC = 0x2,
SYNCMGRINVOKE_MINIMIZED = 0x4
} SYNCMGRINVOKEFLAGS;
Constants
SYNCMGRINVOKE_STARTSYNCValue: 0x2 Immediately start the synchronization without displaying the Choice dialog box. |
SYNCMGRINVOKE_MINIMIZEDValue: 0x4 Indicates that the Choice dialog should be minimized by default. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mobsync.h |