environment variable target definitions.
Variables | |
constexpr int32_t | ENVIRONMENT_VARIABLE_TARGET_PROCESS |
The environment variable is stored or retrieved from the environment block associated with the current process. | |
constexpr int32_t | ENVIRONMENT_VARIABLE_TARGET_USER |
The environment variable is stored or retrieved from the HKEY_CURRENT_USER\Environment key in the Windows operating system registry. | |
constexpr int32_t | ENVIRONMENT_VARIABLE_TARGET_MACHINE |
The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment key in the Windows operating system registry. | |
|
constexpr |
#include <xtd.core.native/include/xtd/native/environment_variable_target.h>
The environment variable is stored or retrieved from the environment block associated with the current process.
|
constexpr |
#include <xtd.core.native/include/xtd/native/environment_variable_target.h>
The environment variable is stored or retrieved from the HKEY_CURRENT_USER\Environment key in the Windows operating system registry.
|
constexpr |
#include <xtd.core.native/include/xtd/native/environment_variable_target.h>
The environment variable is stored or retrieved from the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Environment key in the Windows operating system registry.