Microsoft DirectX 8.1 (C++)

IRegFilterInfo::get_Name

The get_Name method retrieves the name of the filter.

Syntax

HRESULT get_Name(
  BSTR *strName
);

Parameters

strName

[out, retval] Pointer to the name of the filter.

Return Value

Returns an HRESULT value.

Remarks

Typically, a Visual Basic application will use the For Each...Next syntax on a collection of IRegFilterInfo interfaces and check the name of each filter in the registry until it finds the one it wants to add. It can then add the filter to the filter graph by using the IRegFilterInfo::Filter method.

See Also