Notification Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the functions available to OS developers for the notification system, with a description of the purpose of each.
Programming element | Description |
---|---|
This function is used by OS components and by device drivers to send a notification that one of the supported events on the system has occurred. |
|
This function clears a user alarm. |
|
This function deletes a notification that has been handled. |
|
This function filters packet types with a specified value for all active notifications. |
|
This function locks the notification database. |
|
This function reschedules a notification event. |
|
This function sets a user alarm. |
|
This function translates a specified database object identifier to a NotifyPacket structure pointer. |
|
This function unlocks the notification database. |
|
This function is called when a notification is to be removed from the system. |
|
This function is called to determine whether OEM notification code supports a specified event. |
|
This function determines whether OEM notification code supports the settings requested by an application. |
|
This function is called from the notification subsystem for pre-initialization during GWES initialization. |
|
This function is called from the notification subsystem initialization routine during GWES initialization. |
|
This function is called when a notification event has occurred. |
|
This function is called when the CeGetUserNotificationPreferences function is called. |
|
This function is the window callback routine that you provide for the notification subsystem. |
|
This function is called from the notification subsystem uninitialization routine. The notification DLL will be unloaded after this function call. |
|
This function is called when a notification event alarm has occurred. |