开发者

How to Create Services in Windows Mobile 6

Hello Everyone Do you know how to run servi开发者_高级运维ces 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.


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)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜