Type Alias STORAGE_DEVICE_NUMBER

Source
pub type STORAGE_DEVICE_NUMBER = _STORAGE_DEVICE_NUMBER;

Aliased Type§

struct STORAGE_DEVICE_NUMBER {
    pub DeviceType: u32,
    pub DeviceNumber: u32,
    pub PartitionNumber: u32,
}

Fields§

§DeviceType: u32§DeviceNumber: u32§PartitionNumber: u32