ReactOS 0.4.16-dev-340-g0540c21
|
Public Member Functions | |
HRESULT | Run ([in] BSTR Command, [in, optional] VARIANT *WindowStyle, [in, optional] VARIANT *WaitOnReturn, [out, retval] DWORD *out_ExitCode) |
HRESULT | Popup ([in] BSTR Text, [in, optional] VARIANT *SecondsToWait, [in, optional] VARIANT *Title, [in, optional] VARIANT *Type, [out, retval] int *out_Button) |
HRESULT | CreateShortcut ([in] BSTR PathLink, [out, retval] IDispatch **out_Shortcut) |
HRESULT | ExpandEnvironmentStrings ([in] BSTR Src, [out, retval] BSTR *out_Dst) |
HRESULT | RegRead ([in] BSTR Name, [out, retval] VARIANT *out_Value) |
HRESULT | RegWrite ([in] BSTR Name, [in] VARIANT *Value, [in, optional] VARIANT *Type) |
HRESULT | RegDelete ([in] BSTR Name) |
HRESULT | Run ([in] BSTR Command, [in, optional] VARIANT *WindowStyle, [in, optional] VARIANT *WaitOnReturn, [out, retval] DWORD *out_ExitCode) |
HRESULT | Popup ([in] BSTR Text, [in, optional] VARIANT *SecondsToWait, [in, optional] VARIANT *Title, [in, optional] VARIANT *Type, [out, retval] int *out_Button) |
HRESULT | CreateShortcut ([in] BSTR PathLink, [out, retval] IDispatch **out_Shortcut) |
HRESULT | ExpandEnvironmentStrings ([in] BSTR Src, [out, retval] BSTR *out_Dst) |
HRESULT | RegRead ([in] BSTR Name, [out, retval] VARIANT *out_Value) |
HRESULT | RegWrite ([in] BSTR Name, [in] VARIANT *Value, [in, optional] VARIANT *Type) |
HRESULT | RegDelete ([in] BSTR Name) |
Public Member Functions inherited from IDispatch | |
HRESULT | GetTypeInfoCount ([out] UINT *pctinfo) |
HRESULT | GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo) |
HRESULT | GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId) |
HRESULT | Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr) |
HRESULT | RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Properties | |
IWshCollection | SpecialFolders [get] |
IWshEnvironment | Environment ([in, optional] VARIANT Type) [get] |
Additional Inherited Members | |
Public Types inherited from IDispatch | |
typedef IDispatch * | LPDISPATCH |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes inherited from IDispatch | |
const DISPID | DISPID_UNKNOWN = -1 |
const DISPID | DISPID_VALUE = 0 |
const DISPID | DISPID_PROPERTYPUT = -3 |
const DISPID | DISPID_NEWENUM = -4 |
const DISPID | DISPID_EVALUATE = -5 |
const DISPID | DISPID_CONSTRUCTOR = -6 |
const DISPID | DISPID_DESTRUCTOR = -7 |
const DISPID | DISPID_COLLECT = -8 |
HRESULT IWshRuntimeLibrary::IWshShell::CreateShortcut | ( | [in] BSTR | PathLink, |
[out, retval] IDispatch ** | out_Shortcut | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::CreateShortcut | ( | [in] BSTR | PathLink, |
[out, retval] IDispatch ** | out_Shortcut | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::ExpandEnvironmentStrings | ( | [in] BSTR | Src, |
[out, retval] BSTR * | out_Dst | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::ExpandEnvironmentStrings | ( | [in] BSTR | Src, |
[out, retval] BSTR * | out_Dst | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::Popup | ( | [in] BSTR | Text, |
[in, optional] VARIANT * | SecondsToWait, | ||
[in, optional] VARIANT * | Title, | ||
[in, optional] VARIANT * | Type, | ||
[out, retval] int * | out_Button | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::Popup | ( | [in] BSTR | Text, |
[in, optional] VARIANT * | SecondsToWait, | ||
[in, optional] VARIANT * | Title, | ||
[in, optional] VARIANT * | Type, | ||
[out, retval] int * | out_Button | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::RegRead | ( | [in] BSTR | Name, |
[out, retval] VARIANT * | out_Value | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::RegRead | ( | [in] BSTR | Name, |
[out, retval] VARIANT * | out_Value | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::RegWrite | ( | [in] BSTR | Name, |
[in] VARIANT * | Value, | ||
[in, optional] VARIANT * | Type | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::RegWrite | ( | [in] BSTR | Name, |
[in] VARIANT * | Value, | ||
[in, optional] VARIANT * | Type | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::Run | ( | [in] BSTR | Command, |
[in, optional] VARIANT * | WindowStyle, | ||
[in, optional] VARIANT * | WaitOnReturn, | ||
[out, retval] DWORD * | out_ExitCode | ||
) |
HRESULT IWshRuntimeLibrary::IWshShell::Run | ( | [in] BSTR | Command, |
[in, optional] VARIANT * | WindowStyle, | ||
[in, optional] VARIANT * | WaitOnReturn, | ||
[out, retval] DWORD * | out_ExitCode | ||
) |
|
get |
|
get |