Share via


IReplStore::GetConflictInfo

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method returns information about two conflicting objects.

Syntax

HRESULT GetConflictInfo(
  PCONFINFO pConfInfo
);

Parameters

  • pConfInfo
    [out] Pointer to the CONFINFO structure.

Return Value

Returns NOERROR if the information was retrieved successfully.

The following are possible return values for this method.

Value Description

RERR_IGNORE

This conflict should be ignored and the objects are identical.

RERR_DEVICE_WIN

Resolve the conflict so the device object wins.

RERR_DESKTOP_WIN

Resolve the conflict so the desktop object wins.

Requirements

Header cesync.h
Library coredll.lib
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IReplStore