isam.h

来自「本程序可在C环境下显示一幅或多幅图片」· C头文件 代码 · 共 47 行

H
47
字号
#if !defined(AFX_ISAM_H__75D383B7_046A_11D2_8A44_0000E81D3D27__INCLUDED_)
#define AFX_ISAM_H__75D383B7_046A_11D2_8A44_0000E81D3D27__INCLUDED_

// ISAM.H - Header file for your Internet Server
//    ISAM Extension

#include "resource.h"

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

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

//implementation
protected:
	BOOL LoadLongResource(CString& str, UINT nID);

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

	void Default(CHttpServerContext* pCtxt);
	void GetImage(CHttpServerContext* pCtxt);

	DECLARE_PARSE_MAP()

	//{{AFX_MSG(CISAMExtension)
	//}}AFX_MSG
private:
	void OutputJpeg(CHttpServerContext* pCtxt, const CByteArray& data);
};


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

#endif // !defined(AFX_ISAM_H__75D383B7_046A_11D2_8A44_0000E81D3D27__INCLUDED)

⌨️ 快捷键说明

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