SyncData (Compact 7)

3/12/2014

This device module function synchronizes data between the ActiveSync service provider and the device.

Syntax

HRESULT (*PSYNCDATA)(
  PSDREQUEST psd 
);

Parameters

  • psd
    [in, out] Pointer to an SDREQUEST structure.

Return Value

The following table shows the possible return values.

Value Description

S_OK

The operation completed successfully.

E_INVALIDARG

The value of the psd parameter is invalid.

E_OUTOFMEMORY

Insufficient memory is available to complete the operation.

E_UNEXPECTED

An unexpected error occurred.

E_FAIL

The operation failed due to an unspecified error.

Requirements

Header

cesync.h

See Also

Reference

ActiveSync Functions