Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The AppPolicyLifecycleManagement enumeration indicates whether a process is lifecycle-managed or not.
Syntax
typedef enum AppPolicyLifecycleManagement {
AppPolicyLifecycleManagement_Unmanaged,
AppPolicyLifecycleManagement_Managed
} ;
Constants
AppPolicyLifecycleManagement_UnmanagedIndicates that the process's lifecycle is not managed. |
AppPolicyLifecycleManagement_ManagedIndicates that the process's lifecycle is managed by Process Lifecycle Manager (PLM). |
Requirements
| Requirement | Value |
|---|---|
| Header | appmodel.h |