ReportStatus (Compact 7)

3/12/2014

This device module function is called 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 and 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; otherwise FALSE.

Requirements

Header

cesync.h

See Also

Reference

ActiveSync Functions