PREPORTSTATUS

PREPORTSTATUS is a type-defined reference to the Windows CE ReportStatus function, which is used to report status information about synchronization objects.

Syntax

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

Parameters

  • lpszObjType
    [in] Reference to a null-terminated string that contains the name of the object type.
  • uCode
    [in] Unsigned integer that contains the status code.
  • uParam
    [in] Unsigned integer that contains additional information about the status based on the value of uCode.

Return Values

Returns TRUE if the process indicated by uCode is successful; returns FALSE if the process indicated by uCode has failed or encountered problems.

Remarks

If lpszObjType is all object types, returns status for all objects. For a list of possible uCode values, see the uStatus parameter description for the IReplStore::ReportStatus method.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h
Library: None

See Also

ActiveSync API Functions

IReplStore::ReportStatus

ReportStatus

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.