How to enumerate reminders windows mobile is showing?

房东的猫 提交于 2020-01-05 07:22:04

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!