Share via


ISyncChangeWithFilterKeyMap::GetFilterCount

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

Syntax

HRESULT GetFilterCount(
  DWORD  *pdwFilterCount);

Parameters

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

Return Value

  • S_OK.

  • E_POINTER.

Remarks

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

See Also

Reference

ISyncChangeWithFilterKeyMap Interface