STORAGE_PHYSICAL_NODE_DATA 结构 (ntddstor.h)
指定存储节点的物理设备数据。
语法
typedef struct _STORAGE_PHYSICAL_NODE_DATA {
ULONG NodeId;
ULONG AdapterCount;
ULONG AdapterDataLength;
ULONG AdapterDataOffset;
ULONG DeviceCount;
ULONG DeviceDataLength;
ULONG DeviceDataOffset;
ULONG Reserved[3];
} STORAGE_PHYSICAL_NODE_DATA, *PSTORAGE_PHYSICAL_NODE_DATA;
成员
NodeId
存储节点的硬件 ID。
AdapterCount
值 0 或 1,指示存储节点中的适配器计数。
AdapterDataLength
存储节点中存储适配器的数据长度,以千字节为单位 (1024 字节) 。
AdapterDataOffset
数据结构开头的数据偏移量。 缓冲区包含 STORAGE_PHYSICAL_ADAPTER_DATA数组。
DeviceCount
一个等于或大于 1 的值,指示存储节点中的设备计数。
DeviceDataLength
存储节点中存储设备的数据长度,以千字节为单位 (1024 字节) 。
DeviceDataOffset
数据结构开头的数据偏移量。 缓冲区包含 STORAGE_PHYSICAL_DEVICE_DATA数组。
Reserved[3]
保留值;请勿使用。
要求
要求 | 值 |
---|---|
Header | ntddstor.h (包括 Ntddstor.h) |