ReactOS 0.4.15-dev-7918-g2a2556c
wscript.h File Reference
#include "ihost.h"
Include dependency graph for wscript.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

IHost host_obj
 
IArguments2 arguments_obj
 
ITypeInfohost_ti
 
ITypeInfoarguments_ti
 
WCHAR scriptFullName []
 
WCHAR ** argums
 
int numOfArgs
 
VARIANT_BOOL wshInteractive
 

Variable Documentation

◆ arguments_obj

IArguments2 arguments_obj
extern

Definition at line 140 of file arguments.c.

Referenced by Host_get_Arguments().

◆ arguments_ti

ITypeInfo* arguments_ti
extern

◆ argums

WCHAR** argums
extern

Definition at line 34 of file arguments.c.

Referenced by Arguments2_Item(), and wWinMain().

◆ host_obj

IHost host_obj
extern

Definition at line 479 of file host.c.

Referenced by ActiveScriptSite_GetItemInfo(), and Host_get_Application().

◆ host_ti

◆ numOfArgs

int numOfArgs
extern

Definition at line 35 of file arguments.c.

Referenced by Arguments2_Count(), Arguments2_get_length(), Arguments2_Item(), and wWinMain().

◆ scriptFullName

WCHAR scriptFullName[]
extern

Definition at line 56 of file main.c.

Referenced by Host_get_ScriptFullName(), Host_get_ScriptName(), and wWinMain().

◆ wshInteractive

VARIANT_BOOL wshInteractive
extern