摘要: // ServiceTest.cpp : Defines the entry point for the application.//#include "stdafx.h"#include "stdio.h"#include "tchar.h"//定义全局函数变量void Init();BOOL IsInstalled();BOOL Install();BOOL Uninstall();void LogEvent(LPCTSTR pszFormat, ...);void WINAPI ServiceMain();void WINAPI 阅读全文
posted @ 2013-11-09 22:52 Freall 阅读(207) 评论(0) 推荐(0)