The following table shows the notify functions, with a description of the purpose of each.
| Programming element | Description |
|---|---|
| CeClearUserNotification | This function deletes a registered user notification that was created by a previous call to the CeSetUserNotification function. |
| CeGetUserNotification | This function retrieves notification information associated with a handle. |
| CeGetUserNotificationHandles | This function returns an array of currently stored notifications. |
| CeGetUserNotificationPreferences | This function queries the user for notification settings by displaying a dialog box showing options that are valid for the current hardware platform. |
| CeHandleAppNotifications | This function marks as handled all notifications previously registered by the given application that have occurred. |
| CeRunAppAtEvent | This function starts running an application when a specified event occurs. |
| CeRunAppAtTime | This function prompts the system to start running a specified application at a specified time. |
| CeSetUserNotification | This function creates a new user notification or modifies an existing one. |
| CeSetUserNotificationEx | This function creates a new user notification or modifies an existing one. |
See Also
Send Feedback on this topic to the authors