|
IMVIOBoolSource2
IMVIOBoolSource2 Interface.
Read thefilter
description to see how the filter is used. It extends the
IMVIOBoolSource interface.
| Mode
|
Set the period time in ms. |
| Period
|
Set the period time in ms. |
Header file:
IMVIOBoolSource.h
Interface definition language file: IMVIOBoolSource.idl
Typelib: MVIOBoolSource2
Interface ID: IID_IMVIOBoolSource2
Property IMVIOBoolSource2::Mode
Declaration:
Property Get/Put Mode As Long
Set the period time in ms.
Prototype:
HRESULT put_Mode(LONG mode);
HRESULT get_Mode(LONG* mode);
Property IMVIOBoolSource2::Period
Declaration:
Property Get/Put Period As Long
Set the period time in ms.
Prototype:
HRESULT put_Period(LONG period);
HRESULT get_Period(LONG* period);
|