dwNKWatchDogThreadPriority (Windows CE 5.0)
This variable specifies the kernel watchdog thread.
extern DWORD dwNKWatchDogThreadPriority;
Parameters
None.
Return Values
None.
Remarks
The default value of dwNKWatchDogThreadPriority is DEFAULT_WATCHDOG_PRIORITY, which is equal to 100.
The kernel supports a software watchdog even when a hardware watchdog does not exist. The value of dwNKWatchDogThreadPriority will always be used as the priority of the kernel watchdog thread even if a hardware watchdog is present.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Developer-defined.
See Also
dwOEMWatchDogPeriod | pfnOEMRefreshWatchDog
Send Feedback on this topic to the authors