|
IMVWatchdog
The IMVWatchdog interface contains methods and properties to
configure the MV Watchdog
filter
Methods:
Header file: IMVWatchdog.h
Interface definition language file: IMVWatchdog.idl
Typelib: MVWatchdog
Interface ID: IID_IMVWatchdog
Property IMVWatchdog::Enable
Declaration:
Property Get/Put Enable As Boolean
State of the watchdog function.
C Prototype:
HRESULT put_Enable(VARIANT_BOOL
newVal);
HRESULT get_Enable(VARIANT_BOOL *pVal);
Property IMVWatchdog::TimeOut
Declaration:
Property Get/Put TimeOut As Long
Timeout 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);
|