Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the condition for a particular microcode download.
Syntax
typedef enum _SES_DOWNLOAD_MICROCODE_STATE {
SesDownloadMcStateNoneInProgress,
SesDownloadMcStateInProgress,
SesDownloadMcStateCompletedPendingReset,
SesDownloadMcStateCompletedPendingPowerOn,
SesDownloadMcStateCompletedPendingActivation
} SES_DOWNLOAD_MICROCODE_STATE, *PSES_DOWNLOAD_MICROCODE_STATE;
Constants
SesDownloadMcStateNoneInProgressSpecifies no microcode download operation is in progress. |
SesDownloadMcStateInProgressSpecifies a microcode download operation is in progress. |
SesDownloadMcStateCompletedPendingResetSpecifies a microcode download operations completed and is waiting for a hard reset. |
SesDownloadMcStateCompletedPendingPowerOnSpecifies a microcode download operations completed and is waiting for a power on. |
SesDownloadMcStateCompletedPendingActivationSpecifies a microcode download operations completed and is waiting for activation. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Available in Windows 10, version 1709 and later versions of Windows. |
| Header | minitape.h (include Minitape.h, Storport.h) |