ReportStatus

This function is periodically called by the server  to get status on the Windows CE platform synchronization objects.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

Syntax

BOOL ReportStatus(LPWSTR lpszObjType, UINT uCode, UINT uParam);

Parameters

lpszObjType

[in] Long pointer to the null-terminated string that contains the name of the object type. Setting lpszObjType to the string “all object types” returns status for all objects.

uCode

[in] Unsigned integer that contains the status code. For a list of the possible values, see the description for the uStatus parameter of the IReplStore::ReportStatus method.

uParam

[in] Unsigned integer that contains the status parameter. For a description see the uparam parameter of the IReplStore::ReportStatus method.

Return Values

TRUE if successful; otherwise FALSE.