#include "stdafx.h"#include "resource.h"#include <initguid.h>#include "iecooks.h"#include "iecooks_i.c"#include "FDMIECookiesBHO.h"#include "FDMIEStat.h"Go to the source code of this file.
Functions | |
| BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID) |
| STDAPI | DllCanUnloadNow (void) |
| STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| STDAPI | DllRegisterServer (void) |
| STDAPI | DllUnregisterServer (void) |
Variables | |
| CComModule | _Module |
| BOOL | _bIsWin9x = FALSE |
| STDAPI DllCanUnloadNow | ( | void | ) |
| STDAPI DllGetClassObject | ( | REFCLSID | rclsid, | |
| REFIID | riid, | |||
| LPVOID * | ppv | |||
| ) |
| BOOL WINAPI DllMain | ( | HINSTANCE | hInstance, | |
| DWORD | dwReason, | |||
| LPVOID | ||||
| ) |
Definition at line 24 of file iecooks.cpp.
References _bIsWin9x, _Module, LIBID_IECOOKSLib, and TRUE.
| STDAPI DllRegisterServer | ( | void | ) |
| STDAPI DllUnregisterServer | ( | void | ) |
| BOOL _bIsWin9x = FALSE |
Definition at line 21 of file iecooks.cpp.
Referenced by DllMain(), and vmsIETmpCookies::ProcessFile().
| CComModule _Module |
Definition at line 14 of file iecooks.cpp.
1.5.6