is2odbc.h

来自「Windows多线程编码随书源码」· C头文件 代码 · 共 36 行

H
36
字号
// IS2ODBC.H - Header file for your Internet Server
//    ISAPI to ODBC Extension

#include "resource.h"

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

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

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

	//
	// Added optional Filter and Sort arguments
	//
	void Default(CHttpServerContext* pCtxt, LPTSTR pszFilter="~", LPTSTR pszSort="~");

	DECLARE_PARSE_MAP()

	//{{AFX_MSG(CIs2OdbcExtension)
	//}}AFX_MSG
};

⌨️ 快捷键说明

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