Share via


IReplStore::IsItemReplicated

The IsItemReplicated method determines whether an object should be synchronized using rules defined by the ActiveSync service provider. An ActiveSync service provider uses this method to inform the ActiveSync service manager to ignore these objects.

Syntax

BOOL IsItemReplicated (
  HREPLFLD hFld,
  HREPLITEM hItem
);

Parameters

  • hFld
    [in] Specifies handle to the folder or container that stores the object.
  • hItem
    [in] Specifies a handle to the object.

Return Values

  • FALSE
    The object should not be sychronized.
  • TRUE
    The object should be sychronized.

Remarks

If hItem is NULL, IsItemReplicated should determine whether the specified folder should be sychronized.

The rules that determine whether an object should be synchronized are stored by the ActiveSync service provider using the handle to the folder.

Requirements

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

See Also

HREPLFLD

HREPLITEM

IReplStore

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.