ReactOS 0.4.16-dev-338-g34e76ad
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <ole2.h>
#include "wscript.h"
#include <wine/debug.h>
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (wscript) | |
static HRESULT WINAPI | Arguments2_QueryInterface (IArguments2 *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | Arguments2_AddRef (IArguments2 *iface) |
static ULONG WINAPI | Arguments2_Release (IArguments2 *iface) |
static HRESULT WINAPI | Arguments2_GetTypeInfoCount (IArguments2 *iface, UINT *pctinfo) |
static HRESULT WINAPI | Arguments2_GetTypeInfo (IArguments2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
static HRESULT WINAPI | Arguments2_GetIDsOfNames (IArguments2 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
static HRESULT WINAPI | Arguments2_Invoke (IArguments2 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
static HRESULT WINAPI | Arguments2_Item (IArguments2 *iface, LONG index, BSTR *out_Value) |
static HRESULT WINAPI | Arguments2_Count (IArguments2 *iface, LONG *out_Count) |
static HRESULT WINAPI | Arguments2_get_length (IArguments2 *iface, LONG *out_Count) |
Variables | |
WCHAR ** | argums |
int | numOfArgs |
static const IArguments2Vtbl | Arguments2Vtbl |
IArguments2 | arguments_obj = { &Arguments2Vtbl } |
#define COBJMACROS |
Definition at line 21 of file arguments.c.
#define CONST_VTABLE |
Definition at line 22 of file arguments.c.
Definition at line 52 of file arguments.c.
Definition at line 111 of file arguments.c.
Definition at line 119 of file arguments.c.
|
static |
Definition at line 80 of file arguments.c.
|
static |
Definition at line 70 of file arguments.c.
Definition at line 62 of file arguments.c.
|
static |
Definition at line 89 of file arguments.c.
Definition at line 99 of file arguments.c.
|
static |
Definition at line 37 of file arguments.c.
Definition at line 57 of file arguments.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | wscript | ) |
|
static |
Definition at line 127 of file arguments.c.
IArguments2 arguments_obj = { &Arguments2Vtbl } |
Definition at line 140 of file arguments.c.
Referenced by Host_get_Arguments().
WCHAR** argums |
Definition at line 34 of file arguments.c.
Referenced by Arguments2_Item(), and wWinMain().
int numOfArgs |
Definition at line 35 of file arguments.c.
Referenced by Arguments2_Count(), Arguments2_get_length(), Arguments2_Item(), and wWinMain().