Skip to content

Latest commit

 

History

History
98 lines (67 loc) · 3.3 KB

ns-vsmgmt-vss_mgmt_object_prop.md

File metadata and controls

98 lines (67 loc) · 3.3 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:vsmgmt._VSS_MGMT_OBJECT_PROP
VSS_MGMT_OBJECT_PROP (vsmgmt.h)
Defines the properties of a volume, shadow copy storage volume, or a shadow copy storage area.
*PVSS_MGMT_OBJECT_PROP
PVSS_MGMT_OBJECT_PROP
PVSS_MGMT_OBJECT_PROP structure pointer [VSS]
VSS_MGMT_OBJECT_PROP
VSS_MGMT_OBJECT_PROP structure [VSS]
base.vss_mgmt_object_prop
vsmgmt/PVSS_MGMT_OBJECT_PROP
vsmgmt/VSS_MGMT_OBJECT_PROP
base\vss_mgmt_object_prop.htm
base
86681207-969e-4b33-aff8-79454ab04829
12/05/2018
*PVSS_MGMT_OBJECT_PROP, PVSS_MGMT_OBJECT_PROP, PVSS_MGMT_OBJECT_PROP structure pointer [VSS], VSS_MGMT_OBJECT_PROP, VSS_MGMT_OBJECT_PROP structure [VSS], base.vss_mgmt_object_prop, vsmgmt/PVSS_MGMT_OBJECT_PROP, vsmgmt/VSS_MGMT_OBJECT_PROP
vsmgmt.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
VSS_MGMT_OBJECT_PROP, *PVSS_MGMT_OBJECT_PROP
19H1
_VSS_MGMT_OBJECT_PROP
vsmgmt/_VSS_MGMT_OBJECT_PROP
PVSS_MGMT_OBJECT_PROP
vsmgmt/PVSS_MGMT_OBJECT_PROP
VSS_MGMT_OBJECT_PROP
vsmgmt/VSS_MGMT_OBJECT_PROP
c++
APIRef
kbSyntax
HeaderDef
VsMgmt.h
VSS_MGMT_OBJECT_PROP

VSS_MGMT_OBJECT_PROP structure

-description

The VSS_MGMT_OBJECT_PROP structure defines the properties of a volume, shadow copy storage volume, or a shadow copy storage area.

-struct-fields

-field Type

Object type. For more information, see VSS_MGMT_OBJECT_TYPE.

-field Obj

Management object properties: a union of VSS_VOLUME_PROP, VSS_DIFF_VOLUME_PROP, and VSS_DIFF_AREA_PROP structures. (For more information, see VSS_MGMT_OBJECT_UNION.)

It contains information for an object of the type specified by the Type member. Management objects can be volumes, shadow copy storage volumes, or shadow copy storage areas.

-see-also

IVssEnumMgmtObject::Next

VSS_DIFF_AREA_PROP

VSS_DIFF_VOLUME_PROP

VSS_MGMT_OBJECT_TYPE

VSS_MGMT_OBJECT_UNION

VSS_VOLUME_PROP

Volume Shadow Copy API Structures