|
| 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) |
|