|
| WINE_DEFAULT_DEBUG_CHANNEL (wscript) |
|
static HRESULT | to_string (VARIANT *src, BSTR *dst) |
|
static void | print_string (const WCHAR *string) |
|
static HRESULT WINAPI | Host_QueryInterface (IHost *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | Host_AddRef (IHost *iface) |
|
static ULONG WINAPI | Host_Release (IHost *iface) |
|
static HRESULT WINAPI | Host_GetTypeInfoCount (IHost *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | Host_GetTypeInfo (IHost *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | Host_GetIDsOfNames (IHost *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | Host_Invoke (IHost *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | Host_get_Name (IHost *iface, BSTR *out_Name) |
|
static HRESULT WINAPI | Host_get_Application (IHost *iface, IDispatch **out_Dispatch) |
|
static HRESULT WINAPI | Host_get_FullName (IHost *iface, BSTR *out_Path) |
|
static HRESULT WINAPI | Host_get_Path (IHost *iface, BSTR *out_Path) |
|
static HRESULT WINAPI | Host_get_Interactive (IHost *iface, VARIANT_BOOL *out_Interactive) |
|
static HRESULT WINAPI | Host_put_Interactive (IHost *iface, VARIANT_BOOL v) |
|
static HRESULT WINAPI | Host_Quit (IHost *iface, int ExitCode) |
|
static HRESULT WINAPI | Host_get_ScriptName (IHost *iface, BSTR *out_ScriptName) |
|
static HRESULT WINAPI | Host_get_ScriptFullName (IHost *iface, BSTR *out_ScriptFullName) |
|
static HRESULT WINAPI | Host_get_Arguments (IHost *iface, IArguments2 **out_Arguments) |
|
static HRESULT WINAPI | Host_get_Version (IHost *iface, BSTR *out_Version) |
|
static HRESULT WINAPI | Host_get_BuildVersion (IHost *iface, int *out_Build) |
|
static HRESULT WINAPI | Host_get_Timeout (IHost *iface, LONG *out_Timeout) |
|
static HRESULT WINAPI | Host_put_Timeout (IHost *iface, LONG v) |
|
static HRESULT WINAPI | Host_CreateObject (IHost *iface, BSTR ProgID, BSTR Prefix, IDispatch **out_Dispatch) |
|
static HRESULT WINAPI | Host_Echo (IHost *iface, SAFEARRAY *args) |
|
static HRESULT WINAPI | Host_GetObject (IHost *iface, BSTR Pathname, BSTR ProgID, BSTR Prefix, IDispatch **out_Dispatch) |
|
static HRESULT WINAPI | Host_DisconnectObject (IHost *iface, IDispatch *Object) |
|
static HRESULT WINAPI | Host_Sleep (IHost *iface, LONG Time) |
|
static HRESULT WINAPI | Host_ConnectObject (IHost *iface, IDispatch *Object, BSTR Prefix) |
|
static HRESULT WINAPI | Host_get_StdIn (IHost *iface, ITextStream **ppts) |
|
static HRESULT WINAPI | Host_get_StdOut (IHost *iface, ITextStream **ppts) |
|
static HRESULT WINAPI | Host_get_StdErr (IHost *iface, ITextStream **ppts) |
|
Definition at line 47 of file host.c.
52 static const WCHAR nullW[] = {
'n',
'u',
'l',
'l',0};
HRESULT WINAPI DECLSPEC_HOTPATCH VariantChangeType(VARIANTARG *pvargDest, VARIANTARG *pvargSrc, USHORT wFlags, VARTYPE vt)
BSTR WINAPI SysAllocString(LPCOLESTR str)
static const char * debugstr_variant(const VARIANT *var)
static const WCHAR nullW[]
Referenced by add_eval(), array_join(), construct_function(), DateConstr_parse(), do_attribute_tag_format(), error_constr(), Error_toString(), get_string_val(), Host_Echo(), interp_delete(), main(), maybe_to_primitive(), Number_toExponential(), Number_toFixed(), Number_toPrecision(), Number_toString(), Object_hasOwnProperty(), rep_call(), sort_cmp(), String_concat(), String_match(), StringConstr_value(), and tokenize().