CONFLICT_INFORMATION Structure

Represents information about any items versions that are known to the remote provider for a particular item that is in conflict.

Syntax

typedef struct _CONFLICT_INFORMATION
{
  BOOL fRemoteProviderKnowsLocalItemCreationVersion;
  BOOL fRemoteProviderKnowsLocalItemCurrentVersion;
} CONFLICT_INFORMATION;

Members

  • fRemoteProviderKnowsLocalItemCreationVersion
    Gets whether the local item’s creation version is contained in the remote provider's knowledge. Returns true if the local item’s creation version is contained in the remote provider's knowledge. Otherwise, false.

  • fRemoteProviderKnowsLocalItemCurrentVersion
    Gets whether the local item’s current version is contained in the remote provider's knowledge. Returns true if the local item’s current version is contained in the remote provider's knowledge. Otherwise, false.

Requirements

Header: FullEnumerationProvider.h

See Also

Concepts

Sync Framework Simple Provider Components