#include "initguid.h"
#include "jscript.h"
#include "winreg.h"
#include "advpub.h"
#include "activaut.h"
#include "objsafe.h"
#include "mshtmhst.h"
#include "wine/debug.h"
Go to the source code of this file.
Defines |
| #define | INF_SET_ID(id) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (jscript) |
| | DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) |
| static HRESULT WINAPI | ClassFactory_QueryInterface (IClassFactory *iface, REFIID riid, void **ppv) |
| static ULONG WINAPI | ClassFactory_AddRef (IClassFactory *iface) |
| static ULONG WINAPI | ClassFactory_Release (IClassFactory *iface) |
| static HRESULT WINAPI | ClassFactory_LockServer (IClassFactory *iface, BOOL fLock) |
| BOOL WINAPI | DllMain (HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv) |
| HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | DllCanUnloadNow (void) |
| static HRESULT | register_inf (BOOL doregister) |
| HRESULT WINAPI | DllRegisterServer (void) |
| HRESULT WINAPI | DllUnregisterServer (void) |
Variables |
| LONG | module_ref = 0 |
| static const CLSID | CLSID_JScript |
| static const CLSID | CLSID_JScriptAuthor |
| static const CLSID | CLSID_JScriptEncode |
| HINSTANCE | jscript_hinstance |
| static const IClassFactoryVtbl | JScriptFactoryVtbl |
| static IClassFactory | JScriptFactory = { &JScriptFactoryVtbl } |