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.
This device module function is called by the server to report status information about synchronization objects.
BOOL (*PREPORTSTATUS)( LPWSTRlpszObjType, UINTuCode, UINTuParam);
Parameters
- lpszObjType
[in] Pointer to the name of the object type. This parameter indicates all object types, the function status for all objects. - uCode
[in] The process status code. For possible values, see the uStatus parameter description for the IReplStore::ReportStatus method. - uParam
[in] Additional information about the status indicated by the uCode parameter.
Return Values
Returns TRUE if the process indicated by uCode is successful, and FALSE otherwise.
Requirements
Pocket PC: Pocket PC 2000 and later.
Smartphone: Smartphone 2002 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