GipFirmwareUpdateResult
GipFirmwareUpdateResult
GipFirmwareUpdateResult
GipFirmwareUpdateResult
Class
Definition
The result of an update operation.
public : sealed class GipFirmwareUpdateResult : IGipFirmwareUpdateResultpublic sealed class GipFirmwareUpdateResult : IGipFirmwareUpdateResultPublic NotInheritable Class GipFirmwareUpdateResult Implements IGipFirmwareUpdateResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
ExtendedErrorCode ExtendedErrorCode ExtendedErrorCode ExtendedErrorCode
The extended error code for the update operation.
public : unsigned int ExtendedErrorCode { get; }public uint ExtendedErrorCode { get; }Public ReadOnly Property ExtendedErrorCode As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The extended error code for the update operation.
FinalComponentId FinalComponentId FinalComponentId FinalComponentId
The ID of the final updated component.
public : unsigned int FinalComponentId { get; }public uint FinalComponentId { get; }Public ReadOnly Property FinalComponentId As uint// You can use this property in JavaScript.
- Value
- unsigned int uint uint uint
The ID of the final updated component.
Status Status Status Status
Indicates the status of the firmware update operation.
public : GipFirmwareUpdateStatus Status { get; }public GipFirmwareUpdateStatus Status { get; }Public ReadOnly Property Status As GipFirmwareUpdateStatus// You can use this property in JavaScript.
- Value
- GipFirmwareUpdateStatus GipFirmwareUpdateStatus GipFirmwareUpdateStatus GipFirmwareUpdateStatus
Indicates the status of the firmware update operation.