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).
BOOL CeClearUserNotification(HANDLE hNotification);
Header file: | Notify.h |
Platforms: | H/PC |
Versions: | 1.01 and later |
If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE.
When writing applications for Windows CE version 1.0, use the PegClearUserNotification function.