ReportStatus (Windows Embedded CE 6.0)

1/6/2010

This device module function is called by the server to report status information about synchronization objects.

Syntax

BOOL (*PREPORTSTATUS)(
  LPWSTR lpszObjType,
  UINT uCode,
  UINT uParam 
);

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 Value

Returns TRUE if the process indicated by uCode is successful, and FALSE otherwise.

Requirements

Header cesync.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

ActiveSync Functions