Desktop Functions: Smart Device Functions:
|
Search Results for "SetEnvironmentVariable" in [All]kernel32
static extern bool SetEnvironmentVariable(string lpName, string lpValue);
friend shared function SetEnvironmentVariable(lpName as String, lpValue as String) as boolean .NET FrameWork 2.0: Environment.SetEnvironmentVariable (String, String) |