Share via


IReplStore::GetConflictInfo (Windows CE 5.0)

Send Feedback

This method returns information about two conflicting objects.

HRESULT GetConflictInfo(PCONFINFO pConfInfo);

Parameters

  • pConfInfo
    [out] Pointer to the CONFINFO structure.

Return Values

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

OS Versions: Windows CE 2.0 and later.
Header: Cesync.h.
Link Library: Coredll.lib.

See Also

IReplStore

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.