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: 2004-02-12 23:18:43
Message-ID: 402C09D3.1040005@kuczek.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32


>
> 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

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2004-02-13 12:11:01 Re: registry vs. environment (was re:binary
Previous Message Claudio Natoli 2004-02-12 22:53:14 Re: registry vs. environment (was re:binary