文件名称:vcserver
介绍说明--下载内容均来自于网络,请自行研究使用
本文描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。在本文有三个源代码参考例子:
• NTService 是一个简单的 Win32 服务,它就是用本文所描述的方法建立的;
• NTServCpl 是一个控制面版程序,用来控制 NTService 服务;
• NTServCtrl 是一个独立的程序例子,用它可以监控某个 Win32 服务;
-This article describes how to use Visual C++ Create a Windows NT service program. The creation of the service only to a C++ Category, the category with the operating system to provide services between a simple interface. Use this category realize their service is very simple, as long as the rewrite a few base class virtual function can be. In this article the source code has three reference example:
• NTService 是一个简单的 Win32 服务,它就是用本文所描述的方法建立的;
• NTServCpl 是一个控制面版程序,用来控制 NTService 服务;
• NTServCtrl 是一个独立的程序例子,用它可以监控某个 Win32 服务;
-This article describes how to use Visual C++ Create a Windows NT service program. The creation of the service only to a C++ Category, the category with the operating system to provide services between a simple interface. Use this category realize their service is very simple, as long as the rewrite a few base class virtual function can be. In this article the source code has three reference example:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
用vc写服务.doc