Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 3.63 KB

nn-vsmgmt-ivssdifferentialsoftwaresnapshotmgmt3.md

File metadata and controls

76 lines (61 loc) · 3.63 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
NN:vsmgmt.IVssDifferentialSoftwareSnapshotMgmt3
IVssDifferentialSoftwareSnapshotMgmt3 (vsmgmt.h)
Defines methods that allow applications to use the shadow copy protection feature of VSS.
IVssDifferentialSoftwareSnapshotMgmt3
IVssDifferentialSoftwareSnapshotMgmt3 interface
IVssDifferentialSoftwareSnapshotMgmt3 interface
described
base.ivssdifferentialsoftwaresnapshotmgmt3
vsmgmt/IVssDifferentialSoftwareSnapshotMgmt3
base\ivssdifferentialsoftwaresnapshotmgmt3.htm
base
e5abcf69-748a-4ed6-973d-8ba49ec22ef2
12/05/2018
IVssDifferentialSoftwareSnapshotMgmt3, IVssDifferentialSoftwareSnapshotMgmt3 interface, IVssDifferentialSoftwareSnapshotMgmt3 interface,described, base.ivssdifferentialsoftwaresnapshotmgmt3, vsmgmt/IVssDifferentialSoftwareSnapshotMgmt3
vsmgmt.h
Windows
Windows Vista with SP1 [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
19H1
IVssDifferentialSoftwareSnapshotMgmt3
vsmgmt/IVssDifferentialSoftwareSnapshotMgmt3
c++
APIRef
kbSyntax
COM
VsMgmt.h
IVssDifferentialSoftwareSnapshotMgmt3

IVssDifferentialSoftwareSnapshotMgmt3 interface

-description

Defines methods that allow applications to use the shadow copy protection feature of VSS.

To obtain an instance of the IVssDifferentialSoftwareSnapshotMgmt3 interface, call the QueryInterface method of the IVssDifferentialSoftwareSnapshotMgmt interface and pass the IID_IVssDifferentialSoftwareSnapshotMgmt3 constant as the interface identifier (IID) parameter.

-inheritance

The IVssDifferentialSoftwareSnapshotMgmt3 interface inherits from IVssDifferentialSoftwareSnapshotMgmt2 and IVssDifferentialSoftwareSnapshotMgmt. IVssDifferentialSoftwareSnapshotMgmt3 also has these types of members:

-remarks

An application with administrator privilege can use the SetVolumeProtectLevel method to specify a shadow copy protection level for a volume and the separate volume that contains its shadow copy storage area. The same protection level should be set for both volumes. The possible protection levels are defined by the VSS_PROTECTION_LEVEL enumeration.

When a volume protection fault occurs, the application must call the GetVolumeProtectLevel method for the volume to identify the cause of the fault.

-see-also

IVssDifferentialSoftwareSnapshotMgmt

IVssDifferentialSoftwareSnapshotMgmt2