IProviderCustomFilteredSyncServices::DeserializeFilterKeyMap
Creates an IFilterKeyMap object and initializes it by using serialized data.
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_DESERIALIZATION when a problem occurs during serialization. This error is also returned when the serialization version contained in the serialized data is less than SYNC_SERIALIZATION_VERSION_V3.
SYNC_E_INVALID_OPERATION when this object has not been initialized by calling IProviderSyncServices::Initialize.
A filter key map is used by a provider that represents a replica that tracks filters. The filter key map maps DWORD filter keys to ISyncFilter objects.
To deserialize the custom filters that are contained in the serialized data, this method calls ISyncFilterDeserializer::DeserializeSyncFilter one time for each filter in the serialized data.