Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies values that indicate the type of artifact that is used to define the lifetime of a package dependency.
Syntax
typedef enum PackageDependencyLifetimeKind {
PackageDependencyLifetimeKind_Process,
PackageDependencyLifetimeKind_FilePath,
PackageDependencyLifetimeKind_RegistryKey
} ;
Constants
PackageDependencyLifetimeKind_ProcessThe current process is the lifetime artifact. The package dependency is implicitly deleted when the process terminates. |
PackageDependencyLifetimeKind_FilePathThe lifetime artifact is an absolute filename or path. The package dependency is implicitly deleted when this is deleted. |
PackageDependencyLifetimeKind_RegistryKeyThe lifetime artifact is a registry key in the format root\subkey, where root is one of the following: HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER, HKEY_CLASSES_ROOT, or HKEY_USERS. The package dependency is implicitly deleted when this is deleted. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 11 (introduced in 10.0.22000.0) |
| Header | appmodel.h |