![]() |
![]() |
![]() |
![]() |
Cancels a specified directed synchronization
#include <mme/mme.h> int mme_directed_sync_cancel( mme_hdl_t *hdl, int operation_id );
mme
The function mme_directed_sync_cancel() cancels a specified directed synchronization. The synchronization to cancel can be either in progress or pending.
To cancel a directed synchronization, set the parameter operation_id to the synchronization ID returned by mme_sync_directed().
For more information about directed synchronizations, see mme_sync_directed().
This function can return synchronization error events (MME_SYNC_ERROR_*) and MME_EVENT_SYNCABORTED.
This function validates operation_id before returning.
QNX Neutrino
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |
mme_resync_mediastore(), mme_setpriorityfolder(), mme_sync_directed(), mme_sync_file(), mme_sync_get_msid_status(), mme_sync_get_status()
![]() |
![]() |
![]() |
![]() |