AppPolicyLifecycleManagement enumeration (appmodel.h)
The AppPolicyLifecycleManagement enumeration indicates whether a process is lifecycle-managed or not.
Syntax
typedef enum AppPolicyLifecycleManagement {
AppPolicyLifecycleManagement_Unmanaged,
AppPolicyLifecycleManagement_Managed
} ;
Constants
AppPolicyLifecycleManagement_Unmanaged Indicates that the process's lifecycle is not managed. |
AppPolicyLifecycleManagement_Managed Indicates that the process's lifecycle is managed by Process Lifecycle Manager (PLM). |
Requirements
Requirement | Value |
---|---|
Header | appmodel.h |