Share via


dwNKAlarmResolutionMSec

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This variable allows the OEM to specify the resolution of the kernel alarm timer to 1 second.

Syntax

extern DWORD dwNKAlarmResolutionMSec;

Parameters

None.

Return Value

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

Header Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

OEMInit

Concepts

Completion of Kernel Initialization