CeSyncStart (RAPI)

Send Feedback

This function begins synchronization between a desktop and a remote Microsoft® Windows® CE–based device.

HRESULT CeSyncStart(
  LPCWSTR szCommand
);

Parameters

  • szCommand
    [in] This parameter should always be NULL.

Return Values

S_OK indicates success. An error code indicates failure. To get extended error information, call CeGetLastError and CeRapiGetError.

Remarks

When this function is called, ActiveSync will begin to synchronize data between the desktop and the device. The set of items that are synchronized are determined by the previously established partnership between the device and the desktop. Calling this method initiates the same actions as the user clicking the Sync button in the ActiveSync window. Use the CeSyncStop function to stop synchronization.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapi.h
Library: Rapi.lib

See Also

Remote API Functions | CeSyncStop

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.