Share via


CeNotifyPublic_UserAlarmSignalled (Windows Embedded CE 6.0)

1/6/2010

This function is called when a notification event alarm has occurred.

Syntax

void CeNotifyPublic_UserAlarmSignalled (void);

Parameters

None.

Return Value

None.

Remarks

Calling the CeNotifyPrivate_SetUserAlarm function sets an alarm. When an alarm notification is received, you must reset the alarm to this next alarm time by calling CeNotifyPrivate_SetUserAlarm; otherwise, no subsequent alarms are set off.

Requirements

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

See Also

Reference

Notification Functions