CeClearUserNotification

This function deletes a registered user notification that was created by a previous call to the CeSetUserNotification function. CeClearUserNotification does not operate on notifications that have occurred.

At a Glance

Header file: Notify.h
Windows CE versions: 1.01 and later

Syntax

BOOL CeClearUserNotification(HANDLE hNotification);

Parameters

hNotification

[in] Handle to the user notification to delete.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

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

See Also

CeSetUserNotification, CeHandleAppNotifications