IMVSCFilterData
The IMVSCFilterData Interface from the MontiVision Smart Control provides methods to load and save filter parameter into the registry. Most of the MontiVision Imaging Filter contain the Load/Save property page to load and save filter configurations.
Methods:
| DeleteFilterData | Deletes a filter configuration from the registry. |
| LoadFilterData | Loads the filter parameter from the registry. |
| SaveFilterData | Saves the filter parameter into the registry. |
Typelib: MV SmartControl
Method IMVSCFilterData::DeleteFilterData
Declaration: Sub DeleteFilterData(Filter As String, Config As String)Deletes a filter configuration from the registry.
Parameter:
Prototype:
Filter Filter label within the filter graph configuration. Config Configuration name for the filter data. HRESULT DeleteFilterData(BSTR Filter, BSTR Config);
Method IMVSCFilterData::LoadFilterData
Declaration: Sub LoadFilterData(Filter As String, Config As String)Loads the filter parameter from the registry.
Parameter:
Prototype:
Filter Filter label within the filter graph configuration. Config Configuration name for the filter data. HRESULT LoadFilterData(BSTR Filter, BSTR Config);
Method IMVSCFilterData::SaveFilterData
Declaration: Sub SaveFilterData(Filter As String, Config As String)Saves the filter parameter into the registry.
Parameter:
Prototype:
Filter Filter label within the filter graph configuration. Config Configuration name for the filter data. HRESULT SaveFilterData(BSTR Filter, BSTR Config);