RenewalStatus 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.
Defines the possible values returned from RenewSystemComponentsAsync.
public enum class RenewalStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Protection.ProtectionRenewalContract, 65536)]
enum class RenewalStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Protection.ProtectionRenewalContract), 65536)]
public enum RenewalStatus
var value = Windows.Media.Protection.RenewalStatus.notStarted
Public Enum RenewalStatus
- Inheritance
-
RenewalStatus
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Media.Protection.ProtectionRenewalContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | Specifies that renewal has not started. |
UpdatesInProgress | 1 | Specifies that there are updates and the user has allowed updated to proceed |
UserCancelled | 2 | Specifies that the user declined to allow updates to proceed. |
AppComponentsMayNeedUpdating | 3 | Specifies that no system components were detected that need updating. But app components may need to be updated, in which case the user may need to get an updated application from the store. |
NoComponentsFound | 4 | Specifies that no components were found that need to be updated. |