Skip to content

Latest commit

 

History

History
145 lines (122 loc) · 4.09 KB

nf-wuapi-iautomaticupdates-resume.md

File metadata and controls

145 lines (122 loc) · 4.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wuapi.IAutomaticUpdates.Resume
IAutomaticUpdates::Resume (wuapi.h)
Restarts automatic updating if automatic updating is paused.
IAutomaticUpdates interface [Windows Update Agent]
Resume method
IAutomaticUpdates.Resume
IAutomaticUpdates::Resume
Resume
Resume method [Windows Update Agent]
Resume method [Windows Update Agent]
IAutomaticUpdates interface
wua.iautomaticupdates_resume
wuapi/IAutomaticUpdates::Resume
wua\iautomaticupdates_resume.htm
wua
8aabfb89-89e2-450e-bfe6-62a48f93746f
12/05/2018
IAutomaticUpdates interface [Windows Update Agent],Resume method, IAutomaticUpdates.Resume, IAutomaticUpdates::Resume, Resume, Resume method [Windows Update Agent], Resume method [Windows Update Agent],IAutomaticUpdates interface, wua.iautomaticupdates_resume, wuapi/IAutomaticUpdates::Resume
wuapi.h
Windows
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Wuapi.idl
Wuguid.lib
Wuapi.dll
Windows
19H1
IAutomaticUpdates::Resume
wuapi/IAutomaticUpdates::Resume
c++
APIRef
kbSyntax
COM
Wuapi.dll
IAutomaticUpdates.Resume

IAutomaticUpdates::Resume

-description

[IAutomaticUpdates::Resume is no longer supported. Starting with Windows 10 calls to Resume always return S_OK, but do nothing.]

Restarts automatic updating if automatic updating is paused.

-returns

Returns S_OK if successful. Otherwise, returns a COM or Windows error code.

This method can also return the following error codes.

Return code Description
E_ACCESSDENIED
This method cannot be called from a remote computer.
WU_E_INVALID_OPERATION
The computer could not access the update site.
WU_E_AU_NOSERVICE
Automatic Updates is not enabled.
WU_E_AU_PAUSED
Automatic Updates is paused.
WU_E_LEGACYSERVER
You cannot search for updates if the following conditions are true:

-remarks

This method requires administrator permissions.

Callers should call Resume after calling the Pause method as soon as they no longer need to pause automatic updating.

This method returns WU_E_INVALID_OPERATION if the object that is implementing the interface has been locked down.

This method returns WU_E_AU_NOSERVICE if Automatic Updates is disabled, initializing, uninitializing, or not configured.

-see-also

IAutomaticUpdates