IRegFilterInfo Object


The IRegFilterInfo object provides information about filters registered on this computer.

Properties
Name Description
Name Retrieves the name of the filter.

Methods
Name Description
Filter Creates an instance of this filter, adds it to the graph, and returns an IFilterInfo object for the newly added filter.


Filter Method (IRegFilterInfo Object)

IRegFilterInfo Object

Creates an instance of this filter and adds it to the graph.

objRegFilterInfo.Filter objFilterInfo

Parts
objRegFilterInfo
Object expression that evaluates to an IRegFilterInfo object.
objFilterInfo
IFilterInfo object specifying the filter to add.


Name Property (IRegFilterInfo Object)

IRegFilterInfo Object

Retrieves the name of the filter.

objRegFilterInfo.Name

Parts
objRegFilterInfo
Object expression that evaluates to an IRegFilterInfo object.
Return Values

Returns the name of the registered filter object.

Remarks

The vendor specifies the filter name.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.