STORAGE_BUS_RESET_REQUEST structure (ntddstor.h)
The STORAGE_BUS_RESET_REQUEST structure is used in conjunction with the IOCTL_STORAGE_RESET_BUS request to specify the path of the bus to be reset.
Syntax
typedef struct _STORAGE_BUS_RESET_REQUEST {
UCHAR PathId;
} STORAGE_BUS_RESET_REQUEST, *PSTORAGE_BUS_RESET_REQUEST;
Members
PathId
Indicates the number of the bus to be reset.
Requirements
Requirement | Value |
---|---|
Header | ntddstor.h (include Ntddstor.h) |