Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Pocket PC: Windows Mobile 2000 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.