Click or drag to resize

CSYSRegistrySetVal Method

Set/create a registry value

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void RegistrySetVal(
	int domain,
	string key,
	string sub_key,
	string value
)

public static void RegistrySetVal(
	int domain,
	string key,
	string sub_key,
	string value
)

Parameters

domain
Type: SystemInt32
<define>REG_DOMAIN</define>
key
Type: SystemString
Key to set
sub_key
Type: SystemString
Name of Subkey within key
value
Type: SystemString
Value for Subkey
Remarks
This function will create the subkey and key if either do not already exist.
See Also