CeClearUserNotification (Windows CE 5.0)

Send Feedback

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.

BOOL CeClearUserNotification(HANDLEhNotification );

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 1.0, use the PegClearUserNotification function.

Requirements

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

See Also

CeSetUserNotification | CeHandleAppNotifications | Notify Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.