dwNKAlarmResolutionMSec (Windows CE 5.0)
This variable allows the OEM to specify the resolution of the kernel alarm timer to 1 second.
extern DWORD dwNKAlarmResolutionMSec;
Parameters
None.
Return Values
None.
Remarks
By default, this value is set to 10 seconds.
To override the default, declare the variable as an external variable in the OAL; then in OEMInit set the value to the desired resolution.
The value should be between 1000 (1 second) and 60000 (60 seconds) milliseconds.
This is used by the notification subsystem to trigger user-timed events.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Developer-defined.
See Also
OEMInit | Completion of Kernel Initialization
Send Feedback on this topic to the authors