|
| WINE_DEFAULT_DEBUG_CHANNEL (wuapi) |
|
static update_installer * | impl_from_IUpdateInstaller (IUpdateInstaller *iface) |
|
static ULONG WINAPI | update_installer_AddRef (IUpdateInstaller *iface) |
|
static ULONG WINAPI | update_installer_Release (IUpdateInstaller *iface) |
|
static HRESULT WINAPI | update_installer_QueryInterface (IUpdateInstaller *iface, REFIID riid, void **ppvObject) |
|
static HRESULT WINAPI | update_installer_GetTypeInfoCount (IUpdateInstaller *iface, UINT *pctinfo) |
|
static HRESULT WINAPI | update_installer_GetTypeInfo (IUpdateInstaller *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
|
static HRESULT WINAPI | update_installer_GetIDsOfNames (IUpdateInstaller *iface, REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
|
static HRESULT WINAPI | update_installer_Invoke (IUpdateInstaller *iface, DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
|
static HRESULT WINAPI | update_installer_get_ClientApplicationID (IUpdateInstaller *This, BSTR *retval) |
|
static HRESULT WINAPI | update_installer_put_ClientApplicationID (IUpdateInstaller *This, BSTR value) |
|
static HRESULT WINAPI | update_installer_get_IsForced (IUpdateInstaller *This, VARIANT_BOOL *retval) |
|
static HRESULT WINAPI | update_installer_put_IsForced (IUpdateInstaller *This, VARIANT_BOOL value) |
|
static HRESULT WINAPI | update_installer_get_ParentHwnd (IUpdateInstaller *This, HWND *retval) |
|
static HRESULT WINAPI | update_installer_put_ParentHwnd (IUpdateInstaller *This, HWND value) |
|
static HRESULT WINAPI | update_installer_put_ParentWindow (IUpdateInstaller *This, IUnknown *value) |
|
static HRESULT WINAPI | update_installer_get_ParentWindow (IUpdateInstaller *This, IUnknown **retval) |
|
static HRESULT WINAPI | update_installer_get_Updates (IUpdateInstaller *This, IUpdateCollection **retval) |
|
static HRESULT WINAPI | update_installer_put_Updates (IUpdateInstaller *This, IUpdateCollection *value) |
|
static HRESULT WINAPI | update_installer_BeginInstall (IUpdateInstaller *This, IUnknown *onProgressChanged, IUnknown *onCompleted, VARIANT state, IInstallationJob **retval) |
|
static HRESULT WINAPI | update_installer_BeginUninstall (IUpdateInstaller *This, IUnknown *onProgressChanged, IUnknown *onCompleted, VARIANT state, IInstallationJob **retval) |
|
static HRESULT WINAPI | update_installer_EndInstall (IUpdateInstaller *This, IInstallationJob *value, IInstallationResult **retval) |
|
static HRESULT WINAPI | update_installer_EndUninstall (IUpdateInstaller *This, IInstallationJob *value, IInstallationResult **retval) |
|
static HRESULT WINAPI | update_installer_Install (IUpdateInstaller *This, IInstallationResult **retval) |
|
static HRESULT WINAPI | update_installer_RunWizard (IUpdateInstaller *This, BSTR dialogTitle, IInstallationResult **retval) |
|
static HRESULT WINAPI | update_installer_get_IsBusy (IUpdateInstaller *This, VARIANT_BOOL *retval) |
|
static HRESULT WINAPI | update_installer_Uninstall (IUpdateInstaller *This, IInstallationResult **retval) |
|
static HRESULT WINAPI | update_installer_get_AllowSourcePrompts (IUpdateInstaller *This, VARIANT_BOOL *retval) |
|
static HRESULT WINAPI | update_installer_put_AllowSourcePrompts (IUpdateInstaller *This, VARIANT_BOOL value) |
|
static HRESULT WINAPI | update_installer_get_RebootRequiredBeforeInstallation (IUpdateInstaller *This, VARIANT_BOOL *retval) |
|
HRESULT | UpdateInstaller_create (LPVOID *ppObj) |
|