CompareFirmwareResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the valid comparison results between firmware files.
public enum CompareFirmwareResult
type CompareFirmwareResult =
Public Enum CompareFirmwareResult
- Inheritance
-
CompareFirmwareResult
Fields
Name | Value | Description |
---|---|---|
Older | 1 | Indicates that the version of one or more of the firmware files is older than the firmware in the device and that none of the firmware files is newer than the firmware in the device. |
Same | 2 | Indicates that the versions of all of the firmware files are the same as the firmware in the device. |
Newer | 3 | Indicates that the version of one or more of the firmware files is newer than the firmware in the device and that none of the firmware files is older than the firmware in the device. |
Different | 4 | Indicates that the version of one or more of the firmware files is different than the firmware in the device, but either: |
Unknown | 5 | Indicates that a relationship between the two firmware versions could not be determined. A possible reason for this result could be an attempt to compare Japanese and US versions of firmware. |