Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
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
Optional OAL Variables
OEMInit