OEMSetAlarmTime (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.