OEMSetAlarmTime

This function sets the real-time clock alarm.

  BOOL OEMSetAlarmTime (
LPSYSTEMTIME lpst );

Parameters

  • lpst
    [in] Pointer to the buffer containing the alarm time.

Return Values

TRUE indicates success; FALSE indicates failure.

Remarks

The kernel calls this function to set the real time clock alarm. This function must be reentrant and, thus, must protect the hardware from multiple accesses.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Nkintr.h    

See Also

OEMGetRealTime, OEMSetRealTime