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: u64, pub PartitionCount: u64, pub WriteProtected: u8, }

Fields§

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