Windows Mobile 待机时播放声音?

发布于 2024-08-12 00:43:29 字数 125 浏览 8 评论 0原文

我有一个在通知计时器上启动的应用程序(它按时工作,它写入调试日志文件)。

此应用程序应该播放声音,但由于设备处于待机状态,因此没有播放声音。

我猜声音设备需要被唤醒,但是如何唤醒设备,以便我可以播放声音?

I got an app which is started on a notify timer (which works on time, it writes into a debug log file).

This app should play a sound, but since the device is on standby, no sound is played.

I'd guess the sound device needs to be woken up, but how do I wake up the device, so I can play a sound?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

朱染 2024-08-19 00:43:29

您必须致电 PowerPolicyNotify。
参考这个链接:
http://msdn.microsoft.com/en-us/library/aa908497。 ASPX

U have to make a call to PowerPolicyNotify.
Refer this link:
http://msdn.microsoft.com/en-us/library/aa908497.aspx

被你宠の有点坏 2024-08-19 00:43:29

实际上,我使用 CeSetUserNotificationEx 来激活我的程序,然后我可以使用 SndPlaySync,没有任何问题,并且无需更改电源策略设置。

Actually I used CeSetUserNotificationEx to activate my program, then I could just use SndPlaySync without any problems and withour changing power policy settings.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文