ReactOS 0.4.16-dev-338-g34e76ad
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <ole2.h>
#include <shellapi.h>
#include <activscp.h>
#include <initguid.h>
#include "wscript.h"
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | IActiveScriptParse_Release IActiveScriptParse32_Release |
#define | IActiveScriptParse_InitNew IActiveScriptParse32_InitNew |
#define | IActiveScriptParse_ParseScriptText IActiveScriptParse32_ParseScriptText |
Variables | |
static const WCHAR | wscriptW [] = {'W','S','c','r','i','p','t',0} |
static const WCHAR | wshW [] = {'W','S','H',0} |
WCHAR | scriptFullName [MAX_PATH] |
ITypeInfo * | host_ti |
ITypeInfo * | arguments_ti |
static IActiveScriptSiteVtbl | ActiveScriptSiteVtbl |
static IActiveScriptSite | script_site = { &ActiveScriptSiteVtbl } |
static const IActiveScriptSiteWindowVtbl | ActiveScriptSiteWindowVtbl |
static IActiveScriptSiteWindow | script_site_window = { &ActiveScriptSiteWindowVtbl } |
#define IActiveScriptParse_InitNew IActiveScriptParse32_InitNew |
#define IActiveScriptParse_ParseScriptText IActiveScriptParse32_ParseScriptText |
#define IActiveScriptParse_Release IActiveScriptParse32_Release |
|
static |
|
static |
|
static |
Definition at line 222 of file main.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 427 of file main.c.
Referenced by wWinMain().
Definition at line 387 of file main.c.
Referenced by wWinMain().
Definition at line 481 of file main.c.
Referenced by run_script().
|
static |
Definition at line 454 of file main.c.
Referenced by wWinMain().
Definition at line 368 of file main.c.
Referenced by init_engine(), and ITERATE_RegisterTypeLibraries().
Definition at line 347 of file main.c.
Referenced by ActiveScriptSite_QueryInterface(), and ActiveScriptSiteWindow_QueryInterface().
|
static |
Definition at line 511 of file main.c.
Referenced by InternetGetProxyInfo(), and wWinMain().
Definition at line 760 of file main.c.
Referenced by wWinMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wscript | ) |
int WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 788 of file main.c.
|
static |
|
static |
ITypeInfo* arguments_ti |
Definition at line 59 of file main.c.
Referenced by Arguments2_GetIDsOfNames(), Arguments2_GetTypeInfo(), Arguments2_Invoke(), and load_typelib().
ITypeInfo* host_ti |
Definition at line 58 of file main.c.
Referenced by ActiveScriptSite_GetItemInfo(), Host_GetIDsOfNames(), Host_GetTypeInfo(), Host_Invoke(), load_typelib(), and wWinMain().
|
static |
Definition at line 306 of file main.c.
Referenced by query_interface().
|
static |
Definition at line 345 of file main.c.
Referenced by query_interface().
Definition at line 56 of file main.c.
Referenced by Host_get_ScriptFullName(), Host_get_ScriptName(), and wWinMain().
Definition at line 54 of file main.c.
Referenced by ActiveScriptSite_GetItemInfo(), and init_engine().
Definition at line 55 of file main.c.
Referenced by ActiveScriptSite_GetItemInfo(), and init_engine().