CeHandleAppNotifications

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

Syntax

BOOL CeHandleAppNotifications(TCHAR *pwszAppName);

At a Glance

Header file: Notify.h
Platforms: H/PC
Versions: 1.01 and later

Parameters

pwszAppName
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

If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE.

Remarks

When writing applications for Windows CE version 1.0, use the function PegHandleAppNotifications.

See Also

CeGetUserNotificationPreferences, CeSetUserNotification