Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 3.06 KB

nf-wbemcli-iwbembackuprestoreex-resume.md

File metadata and controls

80 lines (63 loc) · 3.06 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:wbemcli.IWbemBackupRestoreEx.Resume
IWbemBackupRestoreEx::Resume (wbemcli.h)
The IWbemBackUpRestoreEx::Resume method releases a lock on the Windows Management Instrumentation (WMI) repository so operations can continue.
IWbemBackupRestoreEx interface [Windows Management Instrumentation]
Resume method
IWbemBackupRestoreEx.Resume
IWbemBackupRestoreEx::Resume
Resume
Resume method [Windows Management Instrumentation]
Resume method [Windows Management Instrumentation]
IWbemBackupRestoreEx interface
wbemcli/IWbemBackupRestoreEx::Resume
wmi.iwbembackuprestoreex_resume
wmi\iwbembackuprestoreex_resume.htm
wmi
fa31860b-36f5-4182-a58c-b8747af0e628
12/05/2018
IWbemBackupRestoreEx interface [Windows Management Instrumentation],Resume method, IWbemBackupRestoreEx.Resume, IWbemBackupRestoreEx::Resume, Resume, Resume method [Windows Management Instrumentation], Resume method [Windows Management Instrumentation],IWbemBackupRestoreEx interface, wbemcli/IWbemBackupRestoreEx::Resume, wmi.iwbembackuprestoreex_resume
wbemcli.h
Wbemidl.h
Windows
Windows Vista
Windows Server 2008
Wbemuuid.lib
Wbemsvc.dll
Windows
19H1
IWbemBackupRestoreEx::Resume
wbemcli/IWbemBackupRestoreEx::Resume
c++
APIRef
kbSyntax
COM
Wbemsvc.dll
IWbemBackupRestoreEx.Resume

IWbemBackupRestoreEx::Resume

-description

The IWbemBackUpRestoreEx::Resume method releases a lock on the Windows Management Instrumentation (WMI) repository so operations can continue.

-returns

This method returns an HRESULT that indicates the status of a method call. The following list lists the values contained within an HRESULT.

-remarks

The Resume method should always be called when the Pause method is called. Resume must be called on the same instance of IWbemBackUpRestoreEx that the Pause method is implemented. Releasing the object without calling Resume automatically causes the Resume method to be implemented.

Note  To implement the Resume method, the client user must have SE_BACKUP_NAME prior to calling the method.
 

Examples

The following C++ example shows how to call the IWbemBackUpRestoreEx::Resume method.

// The pInt variable is of type IWbemBackupRestoreEx*
pInt->Resume();

-see-also

IWbemBackupRestoreEx