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.
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 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
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.