xtd 0.2.0
Loading...
Searching...
No Matches
environment variable target

Definition

environment variable target definitions.

Warning
Internal use only

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.
 

Variable Documentation

◆ ENVIRONMENT_VARIABLE_TARGET_PROCESS

constexpr int32_t ENVIRONMENT_VARIABLE_TARGET_PROCESS
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.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ENVIRONMENT_VARIABLE_TARGET_USER

constexpr int32_t ENVIRONMENT_VARIABLE_TARGET_USER
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.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ ENVIRONMENT_VARIABLE_TARGET_MACHINE

constexpr int32_t ENVIRONMENT_VARIABLE_TARGET_MACHINE
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.

Library
xtd.core.native
Remarks
Added specifically for xtd.
Warning
Internal use only