Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cOleWebBrowser.Tests.h
Go to the documentation of this file.
1 //
4 //
5 #ifndef _INC_cOleWebBrowserTests_H
6 #define _INC_cOleWebBrowserTests_H
7 #ifndef NO_PRAGMA_ONCE
8 #pragma once
9 #endif
10 
11 #include "WinOle/cOleWebBase.h"
12 
13 #if defined(_WIN32) && defined(_MSC_VER)
14 
15 namespace GrayLib
16 {
17  class cUnitTestWebBase : public IOleWebListener
18  {
20  protected:
21  virtual HRESULT onWebEvent(INT_PTR nChildId, WEBEVENT_TYPE eEvent, BSTR theParam, int x, int y) override;
22  public:
23  void Test2(cOleWebBase* wb);
24  void Test(cOleWebBase* wb);
25  };
26 }
27 #endif
28 #endif
INT32 HRESULT
_WIN32 style error codes. INT32
Definition: SysTypes.h:465
Definition: cMesh.h:22