1 // GetWebDll.h : main header file for the GETWEBDLL DLL
4 #if !defined(AFX_GETWEBDLL_H__470FBE70_389E_11D5_A375_00105A6BCA62__INCLUDED_)
5 #define AFX_GETWEBDLL_H__470FBE70_389E_11D5_A375_00105A6BCA62__INCLUDED_
9 #endif // _MSC_VER > 1000
12 #error include 'stdafx.h' before including this file for PCH
15 #include "resource.h" // main symbols
17 /////////////////////////////////////////////////////////////////////////////
19 // See GetWebDll.cpp for the implementation of this class
22 class CGetWebDllApp : public CWinApp
28 // ClassWizard generated virtual function overrides
29 //{{AFX_VIRTUAL(CGetWebDllApp)
32 //{{AFX_MSG(CGetWebDllApp)
33 // NOTE - the ClassWizard will add and remove member functions here.
34 // DO NOT EDIT what you see in these blocks of generated code !
40 /////////////////////////////////////////////////////////////////////////////
42 //{{AFX_INSERT_LOCATION}}
43 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
45 class CTearSession : public CInternetSession
48 CTearSession(LPCTSTR pszAppName, int nMethod);
49 virtual void OnStatusCallback(DWORD dwContext, DWORD dwInternetStatus,
50 LPVOID lpvStatusInfomration, DWORD dwStatusInformationLen);
54 class CTearException : public CException
56 DECLARE_DYNCREATE(CTearException)
59 CTearException(int nCode = 0);
65 #endif // !defined(AFX_GETWEBDLL_H__470FBE70_389E_11D5_A375_00105A6BCA62__INCLUDED_)