PSYNCDATA

PSYNCDATA is a type-defined reference to the Windows CE SyncData function, which provides a way for the desktop service provider to send and receive data to and from the Windows CE-based device.

Syntax

typedef HRESULT (*PSYNCDATA )(
  PSDREQUEST psd 
);

Parameters

  • psd
    [in, out] Reference to an SDREQUEST structure that is used to get and set custom synchronization data from and to the device.

Return Values

This function returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The function completed successfully.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

ActiveSync API Functions

SDREQUEST

SyncData Function

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.