c/c++ 建立一个服务应用程序

#include <stdio.h> #include <windows.h> #include <winsvc.h> typedef enum __bool { false = 0, true = 1, } bool; //定义一些全局变量和函数 void ServiceMain(DWORD argc, LPTSTR *argv); void ServiceCtrlHandler(DWOR
相关文章
相关标签/搜索