Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;
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