ReactOS 0.4.15-dev-7924-g5949c20
WUApiLib::IUpdateInstaller Interface Reference
Inheritance diagram for WUApiLib::IUpdateInstaller:
Collaboration diagram for WUApiLib::IUpdateInstaller:

Public Member Functions

HRESULT BeginInstall ([in] IUnknown *onProgressChanged, [in] IUnknown *onCompleted, [in] VARIANT state, [out, retval] IInstallationJob **retval)
 
HRESULT BeginUninstall ([in] IUnknown *onProgressChanged, [in] IUnknown *onCompleted, [in] VARIANT state, [out, retval] IInstallationJob **retval)
 
HRESULT EndInstall ([in] IInstallationJob *value, [out, retval] IInstallationResult **retval)
 
HRESULT EndUninstall ([in] IInstallationJob *value, [out, retval] IInstallationResult **retval)
 
HRESULT Install ([out, retval] IInstallationResult **retval)
 
HRESULT RunWizard ([in, defaultvalue("")] BSTR dialogTitle, [out, retval] IInstallationResult **retval)
 
HRESULT Uninstall ([out, retval] IInstallationResult **retval)
 
- 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

BSTR ClientApplicationID [get, set]
 
VARIANT_BOOL IsForced [get, set]
 
HWND ParentHwnd [get, set]
 
IUnknown ParentWindow [get, set]
 
IUpdateCollection Updates [get, set]
 
VARIANT_BOOL IsBusy [get]
 
VARIANT_BOOL AllowSourcePrompts [get, set]
 
VARIANT_BOOL RebootRequiredBeforeInstallation [get]
 

Additional Inherited Members

- Public Types inherited from IDispatch
typedef IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- 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
 

Detailed Description

Definition at line 1214 of file wuapi.idl.

Member Function Documentation

◆ BeginInstall()

HRESULT WUApiLib::IUpdateInstaller::BeginInstall ( [in] IUnknown onProgressChanged,
[in] IUnknown onCompleted,
[in] VARIANT  state,
[out, retval] IInstallationJob **  retval 
)

◆ BeginUninstall()

HRESULT WUApiLib::IUpdateInstaller::BeginUninstall ( [in] IUnknown onProgressChanged,
[in] IUnknown onCompleted,
[in] VARIANT  state,
[out, retval] IInstallationJob **  retval 
)

◆ EndInstall()

HRESULT WUApiLib::IUpdateInstaller::EndInstall ( [in] IInstallationJob value,
[out, retval] IInstallationResult **  retval 
)

◆ EndUninstall()

HRESULT WUApiLib::IUpdateInstaller::EndUninstall ( [in] IInstallationJob value,
[out, retval] IInstallationResult **  retval 
)

◆ Install()

HRESULT WUApiLib::IUpdateInstaller::Install ( [out, retval] IInstallationResult **  retval)

◆ RunWizard()

HRESULT WUApiLib::IUpdateInstaller::RunWizard ( [in, defaultvalue("")] BSTR  dialogTitle,
[out, retval] IInstallationResult **  retval 
)

◆ Uninstall()

HRESULT WUApiLib::IUpdateInstaller::Uninstall ( [out, retval] IInstallationResult **  retval)

Property Documentation

◆ AllowSourcePrompts

VARIANT_BOOL WUApiLib::IUpdateInstaller::AllowSourcePrompts
getset

◆ ClientApplicationID

BSTR WUApiLib::IUpdateInstaller::ClientApplicationID
getset

◆ IsBusy

VARIANT_BOOL WUApiLib::IUpdateInstaller::IsBusy
get

◆ IsForced

VARIANT_BOOL WUApiLib::IUpdateInstaller::IsForced
getset

◆ ParentHwnd

HWND WUApiLib::IUpdateInstaller::ParentHwnd
getset

◆ ParentWindow

IUnknown WUApiLib::IUpdateInstaller::ParentWindow
getset

◆ RebootRequiredBeforeInstallation

VARIANT_BOOL WUApiLib::IUpdateInstaller::RebootRequiredBeforeInstallation
get

◆ Updates

IUpdateCollection WUApiLib::IUpdateInstaller::Updates
getset

The documentation for this interface was generated from the following file: