ReactOS 0.4.16-dev-297-gc569aee
|
#include "ihost.h"
Go to the source code of this file.
Variables | |
IHost | host_obj |
IArguments2 | arguments_obj |
ITypeInfo * | host_ti |
ITypeInfo * | arguments_ti |
WCHAR | scriptFullName [] |
WCHAR ** | argums |
int | numOfArgs |
VARIANT_BOOL | wshInteractive |
|
extern |
Definition at line 140 of file arguments.c.
Referenced by Host_get_Arguments().
|
extern |
Definition at line 59 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 479 of file host.c.
Referenced by ActiveScriptSite_GetItemInfo(), and Host_get_Application().
|
extern |
Definition at line 58 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 56 of file main.c.
Referenced by Host_get_ScriptFullName(), Host_get_ScriptName(), and wWinMain().
|
extern |
Definition at line 40 of file host.c.
Referenced by Host_get_Interactive(), Host_put_Interactive(), print_string(), and set_host_properties().