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

📄 ex31b.h

📁 InsideVC++配套源码之五
💻 H
字号:
#if !defined(AFX_EX31B_H__209D8D55_9566_11D0_85BF_8BCD68D6DF70__INCLUDED_)
#define AFX_EX31B_H__209D8D55_9566_11D0_85BF_8BCD68D6DF70__INCLUDED_

// EX31B.H - Header file for your Internet Server
//    ex31b Filter

#include "resource.h"


class CEx31bFilter : public CHttpFilter
{
public:
	CEx31bFilter();
	~CEx31bFilter();

// 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(CEx31bFilter)
	public:
	virtual BOOL GetFilterVersion(PHTTP_FILTER_VERSION pVer);
	virtual DWORD OnReadRawData(CHttpFilterContext* pCtxt, PHTTP_FILTER_RAW_DATA pRawData);
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CEx31bFilter)
	//}}AFX_MSG
private:
	HWND m_hWndDest;
	HANDLE m_hProcessDest;
	void SendTextToWindow(char* pchData);
};

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

#endif // !defined(AFX_EX31B_H__209D8D55_9566_11D0_85BF_8BCD68D6DF70__INCLUDED)

⌨️ 快捷键说明

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