ISyncFilterInfo2::GetFlags method (winsync.h)

Gets the flags that specify additional information about the filter information object.

Syntax

HRESULT GetFlags(
  [out] DWORD *pdwFlags
);

Parameters

[out] pdwFlags

Gets the flags that specify additional information about the filter information object. This will be one of the SYNC_FILTER_INFO_FLAG values (See Remarks).

Return value

The possible return codes include, but are not limited to, the values shown in the following table.

Return code Description
S_OK
The method succeeded.
E_POINTER
Invalid pointer.

Remarks

The following table describes the flags that specify information about an ISyncFilterInfo object.

SYNC_FILTER_INFO_FLAG value Description
SYNC_FILTER_INFO_FLAG_ITEM_LIST This flag indicates that the set of items synchronized is restricted by an item filter.
SYNC_FILTER_INFO_FLAG_CHANGE_UNIT_LIST An IChangeUnitListFilterInfo object specifies that changes apply only to a subset of the change units that are defined for the scope.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header winsync.h

See also

IChangeUnitListFilterInfo Interface

ISyncFilterInfo Interface

ISyncFilterInfo2 Interface