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.
Creates an empty IFilterKeyMap object.
HRESULT CreateFilterKeyMap(
IFilterKeyMap ** ppIFilterKeyMap);
Parameters
- ppIFilterKeyMap
[out] Returns an empty IFilterKeyMap object.
Return Value
S_OK.
E_OUTOFMEMORY.
E_POINTER.
SYNC_E_INVALID_OPERATION when this object has not been initialized by calling IProviderSyncServices::Initialize.
Remarks
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.