CeClearUserNotification

The CeClearUserNotification function deletes a user notification that was created by a previous call to the CeSetUserNotification function. CeClearUserNotification does not operate on notifications that have already gone off (see CeHandleAppNotifications).

Syntax

BOOL CeClearUserNotification(HANDLE hNotification);

At a Glance

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

Parameters

hNotification
Handle to the user notification to delete.

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 PegClearUserNotification function.

See Also

CeSetUserNotification, CeHandleAppNotifications