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.
This function is called by the kernel to set the real-time clock alarm.
BOOL OEMSetAlarmTime(LPSYSTEMTIMElpst );
Parameters
- lpst
[in] Pointer to the buffer containing the alarm time.
Return Values
If this function succeeds, it returns TRUE.
If this function fails, it returns FALSE.
Remarks
This function must be re–entrant and, thus, must protect the hardware from being accessed multiple times.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Nkintr.h.
Link Library: Nk.lib.
See Also
OEMGetRealTime | OEMSetRealTime | Implementing the Real-Time Clock and System Timer
Send Feedback on this topic to the authors