Share via


CeNotifyPrivate_SetUserAlarm (Windows Embedded CE 6.0)

1/6/2010

This function sets a user alarm. A user alarm is provided by the base notification subsystem to assist you with implementing such features as a periodic alarm. For example, you can use this function to set the wakeup time for the next sound or vibration action.

Syntax

void CeNotifyPrivate_SetUserAlarm(
  FILETIME* ftWhen
);

Parameters

  • ftWhen
    Time when the user alarm should be triggered.

Return Value

None.

Remarks

The OS supports only one alarm. You must consider this if you design a system that supports multiple user events.

Requirements

Header Notifext.hxx
Windows Embedded CE Windows CE 2.10 and later

See Also

Reference

Notification Functions