struttura STORAGE_BUS_RESET_REQUEST (ntddstor.h)

La struttura STORAGE_BUS_RESET_REQUEST viene utilizzata insieme alla richiesta di IOCTL_STORAGE_RESET_BUS per specificare il percorso del bus da reimpostare.

Sintassi

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

Members

PathId

Indica il numero del bus da reimpostare.

Requisiti

Requisito Valore
Intestazione ntddstor.h (include Ntddstor.h)

Vedi anche

IOCTL_STORAGE_RESET_BUS