Union windows_sys::Win32::Storage::Vss::VSS_MGMT_OBJECT_UNION
#[repr(C)]
pub union VSS_MGMT_OBJECT_UNION {
pub Vol: VSS_VOLUME_PROP,
pub DiffVol: VSS_DIFF_VOLUME_PROP,
pub DiffArea: VSS_DIFF_AREA_PROP,
}
Expand description
Required features: "Win32_Storage_Vss"
Fields§
§Vol: VSS_VOLUME_PROP
§DiffVol: VSS_DIFF_VOLUME_PROP
§DiffArea: VSS_DIFF_AREA_PROP