Struct windows_sys::Win32::Storage::FileSystem::VOLUME_PHYSICAL_OFFSETS
#[repr(C)]pub struct VOLUME_PHYSICAL_OFFSETS {
pub NumberOfPhysicalOffsets: u32,
pub PhysicalOffset: [VOLUME_PHYSICAL_OFFSET; 1],
}
Expand description
Required features: "Win32_Storage_FileSystem"
Fields§
§NumberOfPhysicalOffsets: u32
§PhysicalOffset: [VOLUME_PHYSICAL_OFFSET; 1]