IBroadcastFilter::get_Name

[This is preliminary documentation and subject to change.]

The IBroadcastFilter::get_Name method returns the name of this instance of the filter. Used by the Filter Manager.

HRESULT Name(
  BSTR *lpbstrReturn  // out
);
 

Parameters

lpbstrReturn
Name of this instance of the filter.

Return Values

Returns S_OK on success.