Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.72 KB

ns-virtdisk-modify_vhdset_parameters.md

File metadata and controls

87 lines (67 loc) · 2.72 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
NS:virtdisk._MODIFY_VHDSET_PARAMETERS
MODIFY_VHDSET_PARAMETERS (virtdisk.h)
Contains VHD Set modification parameters, indicating how the VHD Set should be altered.
*PMODIFY_VHDSET_PARAMETERS
MODIFY_VHDSET_PARAMETERS
MODIFY_VHDSET_PARAMETERS structure [VHD]
PMODIFY_VHDSET_PARAMETERS
PMODIFY_VHDSET_PARAMETERS structure pointer [VHD]
_MODIFY_VHDSET_PARAMETERS
vdssys/MODIFY_VHDSET_PARAMETERS
vdssys/PMODIFY_VHDSET_PARAMETERS
vhd.modify_vhdset_parameters
virtdisk/MODIFY_VHDSET_PARAMETERS
virtdisk/PMODIFY_VHDSET_PARAMETERS
vhd\modify_vhdset_parameters.htm
VStor
558323D6-2D97-40C8-9CAF-E97604D2F742
12/05/2018
*PMODIFY_VHDSET_PARAMETERS, MODIFY_VHDSET_PARAMETERS, MODIFY_VHDSET_PARAMETERS structure [VHD], PMODIFY_VHDSET_PARAMETERS, PMODIFY_VHDSET_PARAMETERS structure pointer [VHD], _MODIFY_VHDSET_PARAMETERS, vdssys/MODIFY_VHDSET_PARAMETERS, vdssys/PMODIFY_VHDSET_PARAMETERS, vhd.modify_vhdset_parameters, virtdisk/MODIFY_VHDSET_PARAMETERS, virtdisk/PMODIFY_VHDSET_PARAMETERS
virtdisk.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
MODIFY_VHDSET_PARAMETERS, *PMODIFY_VHDSET_PARAMETERS
19H1
_MODIFY_VHDSET_PARAMETERS
virtdisk/_MODIFY_VHDSET_PARAMETERS
PMODIFY_VHDSET_PARAMETERS
virtdisk/PMODIFY_VHDSET_PARAMETERS
MODIFY_VHDSET_PARAMETERS
virtdisk/MODIFY_VHDSET_PARAMETERS
c++
APIRef
kbSyntax
HeaderDef
VirtDisk.h
vdssys.h
MODIFY_VHDSET_PARAMETERS

MODIFY_VHDSET_PARAMETERS structure

-description

Contains VHD Set modification parameters, indicating how the VHD Set should be altered.

-struct-fields

-field Version

A value from the MODIFY_VHDSET_VERSION enumeration that determines that is the discriminant for the union.

-field SnapshotPath

A structure with the following members.

-field SnapshotPath.SnapshotId

The Snapshot Id in GUID format indicating which snapshot is to have its path altered in the VHD Set.

-field SnapshotPath.SnapshotFilePath

The new file path for the Snapshot indicated by the SnapshotId field.

-field SnapshotId

The Snapshot Id in GUID format indicating which snapshot is to be removed from the VHD Set file.

-field DefaultFilePath

The file path for the default Snapshot of the Vhd Set.