Share via


CeClearUserNotification (Compact 2013)

3/28/2014

This function deletes a registered user notification that was created by a previous call to the CeSetUserNotificationEx function. If the notification has already occurred, CeClearUserNotification dismisses the user interface (UI) box and turns off sounds, LED, or vibration associated with the notification.

Syntax

BOOL CeClearUserNotification(
  HANDLE hNotification 
); 

Parameters

  • hNotification
    [in] Handle to the user notification to delete.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

This function operates in a manner similar to CeHandleAppNotifications, but on a notification-by-notification basis.

Requirements

Header

notify.h

Library

coredll.lib

See Also

Reference

Notify Functions
CeSetUserNotificationEx
CeHandleAppNotifications