Share via


Customizing Notification Events

Platform Builder allows you to create and customize new types of notifications to suit your target platform. To facilitate this customization, the notification subsystem offers the CeEventHasOccurred function. This function is called by Windows CE and by supplied device drivers for currently supported events on the system. For example, the serial driver generates the NOTIFICATION_EVENT_RS232_DETECTED event and the GWE shutdown thread generates the NOTIFICATION_EVENT_WAKEUP event.

To add your own notification event to your system, you must modify CeNotifyPublic_FilterEvent to recognize your event. Then you must call CeEventHasOccurred from your software component or device driver, as appropriate.

See Also

Implementing Notifications

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.