如何在 Windows Mobile 6 中创建服务

发布于 2024-10-16 06:05:28 字数 107 浏览 4 评论 0原文

大家好 您知道如何在 Windows Mobile 应用程序中运行服务吗? 因此它可以在后台运行,我可以通过该服务处理所有移动事件。

请给我评论或给出示例链接。

谢谢。

Hello Everyone
Do you know how to run services in Windows Mobile Application.
So it can running on background and i can handle the all mobile events through that Services.

Please give me comment or give example link.

Thank you.

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

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

发布评论

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

评论(1

紫瑟鸿黎 2024-10-23 06:05:28

从入口点的角度来看,CE 中的服务就像流接口驱动程序。 MDSN 记录了您需要的内容

主要区别在于用于告诉操作系统如何加载它的注册表项。您希望它由 services.exe 而不是 device.exe 加载,因此您只需使用 正确的注册表项(或通过调用RegisterService)

Services in CE are just like stream interface drivers from an entry point perspective. MDSN documents what you need here.

The primary difference is the registry entries used to tell the OS how to load it. You want it loaded by services.exe, not device.exe, so you simply use the proper registry entries (or manually load it with a call to RegisterService)

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