CeNotifyPrivate_SetUserAlarm (Windows CE 5.0)

Send Feedback

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.

void CeNotifyPrivate_SetUserAlarm(  FILETIME* ftWhen);

Parameters

  • ftWhen
    Time when the user alarm should be triggered.

Return Values

None.

Remarks

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

Requirements

OS Versions: Windows CE 2.10 and later.
Header: Notifext.hxx.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.