SES_DOWNLOAD_MICROCODE_STATE-Enumeration (scsi.h)
Die SES_DOWNLOAD_MICROCODE_STATE-Enumeration gibt den Zustand eines Microcodedownloadvorgangs an.
Syntax
typedef enum _SES_DOWNLOAD_MICROCODE_STATE {
SesDownloadMcStateNoneInProgress,
SesDownloadMcStateInProgress,
SesDownloadMcStateCompletedPendingReset,
SesDownloadMcStateCompletedPendingPowerOn,
SesDownloadMcStateCompletedPendingActivation
} SES_DOWNLOAD_MICROCODE_STATE, *PSES_DOWNLOAD_MICROCODE_STATE;
Konstanten
SesDownloadMcStateNoneInProgress Gibt an, dass kein Microcodedownloadvorgang ausgeführt wird. |
SesDownloadMcStateInProgress Gibt an, dass ein Microcodedownloadvorgang ausgeführt wird. |
SesDownloadMcStateCompletedPendingReset Gibt einen abgeschlossenen Microcode-Downloadvorgang an, der auf eine harte Zurücksetzung wartet. |
SesDownloadMcStateCompletedPendingPowerOn Gibt einen abgeschlossenen Microcode-Downloadvorgang an, der auf ein Einschalten wartet. |
SesDownloadMcStateCompletedPendingActivation Gibt einen abgeschlossenen Mikrocodedownloadvorgang an, der auf die Aktivierung wartet. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Verfügbar in Windows 10, Version 1709 und höher von Windows. |
Kopfzeile | scsi.h (einschließlich Minitape.h, Storport.h) |