TAPE_GET_MEDIA_PARAMETERS

Type Alias TAPE_GET_MEDIA_PARAMETERS 

Source
pub type TAPE_GET_MEDIA_PARAMETERS = _TAPE_GET_MEDIA_PARAMETERS;

Aliased Type§

#[repr(C)]
pub struct TAPE_GET_MEDIA_PARAMETERS { pub Capacity: _LARGE_INTEGER, pub Remaining: _LARGE_INTEGER, pub BlockSize: u32, pub PartitionCount: u32, pub WriteProtected: u8, }

Fields§

§Capacity: _LARGE_INTEGER§Remaining: _LARGE_INTEGER§BlockSize: u32§PartitionCount: u32§WriteProtected: u8