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
表示要重設的總線數目。
要求 | 價值 |
---|---|
標頭 | ntddstor.h (include Ntddstor.h) |