Windows Mobile can show different kind of user notifications, like this:
How can I enumerate through the reminders, windows mobile is showing to the user?
Windows Mobile can show different kind of user notifications, like this:
How can I enumerate through the reminders, windows mobile is showing to the user?
By P/Invoking CeGetUserNotificationHandles followed up by a call to CeGetUserNotification.
The SDF already has it wrapped with Notify.GetUserNotificationHandles follwed by a call to GetUserNotification with each of those handles.