Struct windows_sys::Win32::Storage::FileSystem::VOLUME_READ_PLEX_INPUT
[−]#[repr(C)]pub struct VOLUME_READ_PLEX_INPUT {
pub ByteOffset: i64,
pub Length: u32,
pub PlexNumber: u32,
}Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
ByteOffset: i64Length: u32PlexNumber: u32