Share via


DATA_SOURCE_TYPE Enumeration

The DATA_SOURCE_TYPE enumeration is used as the dsType member of the FILTERED_DATA_SOURCE structure used by the IFilterRegistration interface.

Members

The following table describes the members of the DATA_SOURCE_TYPE enumeration.

Name Value Description
EXTENSION_DATA_SOURCE 0x00000000 Indicates IFilter is associated with one or more file name extensions.
MIME_TYPE_DATA_SOURCE 0x00000001 Indicates IFilter is associated with one or more Multipurpose Internet Mail Extensions (MIME) content types.
CLSID_DATA_SOURCE 0x00000002 Indicates IFilter is associated with one or more class ID (CLSID) data sources.

Remarks

This enumeration type is used in the following methods of the IFilterRegistration interface:

Requirements

Platforms: Microsoft Windows Server 2003