pub type STORAGE_PHYSICAL_NODE_DATA = _STORAGE_PHYSICAL_NODE_DATA;
Aliased Type§
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],
}
Fields§
§NodeId: u32
§AdapterCount: u32
§AdapterDataLength: u32
§AdapterDataOffset: u32
§DeviceCount: u32
§DeviceDataLength: u32
§DeviceDataOffset: u32
§Reserved: [u32; 3]