Partager via


STORAGE_BUS_RESET_REQUEST structure (ntddstor.h)

La structure STORAGE_BUS_RESET_REQUEST est utilisée conjointement avec la demande de IOCTL_STORAGE_RESET_BUS pour spécifier le chemin du bus à réinitialiser.

Syntaxe

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

Membres

PathId

Indique le numéro du bus à réinitialiser.

Configuration requise

Condition requise Valeur
En-tête ntddstor.h (inclure Ntddstor.h)

Voir aussi

IOCTL_STORAGE_RESET_BUS