Share via


dwNKAlarmResolutionMSec

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 extern variable in the OAL and in OEMInit set the value to the desired resolution. The value should 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: Not applicable.

See Also

OEMInit | Completion of Kernel Initialization

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.