Compartir a través de


estructura STORAGE_BUS_RESET_REQUEST (ntddstor.h)

La estructura STORAGE_BUS_RESET_REQUEST se usa junto con la solicitud de IOCTL_STORAGE_RESET_BUS para especificar la ruta de acceso del bus que se va a restablecer.

Sintaxis

typedef struct _STORAGE_BUS_RESET_REQUEST {
  UCHAR PathId;
} STORAGE_BUS_RESET_REQUEST, *PSTORAGE_BUS_RESET_REQUEST;

Miembros

PathId

Indica el número del bus que se va a restablecer.

Requisitos

Requisito Valor
Header ntddstor.h (incluya Ntddstor.h)

Consulte también

IOCTL_STORAGE_RESET_BUS