Re: registry vs. environment (was re:binary
- From: Ronald Kuczek <kuczek(at)kuczek(dot)pl>
- To: pgsql-hackers-win32(at)postgresql(dot)org
- Subject: Re: registry vs. environment (was re:binary
- Date: Fri, 13 Feb 2004 00:18:43 +0100
- Message-id: <402C09D3(dot)1040005(at)kuczek(dot)pl>
Enviroment variables are stored in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Environment.
There are system enviroment variables. For user enviroment variables see
HKEY_CURRENT_USER\Environment.
Windows API functions are SetEnvironmentVariable/GetEnvironmentVariable.
Both sets/gets the value of an environment variable for the current
process.
Rony
Home |
Main Index |
Thread Index