|
IMVSCCommonProperties
IMVSCCommonProperties Interface provides methods and properties
for common functions.
Methods:
| LoadMode
|
Enable quit mode. No dialogs appears during filter graph
creation. |
Typelib: MV
SmartControl
Property
IMVSCCommonProperties::LoadMode
Declaration:
Property Get/Put LoadMode As Boolean
Enable quiet mode. No dialogs appears during filter graph
creation.
Prototype:
HRESULT put_LoadMode(BOOL Quiet);
HRESULT get_LoadMode(BOOL* Quiet);
|