Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method returns information about two conflicting objects.

Syntax

HRESULT GetConflictInfo(
  PCONFINFO
 pConfInfo
);

Parameters

pConfInfo

[out] Pointer to the CONFINFOstructure.

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