Struct windows_sys::Win32::System::Ioctl::PLEX_READ_DATA_REQUEST
[−]#[repr(C)]pub struct PLEX_READ_DATA_REQUEST {
pub ByteOffset: i64,
pub ByteLength: u32,
pub PlexNumber: u32,
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
ByteOffset: i64ByteLength: u32PlexNumber: u32