STORAGE_BUS_RESET_REQUEST 结构 (ntddstor.h)
STORAGE_BUS_RESET_REQUEST 结构与 IOCTL_STORAGE_RESET_BUS 请求结合使用,以指定要重置的总线的路径。
语法
typedef struct _STORAGE_BUS_RESET_REQUEST {
UCHAR PathId;
} STORAGE_BUS_RESET_REQUEST, *PSTORAGE_BUS_RESET_REQUEST;
成员
PathId
指示要重置的总线的编号。
要求
要求 | 值 |
---|---|
Header | ntddstor.h (包括 Ntddstor.h) |