IMVWatchdog
The IMVWatchdog interface contains methods and properties to configure the MV Watchdog filter
Methods:
| Enable | State of the watchdog function. |
| TimeOut | Timeout period for the watchdog function. |
| WatchdogState | Current watchdog state. |
Header file: IMVWatchdog.h
Interface definition language file: IMVWatchdog.idl
Typelib: MVWatchdog
Interface ID: IID_IMVWatchdog
Declaration: Property Get/Put Enable As BooleanState of the watchdog function.
C Prototype:HRESULT put_Enable(VARIANT_BOOL newVal);
HRESULT get_Enable(VARIANT_BOOL *pVal);
Declaration: Property Get/Put TimeOut As LongTimeout period for the watchdog function in ms.
C Prototype:HRESULT put_TimeOut(LONG newVal);
HRESULT get_TimeOut(LONG *pVal);
Property IMVWatchdog::WatchdogState
Declaration: Property Get WatchdogState(State As Boolean)Current watchdog state.
C Prototype:HRESULT get_WatchdogState(VARIANT_BOOL *pVal);