问题
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?
回答1:
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.
来源:https://stackoverflow.com/questions/2206910/how-to-enumerate-reminders-windows-mobile-is-showing