指定した環境変数の値を取得します。
C#
sValue = GetEnvironmentVariable (sName);
VB
sValue = GetEnvironmentVariable (sName)