|
| WINE_DEFAULT_DEBUG_CHANNEL (wshom) |
|
static WshCollection * | impl_from_IWshCollection (IWshCollection *iface) |
|
static WshShortcut * | impl_from_IWshShortcut (IWshShortcut *iface) |
|
static WshEnvironment * | impl_from_IWshEnvironment (IWshEnvironment *iface) |
|
static WshExecImpl * | impl_from_IWshExec (IWshExec *iface) |
|
static HRESULT WINAPI | WshExec_QueryInterface (IWshExec *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | WshExec_AddRef (IWshExec *iface) |
|
static ULONG WINAPI | WshExec_Release (IWshExec *iface) |
|
static HRESULT WINAPI | WshExec_GetTypeInfoCount (IWshExec *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | WshExec_GetTypeInfo (IWshExec *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | WshExec_GetIDsOfNames (IWshExec *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | WshExec_Invoke (IWshExec *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | WshExec_get_Status (IWshExec *iface, WshExecStatus *status) |
|
static HRESULT WINAPI | WshExec_get_StdIn (IWshExec *iface, ITextStream **stream) |
|
static HRESULT WINAPI | WshExec_get_StdOut (IWshExec *iface, ITextStream **stream) |
|
static HRESULT WINAPI | WshExec_get_StdErr (IWshExec *iface, ITextStream **stream) |
|
static HRESULT WINAPI | WshExec_get_ProcessID (IWshExec *iface, DWORD *pid) |
|
static HRESULT WINAPI | WshExec_get_ExitCode (IWshExec *iface, DWORD *code) |
|
static BOOL CALLBACK | enum_thread_wnd_proc (HWND hwnd, LPARAM lParam) |
|
static HRESULT WINAPI | WshExec_Terminate (IWshExec *iface) |
|
static HRESULT | WshExec_create (BSTR command, IWshExec **ret) |
|
static HRESULT WINAPI | WshEnvironment_QueryInterface (IWshEnvironment *iface, REFIID riid, void **obj) |
|
static ULONG WINAPI | WshEnvironment_AddRef (IWshEnvironment *iface) |
|
static ULONG WINAPI | WshEnvironment_Release (IWshEnvironment *iface) |
|
static HRESULT WINAPI | WshEnvironment_GetTypeInfoCount (IWshEnvironment *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | WshEnvironment_GetTypeInfo (IWshEnvironment *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | WshEnvironment_GetIDsOfNames (IWshEnvironment *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | WshEnvironment_Invoke (IWshEnvironment *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | WshEnvironment_get_Item (IWshEnvironment *iface, BSTR name, BSTR *value) |
|
static HRESULT WINAPI | WshEnvironment_put_Item (IWshEnvironment *iface, BSTR name, BSTR value) |
|
static HRESULT WINAPI | WshEnvironment_Count (IWshEnvironment *iface, LONG *count) |
|
static HRESULT WINAPI | WshEnvironment_get_length (IWshEnvironment *iface, LONG *len) |
|
static HRESULT WINAPI | WshEnvironment__NewEnum (IWshEnvironment *iface, IUnknown **penum) |
|
static HRESULT WINAPI | WshEnvironment_Remove (IWshEnvironment *iface, BSTR name) |
|
static HRESULT | WshEnvironment_Create (IWshEnvironment **env) |
|
static HRESULT WINAPI | WshCollection_QueryInterface (IWshCollection *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | WshCollection_AddRef (IWshCollection *iface) |
|
static ULONG WINAPI | WshCollection_Release (IWshCollection *iface) |
|
static HRESULT WINAPI | WshCollection_GetTypeInfoCount (IWshCollection *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | WshCollection_GetTypeInfo (IWshCollection *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | WshCollection_GetIDsOfNames (IWshCollection *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | WshCollection_Invoke (IWshCollection *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | WshCollection_Item (IWshCollection *iface, VARIANT *index, VARIANT *value) |
|
static HRESULT WINAPI | WshCollection_Count (IWshCollection *iface, LONG *count) |
|
static HRESULT WINAPI | WshCollection_get_length (IWshCollection *iface, LONG *count) |
|
static HRESULT WINAPI | WshCollection__NewEnum (IWshCollection *iface, IUnknown **Enum) |
|
static HRESULT | WshCollection_Create (IWshCollection **collection) |
|
static HRESULT WINAPI | WshShortcut_QueryInterface (IWshShortcut *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | WshShortcut_AddRef (IWshShortcut *iface) |
|
static ULONG WINAPI | WshShortcut_Release (IWshShortcut *iface) |
|
static HRESULT WINAPI | WshShortcut_GetTypeInfoCount (IWshShortcut *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | WshShortcut_GetTypeInfo (IWshShortcut *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | WshShortcut_GetIDsOfNames (IWshShortcut *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | WshShortcut_Invoke (IWshShortcut *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | WshShortcut_get_FullName (IWshShortcut *iface, BSTR *name) |
|
static HRESULT WINAPI | WshShortcut_get_Arguments (IWshShortcut *iface, BSTR *Arguments) |
|
static HRESULT WINAPI | WshShortcut_put_Arguments (IWshShortcut *iface, BSTR Arguments) |
|
static HRESULT WINAPI | WshShortcut_get_Description (IWshShortcut *iface, BSTR *Description) |
|
static HRESULT WINAPI | WshShortcut_put_Description (IWshShortcut *iface, BSTR Description) |
|
static HRESULT WINAPI | WshShortcut_get_Hotkey (IWshShortcut *iface, BSTR *Hotkey) |
|
static HRESULT WINAPI | WshShortcut_put_Hotkey (IWshShortcut *iface, BSTR Hotkey) |
|
static HRESULT WINAPI | WshShortcut_get_IconLocation (IWshShortcut *iface, BSTR *IconPath) |
|
static HRESULT WINAPI | WshShortcut_put_IconLocation (IWshShortcut *iface, BSTR IconPath) |
|
static HRESULT WINAPI | WshShortcut_put_RelativePath (IWshShortcut *iface, BSTR rhs) |
|
static HRESULT WINAPI | WshShortcut_get_TargetPath (IWshShortcut *iface, BSTR *Path) |
|
static HRESULT WINAPI | WshShortcut_put_TargetPath (IWshShortcut *iface, BSTR Path) |
|
static HRESULT WINAPI | WshShortcut_get_WindowStyle (IWshShortcut *iface, int *ShowCmd) |
|
static HRESULT WINAPI | WshShortcut_put_WindowStyle (IWshShortcut *iface, int ShowCmd) |
|
static HRESULT WINAPI | WshShortcut_get_WorkingDirectory (IWshShortcut *iface, BSTR *WorkingDirectory) |
|
static HRESULT WINAPI | WshShortcut_put_WorkingDirectory (IWshShortcut *iface, BSTR WorkingDirectory) |
|
static HRESULT WINAPI | WshShortcut_Load (IWshShortcut *iface, BSTR PathLink) |
|
static HRESULT WINAPI | WshShortcut_Save (IWshShortcut *iface) |
|
static HRESULT | WshShortcut_Create (const WCHAR *path, IDispatch **shortcut) |
|
static HRESULT WINAPI | WshShell3_QueryInterface (IWshShell3 *iface, REFIID riid, void **ppv) |
|
static ULONG WINAPI | WshShell3_AddRef (IWshShell3 *iface) |
|
static ULONG WINAPI | WshShell3_Release (IWshShell3 *iface) |
|
static HRESULT WINAPI | WshShell3_GetTypeInfoCount (IWshShell3 *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | WshShell3_GetTypeInfo (IWshShell3 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | WshShell3_GetIDsOfNames (IWshShell3 *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | WshShell3_Invoke (IWshShell3 *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | WshShell3_get_SpecialFolders (IWshShell3 *iface, IWshCollection **folders) |
|
static HRESULT WINAPI | WshShell3_get_Environment (IWshShell3 *iface, VARIANT *type, IWshEnvironment **env) |
|
static BOOL | is_optional_argument (const VARIANT *arg) |
|
static WCHAR * | split_command (BSTR cmd, WCHAR **params) |
|
static HRESULT WINAPI | WshShell3_Run (IWshShell3 *iface, BSTR cmd, VARIANT *style, VARIANT *wait, DWORD *exit_code) |
|
static DWORD WINAPI | popup_thread_proc (void *arg) |
|
static HRESULT WINAPI | WshShell3_Popup (IWshShell3 *iface, BSTR text, VARIANT *seconds_to_wait, VARIANT *title, VARIANT *type, int *button) |
|
static HRESULT WINAPI | WshShell3_CreateShortcut (IWshShell3 *iface, BSTR PathLink, IDispatch **Shortcut) |
|
static HRESULT WINAPI | WshShell3_ExpandEnvironmentStrings (IWshShell3 *iface, BSTR Src, BSTR *Dst) |
|
static HKEY | get_root_key (const WCHAR *path) |
|
static HRESULT | split_reg_path (const WCHAR *path, WCHAR **subkey, WCHAR **value) |
|
static HRESULT WINAPI | WshShell3_RegRead (IWshShell3 *iface, BSTR name, VARIANT *value) |
|
static HRESULT WINAPI | WshShell3_RegWrite (IWshShell3 *iface, BSTR name, VARIANT *value, VARIANT *type) |
|
static HRESULT WINAPI | WshShell3_RegDelete (IWshShell3 *iface, BSTR Name) |
|
static HRESULT WINAPI | WshShell3_LogEvent (IWshShell3 *iface, VARIANT *Type, BSTR Message, BSTR Target, VARIANT_BOOL *out_Success) |
|
static HRESULT WINAPI | WshShell3_AppActivate (IWshShell3 *iface, VARIANT *App, VARIANT *Wait, VARIANT_BOOL *out_Success) |
|
static HRESULT WINAPI | WshShell3_SendKeys (IWshShell3 *iface, BSTR Keys, VARIANT *Wait) |
|
static HRESULT WINAPI | WshShell3_Exec (IWshShell3 *iface, BSTR command, IWshExec **ret) |
|
static HRESULT WINAPI | WshShell3_get_CurrentDirectory (IWshShell3 *iface, BSTR *dir) |
|
static HRESULT WINAPI | WshShell3_put_CurrentDirectory (IWshShell3 *iface, BSTR dir) |
|
HRESULT WINAPI | WshShellFactory_CreateInstance (IClassFactory *iface, IUnknown *outer, REFIID riid, void **ppv) |
|