Microsoft DirectX 8.1 (C++)

IFilterInfo::get_Filename

The get_Filename method retrieves the file name associated with the source filter.

Syntax

HRESULT get_Filename(
  BSTR *pstrFilename
);

Parameters

pstrFilename

[out, retval] Pointer to the name of the file containing the source media.

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