GipFirmwareUpdateProgress GipFirmwareUpdateProgress GipFirmwareUpdateProgress GipFirmwareUpdateProgress Struct

Definition

Indicates the progress of a firmware update operation.

public : struct GipFirmwareUpdateProgresspublic struct GipFirmwareUpdateProgressPublic Structure GipFirmwareUpdateProgress// You can use this struct in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Fields

CurrentComponentId CurrentComponentId CurrentComponentId CurrentComponentId

The ID of the current component being updated.

public : field unsigned int CurrentComponentIdpublic field uint CurrentComponentIdPublic Field CurrentComponentId// You can use this field in JavaScript.

PercentCompleted PercentCompleted PercentCompleted PercentCompleted

Percentage of the operation that is complete.

public : field double PercentCompletedpublic field double PercentCompletedPublic Field PercentCompleted// You can use this field in JavaScript.