|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include "ihost.h"

Go to the source code of this file.
Functions | |
| void | schedule_timeout (LONG seconds) |
Variables | |
| IHost | host_obj |
| IArguments2 | arguments_obj |
| ITypeInfo * | host_ti |
| ITypeInfo * | arguments_ti |
| WCHAR | scriptFullName [] |
| WCHAR ** | argums |
| int | numOfArgs |
| VARIANT_BOOL | wshInteractive |
| LONG | wshTimeout |
Definition at line 416 of file main.c.
Referenced by Host_put_Timeout(), and wWinMain().
|
extern |
Definition at line 140 of file arguments.c.
Referenced by Host_get_Arguments().
|
extern |
Definition at line 57 of file main.c.
Referenced by Arguments2_GetIDsOfNames(), Arguments2_GetTypeInfo(), Arguments2_Invoke(), and load_typelib().
|
extern |
Definition at line 34 of file arguments.c.
Referenced by Arguments2_Item(), and wWinMain().
|
extern |
Definition at line 474 of file host.c.
Referenced by ActiveScriptSite_GetItemInfo(), get_host_dispatch(), Host_get_Application(), init_host_object(), and WineJScript_InitHostObject().
|
extern |
Definition at line 56 of file main.c.
Referenced by ActiveScriptSite_GetItemInfo(), Host_GetIDsOfNames(), Host_GetTypeInfo(), Host_Invoke(), load_typelib(), and wWinMain().
|
extern |
Definition at line 35 of file arguments.c.
Referenced by Arguments2_Count(), Arguments2_get_length(), Arguments2_Item(), and wWinMain().
|
extern |
Definition at line 54 of file main.c.
Referenced by ActiveScriptSite_OnScriptError(), Host_get_ScriptFullName(), Host_get_ScriptName(), timeout_thread_proc(), and wWinMain().
|
extern |
Definition at line 37 of file host.c.
Referenced by Host_get_Interactive(), Host_put_Interactive(), output_formatstring(), print_error(), print_string(), set_host_properties(), and wWinMain().
|
extern |
Definition at line 44 of file host.c.
Referenced by Host_get_Timeout(), Host_put_Timeout(), set_host_properties(), and wWinMain().