ActiveSyncStop (Compact 7)

3/12/2014

This function requests for synchronization to stop.

Syntax

HRESULT ActiveSyncStop();

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 Windows Embedded Compact-based device. This method cannot be called from a desktop application.

This function returns immediately and does not wait for synchronization to stop.

Requirements

Header

activeSync.h

Library

aygshell.lib

See Also

Reference

ActiveSync Functions