isapimfc.h

来自「讲mfc的书」· C头文件 代码 · 共 41 行

H
41
字号
#if !defined(AFX_ISAPIMFC_H__03F68864_365A_11D1_BC98_00400526DBEA__INCLUDED_)
#define AFX_ISAPIMFC_H__03F68864_365A_11D1_BC98_00400526DBEA__INCLUDED_

// ISAPIMFC.H - Header file for your Internet Server
//    Example Form Extension

#include "resource.h"

class CExtension : public CHttpServer
{
public:
	void Greet(CHttpServerContext *context, char *name);
	CExtension();
	~CExtension();

// 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(CExtension)
	public:
	virtual BOOL GetExtensionVersion(HSE_VERSION_INFO* pVer);
	//}}AFX_VIRTUAL

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

	void Default(CHttpServerContext* pCtxt);

	DECLARE_PARSE_MAP()

	//{{AFX_MSG(CExtension)
	//}}AFX_MSG
};


//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ISAPIMFC_H__03F68864_365A_11D1_BC98_00400526DBEA__INCLUDED)

⌨️ 快捷键说明

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