-
windows服务管理类
压缩包包含两个文件ServiceManager.h、ServiceManager.cpp可以直接使用
CServiceManager提供接口如下:
BOOL IsActive(); // 查下服务是否开启
BOOL StopService(SC_HANDLE hService); // 关闭服务
BOOL StartService(); // 开启服务
BOOL ReStartService(); // 重启服务
BOOL GetDependentServices(SC_HANDLE hscService, std::vector& vecServiceStatus); // 获取服务依赖服务
- 2023-08-19 15:45:03下载
- 积分:1
-
编译环境:VC6.0
VC创建管道的源代码,用于学习参考用。
编译环境:VC6.0
VC创建管道的源代码,用于学习参考用。-Compiler Environment: VC6.0 VC pipeline to create the source code for the study and reference.
- 2022-08-08 17:39:57下载
- 积分:1
-
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern C usage, use module definition files to resolve the C++ Name adaptation problems. Typedef point to use the definition of function pointer type, how to obtain the dynamic link library function pointer.
- 2022-03-24 10:37:39下载
- 积分:1
-
DELpHi control DELpHi dial
DELpHi拨号控件 DELpHi拨号控件-DELpHi control DELpHi dial-up dial-up control
- 2023-08-12 16:20:02下载
- 积分:1
-
this is a airlines project system
this is a airlines project system
- 2022-07-14 01:38:19下载
- 积分:1
-
c学习源程序集 超全
c学习源程序集 超全-c learning source of extra-Set
- 2022-01-28 12:16:51下载
- 积分:1
-
游戏网络斗地主,用C#编写的!功能都实现了!
游戏网络斗地主,用C#编写的!功能都实现了!-斗地主gaming network, using C# Prepared! Features are achieved!
- 2022-03-05 06:32:20下载
- 积分:1
-
wince development wince program development
wince 程序开发 -wince development wince program development
- 2022-03-17 13:51:37下载
- 积分:1
-
人脸检测 识别
这个是基于facebook刚刚收购的face.com的api接口实现的
调用接口,传一个图片的url地址,返回图像的特征字符串,如,性别,是否笑,是否带眼镜,眼镜的位置,鼻子的位置,嘴边的位置 等等信息。
需要到官方网站申请下 API key 哦,很简单,一分钟搞定。下过已经加入了key
- 2022-03-22 08:15:14下载
- 积分:1
-
使用Mapi访问微软的邮件服务器Exchange
使用马皮访问微软的邮件服务器交换,例如如何使用MAPI访问微软的Exchange邮件服务器
- 2022-02-04 01:23:25下载
- 积分:1