System::EnvironmentVariableTarget enum
EnvironmentVariableTarget enum
Specifies the environment variable location.
enum class EnvironmentVariableTarget
Values
Name | Value | Description |
---|---|---|
Process | 0 | Environment block associated with the current process. |
User | 1 | Registry key HKEY_CURRENT_USER[Environment](../environment/). |
Machine | 2 | Registry key HKEY_LOCAL_MACHINE[System](../)\CurrentControlSet\Control\Session Manager[Environment](../environment/). |
See Also
- Namespace System
- Library Aspose.PDF for C++