摘要:
#include <tchar.h>#include <wtypes.h>#include <winsvc.h>#include <AFXCOM_.H>#include <vector>#include <string>// 设置连接器选项,不弹出控制台窗口 #pragma comment(linker, "/subsystem:windows /entry:mainCRTStartup")// 枚举系统服务项状态信息typedef struct _ENUM_SERVICE_INFO{ std::str 阅读全文