From 33953cc6a0fab6a91af293c6838f8a46dd7922da Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 10 Feb 2014 14:42:51 +0000 Subject: HCONTACT, part 3 git-svn-id: http://svn.miranda-ng.org/main/trunk@8081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/IEView.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'plugins/IEView') diff --git a/plugins/IEView/src/IEView.h b/plugins/IEView/src/IEView.h index c552525c84..2e869b96e7 100644 --- a/plugins/IEView/src/IEView.h +++ b/plugins/IEView/src/IEView.h @@ -424,24 +424,24 @@ private: static IEView *list; static CRITICAL_SECTION mutex; static bool isInited; - HWND parent; - HWND hwnd; - IEView *prev, *next; - int m_cRef; - RECT rcClient; - BOOL m_bInPlaceActive; - DWORD m_dwCookie; - IConnectionPoint* m_pConnectionPoint; - IEViewSink *sink; - IWebBrowser2* pWebBrowser; + HWND parent; + HWND hwnd; + IEView *prev, *next; + int m_cRef; + RECT rcClient; + BOOL m_bInPlaceActive; + DWORD m_dwCookie; + IConnectionPoint *m_pConnectionPoint; + IEViewSink *sink; + IWebBrowser2 *pWebBrowser; HTMLBuilder *builder; - WNDPROC mainWndProc, docWndProc, serverWndProc; - bool getFocus; - bool clearRequired; - BSTR selectedText; - bool isContactSet; - HANDLE hContact; + WNDPROC mainWndProc, docWndProc, serverWndProc; + bool getFocus; + bool clearRequired; + BSTR selectedText; + bool isContactSet; + HCONTACT hContact; // IUnknown STDMETHODIMP QueryInterface(REFIID riid, PVOID *ppv); -- cgit v1.2.3