⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isapiexample.h

📁 MFC程序开发参考大全 【明日科技】宋坤 刘锐宁 李伟明 【丛 书 名】 软件工程师典藏 【出 版 社】 人民邮电出版社 本书详细介绍了MFC框架中所有常用类及控件的应用
💻 H
字号:
#if !defined(AFX_ISAPIEXAMPLE_H__B6A84759_1219_4738_9A6C_17AF9111E00A__INCLUDED_)
#define AFX_ISAPIEXAMPLE_H__B6A84759_1219_4738_9A6C_17AF9111E00A__INCLUDED_

// ISAPIEXAMPLE.H - Header file for your Internet Server
//    ISAPIExample Extension

#include "resource.h"

class CISAPIExampleExtension : public CHttpServer
{
public:
	CISAPIExampleExtension();
	~CISAPIExampleExtension();

// Overrides
	// ClassWizard generated virtual function overrides
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//{{AFX_VIRTUAL(CISAPIExampleExtension)
	public:
	virtual BOOL GetExtensionVersion(HSE_VERSION_INFO* pVer);
	//}}AFX_VIRTUAL
	virtual BOOL TerminateExtension(DWORD dwFlags);

	// TODO: Add handlers for your commands here.
	// For example:

	void Default(CHttpServerContext* pCtxt);
	void ConfirmInfo(CHttpServerContext *pCtxt, LPCTSTR name,LPCTSTR postion);
	DECLARE_PARSE_MAP()

	//{{AFX_MSG(CISAPIExampleExtension)
	//}}AFX_MSG
};


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ISAPIEXAMPLE_H__B6A84759_1219_4738_9A6C_17AF9111E00A__INCLUDED)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -