The IRegFilterInfo object provides information about filters registered on this computer.
Properties
Name Retrieves the name of the filter.
Methods
Filter Creates an instance of this filter, adds it to the graph, and returns an IFilterInfo object for the newly added filter.
Creates an instance of this filter and adds it to the graph.
Syntax
objRegFilterInfo.Filter objFilterInfo
Parts
- objRegFilterInfo
- Object expression that evaluates to an IRegFilterInfo object.
- objFilterInfo
- IFilterInfo object specifying the filter to add.
Retrieves the name of the filter.
Syntax
objRegFilterInfo.Name
Parts
- objRegFilterInfo
- Object expression that evaluates to an IRegFilterInfo object.
Return Value
Returns the name of the registered filter object.
Remarks
The vendor specifies the filter name.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.