ReportStatus

The server periodically calls the ReportStatus function to get status on the Windows CE platform synchronization objects.

Syntax

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

At a Glance

Header file: Cesync.h
Platforms: H/PC
Versions: 2.0 and later

Parameters

lpszObjType
Pointer to the name of the object type. Setting lpszObjType to the string "all object types" returns status for all objects.
uCode
Status code. For a list of the possible values, see the description for the uStatus parameter of the IReplStore::ReportStatus method.
uParam
Status parameter. For a description see the uparam parameter of the IReplStore::ReportStatus method.

Return Value

TRUE if successful; otherwise FALSE.