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

📄 myisapi.h

📁 myisapi,制作自己的ISAPI函数
💻 H
字号:
#if !defined(AFX_MYISAPI_H__E5159253_4212_4B24_A317_C1CBA6DC7DA0__INCLUDED_)
#define AFX_MYISAPI_H__E5159253_4212_4B24_A317_C1CBA6DC7DA0__INCLUDED_

// MYISAPI.H - Header file for your Internet Server
//    MyISAPI Extension

#include "resource.h"

class CMyISAPIExtension : public CHttpServer
{
public:
	void Getdata(CHttpServerContext   *pCtxt,   char   *data,char   *data1);
	CMyISAPIExtension();
	~CMyISAPIExtension();

// 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(CMyISAPIExtension)
	public:
	virtual BOOL GetExtensionVersion(HSE_VERSION_INFO* pVer);
	virtual void WriteTitle(CHttpServerContext* pCtxt) const;
	virtual DWORD HttpExtensionProc(EXTENSION_CONTROL_BLOCK *pECB);
	//}}AFX_VIRTUAL
	virtual BOOL TerminateExtension(DWORD dwFlags);

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

	void Default(CHttpServerContext* pCtxt);

	DECLARE_PARSE_MAP()

	//{{AFX_MSG(CMyISAPIExtension)
	//}}AFX_MSG
};


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

#endif // !defined(AFX_MYISAPI_H__E5159253_4212_4B24_A317_C1CBA6DC7DA0__INCLUDED)

⌨️ 快捷键说明

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