Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources