// w3svcagent.h: interface for the cw3svcagent class.
////////////////////////////////////////////////////////////////////// 【程序编程相关:IPv6名称到地址的转换函数getadd】// 【推荐阅读:XML文法分析】#define afx_w3svcagent_h__d10cf1b7_10c9_45dc_95a7_3aaea1cfe558__included_ 【扩展信息:如何把一个lib库文件加入到VC.NET】#if !defined(afx_w3svcagent_h__d10cf1b7_10c9_45dc_95a7_3aaea1cfe558__included_)
#if _msc_ver > 1000
#pragma once#endif // _msc_ver > 1000#include <accctrl.h>
const errorcode_checkserviceerror = 1;const errorcode_canntstartservice = 2;const errorcode_noservice = 3;const errorcode_success = 0;class cw3svcagent {public: cw3svcagent(); virtual ~cw3svcagent();public: int checkw3svcexist(); bool deletewebserver(lpctstr lpszservercomment); bool createwebserver(lpctstr lpszservercomment, lpctstr lpszbindaddress,lpctstr lpszdomain,lpctstr lpszpathname);... 下一页