Index Topic Contents | |||
Previous Topic: IPinInfo Object Next Topic: IVideoWindow Object |
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. IRegFilterInfo Object
Filter Method (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.
IRegFilterInfo Object
Name Property (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.
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.