Struct windows_sys::Win32::System::Ioctl::STORAGE_PHYSICAL_NODE_DATA
#[repr(C)]pub struct STORAGE_PHYSICAL_NODE_DATA {
pub NodeId: u32,
pub AdapterCount: u32,
pub AdapterDataLength: u32,
pub AdapterDataOffset: u32,
pub DeviceCount: u32,
pub DeviceDataLength: u32,
pub DeviceDataOffset: u32,
pub Reserved: [u32; 3],
}Expand description
Required features: "Win32_System_Ioctl"
Fields§
§NodeId: u32§AdapterCount: u32§AdapterDataLength: u32§AdapterDataOffset: u32§DeviceCount: u32§DeviceDataLength: u32§DeviceDataOffset: u32§Reserved: [u32; 3]