IReplStore::GetConflictInfo

The GetConflictInfo method gets information about two conflicting objects.

Syntax

HRESULT GetConflictInfo (
  PCONFINFO pConfInfo
);

Parameters

  • pConfInfo
    [out] Reference to a CONFINFO structure.

Return Values

This method returns the standard values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, and E_FAIL, as well as the following:

  • S_OK
    The method completed successfully.
  • RERR_IGNORE
    This conflict should be ignored. The objects are identical.

Requirements

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

See Also

CONFINFO

IReplStore

Send feedback on this topic to the authors.

© 2005 Microsoft Corporation. All rights reserved.