CeHandleAppNotifications
A version of this page is also available for
4/8/2010
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.
Syntax
BOOL CeHandleAppNotifications(
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 CeSetUserNotificationEx as the owner of the notification.
Return Value
TRUE indicates success. FALSE indicates failure.
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
CeGetUserNotificationPreferences
CeSetUserNotificationEx
Notify Functions