pfnOEMRefreshWatchDog (Windows CE 5.0)
This function is called by the kernel to refresh the hardware watchdog.
extern void (*pfnOEMRefreshWatchDog)(void);
Parameters
None.
Return Values
None.
Remarks
The default value is NULL, which indicates that a hardware watchdog does not exist.
OEMs can override the default value in OEMInit to indicate hardware watchdog support.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
Link Library: Coredll.lib.
See Also
OEMInit | dwOEMWatchDogPeriod | dwNKWatchDogThreadPriority
Send Feedback on this topic to the authors