Microsoft DirectX 8.1 (C++)

IFilterInfo::put_Filename

The put_Filename method sets the file name containing the media source.

Syntax

HRESULT put_Filename(
  BSTR strFilename
);

Parameters

strFilename

[in] Name of the file for the source filter to read from.

Return Value

Returns an HRESULT value.

Remarks

This method is exposed for use by Automation clients and is not expected to be used by C or C++ applications because of performance limitations.

See Also