Pocket PC services

时间:2012-04-21 04:00:27
【文件属性】:
文件名称:Pocket PC services
文件大小:11KB
文件格式:ZIP
更新时间:2012-04-21 04:00:27
Pocket PC services sample service written without MFC . Often Pocket PC programs need a background process and most of existing Pocket PC programs implement it by creating an executable file which is started during system start-up. But Pocket PC has 32 processes limit and having many different programs running in background can be a serious problem. Pocket PC 2003 provides special mechanism implemented in Services.exe that allows Pocket PC developers to shape their background applications into services that run in one process as different threads. This article describes creating Pocket PC services, distributing them and gives a solution to run services on Pocket PC 2000 and 2002 platforms.
【文件预览】:
SampleService
----StdAfx.cpp(300B)
----SampleService4.vcp(63KB)
----SampleService.cpp(2KB)
----SampleService.h(917B)
----SampleService.def(315B)
----ReadMe.txt(1KB)
----StdAfx.h(811B)
----SampleService.vcw(556B)
----SampleService.vcp(32KB)
----SampleService4.vcw(558B)

网友评论