OEMSetAlarmTime

This function is called by the kernel to set the real-time clock alarm.

BOOL OEMSetAlarmTime(
  LPSYSTEMTIME lpst 
);

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.