#if !defined(AFX_MYEX34B_H__9E2169ED_E4AF_4B3A_BCB3_4DA224D1B2F2__INCLUDED_)
#define AFX_MYEX34B_H__9E2169ED_E4AF_4B3A_BCB3_4DA224D1B2F2__INCLUDED_

// MYEX34B.H - Header file for your Internet Server
//    myex34b Filter

#include "resource.h"


class CMyex34bFilter : public CHttpFilter
{
public:
	CMyex34bFilter();
	~CMyex34bFilter();

// 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(CMyex34bFilter)
	public:
	virtual BOOL GetFilterVersion(PHTTP_FILTER_VERSION pVer);
	virtual DWORD OnReadRawData(CHttpFilterContext* pCtxt, PHTTP_FILTER_RAW_DATA pRawData);
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CMyex34bFilter)
	//}}AFX_MSG
private:
	void SendTextToWindow(char* pchData);
	HANDLE m_hProcessDest;
	HWND m_hWndDest;
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MYEX34B_H__9E2169ED_E4AF_4B3A_BCB3_4DA224D1B2F2__INCLUDED)

