Click or drag to resize
CSYSRegistrySetVal Method
Set/create a registry value

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
This function will create the subkey and key if either do not already exist.
Syntax
public static void RegistrySetVal(
	int i1,
	string str2,
	string str3,
	string str4
)

Parameters

i1
Type: SystemInt32
See REG_DOMAINConstant
str2
Type: SystemString
Key to set
str3
Type: SystemString
Name of Subkey within key
str4
Type: SystemString
Value for Subkey
See Also