|
HRESULT | Exec ([in] BSTR Command, [out, retval] IWshExec **out_Exec) |
|
HRESULT | Exec ([in] BSTR Command, [out, retval] IWshExec **out_Exec) |
|
HRESULT | LogEvent ([in] VARIANT *Type, [in] BSTR Message, [in, defaultvalue("")] BSTR Target, [out, retval] VARIANT_BOOL *out_Success) |
|
HRESULT | AppActivate ([in] VARIANT *App, [in, optional] VARIANT *Wait, [out, retval] VARIANT_BOOL *out_Success) |
|
HRESULT | SendKeys ([in] BSTR Keys, [in, optional] VARIANT *Wait) |
|
HRESULT | LogEvent ([in] VARIANT *Type, [in] BSTR Message, [in, defaultvalue("")] BSTR Target, [out, retval] VARIANT_BOOL *out_Success) |
|
HRESULT | AppActivate ([in] VARIANT *App, [in, optional] VARIANT *Wait, [out, retval] VARIANT_BOOL *out_Success) |
|
HRESULT | SendKeys ([in] BSTR Keys, [in, optional] VARIANT *Wait) |
|
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) |
|
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) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|