3446|5

81

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

ActivateService ("...", 0) [复制链接]

我要在eVC下写个应用程序, 运行在Wince 5.0系统下, 去调用一个service, 现在找到一个可用的函数:ActivateService ("...", 0)。 不过在eVC下调用的时候, 编译器提示error C2065: 'ActivateService' : undeclared identifier。



ActivateService 这个函数是Wince的库函数, 怎么才能在eVC下调用这个函数?

Help.

最新回复

got it thanks guys .   详情 回复 发表于 2008-12-18 22:05
点赞 关注

回复
举报

75

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
This function is called to load a service.

HANDLE ActivateService(
  LPCWSTR lpszDevKey,
  DWORD dwClientInfo
);
Parameters
lpszDevKey
[in] Pointer to the string that contains the name of the service to load. Information concerning the service's DLL name and other parameters is specified in the registry key HKEY_LOCAL_MACHINE\Services\lpszDevKey.
dwClientInfo
[in] Reserved and should be set to zero.
Return Values
A handle to the service is returned on success. A NULL value is returned on failure. For extended error information, call GetLastError.

Remarks
Once ActivateService has been called, Services.exe retrieves information about the service in HKEY_LOCAL_MACHINE\Services\lpszDevKey and loads the service as if it were being loaded upon system initialization.

For more information about setting up a service registry key for ActivateService or for use at system initialization, see Services.exe Registry Settings.

Security Note   ActivateService can be called from either trusted or untrusted applications, regardless of the setting of the DEVFLAGS_TRUSTEDCALLERONLY registry flag for the service. If a trusted application activates a service, an untrusted application cannot unload the service. However, if an untrusted application activates the service, then either a trusted application or an untrusted application can unload the service.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Service.h.
Link Library: Coredll.lib.

 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
现在问题是用什么方法可以使eVC去调用Wince的库函数?
 
 
 

回复

71

帖子

0

TA的资源

一粒金砂(初级)

4
 
声明一下就行了
extern "C" HANDLE ActivateService( LPCWSTR lpszDevKey, DWORD dwClientInfo);
 
 
 

回复

90

帖子

0

TA的资源

一粒金砂(初级)

5
 
把头文件包进来,把库文件link进来估计就可以吧
相关路径的设置好象在EVC的tools-->options下面
 
 
 

回复

66

帖子

0

TA的资源

一粒金砂(初级)

6
 


got it

thanks guys .


 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/7 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表