Microsoft DirectX 9.0

IFilterInfo.IsFileSource

The IsFileSource property indicates whether the filter is a file-source filter. 

Syntax

objFilterInfo.IsFileSource As Long

Parameters

This property takes no parameters.

Return Values

Returns True if the filter is a file-source filter, or False otherwise.

Remarks

This property is read-only. Internally, this method queries the filter for the IFileSourceFilter interface.

See Also