ActiveSyncStart
This function initiates synchronization.
Syntax
HRESULT ActiveSyncStart();
Return Values
If successful, this method returns S_OK. An error code indicates failure.
Remarks
This is a device-side method. It can be called from applications running on a Microsoft® Windows® CE–based device. This method cannot be called from a desktop application.
When synchronization commences, all data sources present on the device will be synchronized according to the ActiveSync application settings. This function starts synchronization but returns immediately and does not wait for synchronization to complete.
Requirements
OS Versions: Windows CE 5.01 and later.
Header: ActiveSync.h.
Library: aygshell.lib.
See Also
Send Feedback on this topic to the authors