CONFLICT_INFORMATION Structure

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


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

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.

Header: FullEnumerationProvider.h

Show: