ISyncChangeWithFilterKeyMap::GetFilterCount

Gets the number of filters that may have change information contained in this change object.


HRESULT GetFilterCount(
  DWORD  *pdwFilterCount);

pdwFilterCount

[out] Returns the number of filters that may have change information contained in this change object.

  • S_OK.

  • E_POINTER.

The SYNC_FILTER_CHANGE elements that are contained in this object are stored in a sparsely-populated array of size pdwFilterCount.

Show: