pub type STORAGE_DEVICE_NUMBER_EX = _STORAGE_DEVICE_NUMBER_EX;
Aliased Type§
#[repr(C)]pub struct STORAGE_DEVICE_NUMBER_EX {
pub Version: u64,
pub Size: u64,
pub Flags: u64,
pub DeviceType: u64,
pub DeviceNumber: u64,
pub DeviceGuid: _GUID,
pub PartitionNumber: u64,
}
Fields§
§Version: u64
§Size: u64
§Flags: u64
§DeviceType: u64
§DeviceNumber: u64
§DeviceGuid: _GUID
§PartitionNumber: u64