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 a firmware type.
Syntax
typedef enum _FIRMWARE_TYPE {
FirmwareTypeUnknown,
FirmwareTypeBios,
FirmwareTypeUefi,
FirmwareTypeMax
} FIRMWARE_TYPE, *PFIRMWARE_TYPE;
Constants
FirmwareTypeUnknownThe firmware type is unknown. |
FirmwareTypeBiosThe computer booted in legacy BIOS mode. |
FirmwareTypeUefiThe computer booted in UEFI mode. |
FirmwareTypeMaxNot implemented. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | winnt.h (include Windows.h) |