Share via


CeNotifyPrivate_SetUserAlarm

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.

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.