FILTER_THREADING_MODEL Enumeration

The FILTER_THREADING_MODEL enumeration indicates the values allowed for override in the IFilter threading model.

Members

The following table describes the members of the FILTER_THREADING_MODEL enumeration.

Name Value Description
FILTER_THREADING_SINGLE 0x00000000 Uses the single-threaded model.
FILTER_THREADING_FREE 0x00000001 Uses the free-threading model.
FILTER_THREADING_DEFAULT 0x00000002 Uses the default threading model defined for the filter.

Remarks

Microsoft SharePoint Portal Server Search (SharePointPSSearch) can override the threading model of registered IFilters with the RegisterFilterEx method of the IFilterRegistration2 interface.

Requirements

Platforms: Microsoft Windows Server 2003