CeClearUserNotification
A version of this page is also available for
4/8/2010
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.
When writing applications for Windows CE 1.0, use the PegClearUserNotification function.
Requirements
Header | notify.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 1.01 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
Notify Functions
CeSetUserNotificationEx
CeHandleAppNotifications