CeHandleAppNotifications (Windows CE 5.0)

Send Feedback

This function marks as handled all notifications previously registered by the given application that have occurred. CeHandleAppNotifications turns off the sound and LED and stops vibration (if they were on), and removes the taskbar annunciator.

BOOLCeHandleAppNotifications(TCHAR* pwszAppName );

Parameters

  • pwszAppName
    [in] Pointer to a null-terminated string that specifies the name of the application whose events are to be marked as handled. This must be the name that was passed in to CeSetUserNotification as the owner of the notification.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 1.01 and later.
Header: Notify.h.
Link Library: Coredll.lib.

See Also

CeGetUserNotificationPreferences | CeSetUserNotification | Notify Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.