#include "stdafx.h"#include "Iecooks.h"#include "FDMIECookiesBHO.h"#include <mshtml.h>#include <oleacc.h>#include "../../vmsVideoSiteHtmlCodeParser.h"#include "vmsFlashHelper.h"#include <mflash.h>Go to the source code of this file.
Functions | |
| _COM_SMARTPTR_TYPEDEF (IHTMLInputElement, __uuidof(IHTMLInputElement)) | |
| IHTMLDocument2Ptr | doc_from_hwnd (HWND hwnd) |
| BOOL | is_okpage (HWND hwnd) |
| BOOL | GetIEVersion (DWORD *pMajor, DWORD *pMinor, DWORD *pBuild, DWORD *pSubBuild) |
| LRESULT CALLBACK | _IeServerWndProc (HWND hwnd, UINT msg, WPARAM wp, LPARAM lp) |
| HWND | find_ie_server (HWND hwnd) |
| DWORD WINAPI | _threadSubclassIeServerWnd (LPVOID lp) |
| _COM_SMARTPTR_TYPEDEF (IShockwaveFlash, __uuidof(IShockwaveFlash)) | |
Variables | |
| BOOL | _bIsWin9x |
| WNDPROC | _pfnIeServerOrigProc = NULL |
| BOOL | _bUseUnicode |
| DWORD | _dwIeMajorVersion |
| BOOL | _bMenuWasRemoved = FALSE |
| UINT | _nRemovedMenuPrevIndex |
| char | _szRemovedMenuPrevString [100] |
| UINT | _nRemovedMenuID |
| char | _szRemovedMenuString [100] |
| BOOL | _bSeparatorWasRemoved |
| _COM_SMARTPTR_TYPEDEF | ( | IShockwaveFlash | , | |
| __uuidof(IShockwaveFlash) | ||||
| ) |
| _COM_SMARTPTR_TYPEDEF | ( | IHTMLInputElement | , | |
| __uuidof(IHTMLInputElement) | ||||
| ) |
| LRESULT CALLBACK _IeServerWndProc | ( | HWND | hwnd, | |
| UINT | msg, | |||
| WPARAM | wp, | |||
| LPARAM | lp | |||
| ) |
Definition at line 97 of file FDMIECookiesBHO.cpp.
References BOOL, FALSE, is_okpage(), NULL, and TRUE.
Referenced by _threadSubclassIeServerWnd().
| DWORD WINAPI _threadSubclassIeServerWnd | ( | LPVOID | lp | ) |
Definition at line 195 of file FDMIECookiesBHO.cpp.
References _IeServerWndProc(), find_ie_server(), GetIEVersion(), LONG, and NULL.
| IHTMLDocument2Ptr doc_from_hwnd | ( | HWND | hwnd | ) |
| HWND find_ie_server | ( | HWND | hwnd | ) |
| BOOL GetIEVersion | ( | DWORD * | pMajor, | |
| DWORD * | pMinor, | |||
| DWORD * | pBuild, | |||
| DWORD * | pSubBuild | |||
| ) |
Definition at line 71 of file FDMIECookiesBHO.cpp.
Referenced by _threadSubclassIeServerWnd(), and fsIECatchMgr::ActivateIE2().
| BOOL is_okpage | ( | HWND | hwnd | ) |
Definition at line 44 of file FDMIECookiesBHO.cpp.
References doc_from_hwnd(), FALSE, vmsVideoSiteHtmlCodeParser::GetSupportedSiteIndex(), NULL, and TRUE.
Referenced by _IeServerWndProc().
| BOOL _bIsWin9x |
Definition at line 21 of file iecooks.cpp.
Referenced by DllMain(), and vmsIETmpCookies::ProcessFile().
| BOOL _bMenuWasRemoved = FALSE |
Definition at line 90 of file FDMIECookiesBHO.cpp.
Definition at line 95 of file FDMIECookiesBHO.cpp.
| BOOL _bUseUnicode |
Definition at line 68 of file FDMIECookiesBHO.cpp.
| DWORD _dwIeMajorVersion |
Definition at line 69 of file FDMIECookiesBHO.cpp.
Definition at line 93 of file FDMIECookiesBHO.cpp.
Definition at line 91 of file FDMIECookiesBHO.cpp.
| WNDPROC _pfnIeServerOrigProc = NULL |
Definition at line 67 of file FDMIECookiesBHO.cpp.
| char _szRemovedMenuPrevString[100] |
Definition at line 92 of file FDMIECookiesBHO.cpp.
| char _szRemovedMenuString[100] |
Definition at line 94 of file FDMIECookiesBHO.cpp.
1.5.6