ReactOS
0.4.15-dev-4872-g8a3db97
|
#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 |
IArguments2 arguments_obj |
Definition at line 140 of file arguments.c.
Referenced by Host_get_Arguments().
ITypeInfo* arguments_ti |
Definition at line 59 of file main.c.
Referenced by Arguments2_GetIDsOfNames(), Arguments2_GetTypeInfo(), Arguments2_Invoke(), and load_typelib().
WCHAR** argums |
Definition at line 34 of file arguments.c.
Referenced by Arguments2_Item(), and wWinMain().
IHost host_obj |
Definition at line 471 of file host.c.
Referenced by ActiveScriptSite_GetItemInfo(), and Host_get_Application().
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().
int numOfArgs |
Definition at line 35 of file arguments.c.
Referenced by Arguments2_Count(), Arguments2_get_length(), Arguments2_Item(), and wWinMain().
WCHAR scriptFullName[] |
Definition at line 56 of file main.c.
Referenced by Host_get_ScriptFullName(), Host_get_ScriptName(), and wWinMain().
VARIANT_BOOL wshInteractive |
Definition at line 40 of file host.c.
Referenced by Host_get_Interactive(), Host_put_Interactive(), print_string(), and set_host_properties().