8/28/2008 This function initiates synchronization.
HRESULT ActiveSyncStart();
If successful, this method returns S_OK. An error code indicates failure.
This is a device-side method. It can be called from applications running on a Windows Embedded 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.
| Header | activeSync.h |
| Library | aygshell.lib |
| Windows Embedded CE | Windows Embedded CE 6.0 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |
Reference
ActiveSync Functions