Title:
用 C 语言编写 Windows 服务程序的五个步骤 Download
Description: Windows service is commonly used by program which running without intactive with users. To learn how to develop it, C is the best choice. This article will give you an example about how to develop a basic service program which can query the physical memory and write the results to a text file. You can develop your own service program after this pratice.
File list (Check if you may need any files):