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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function will create the subkey and key if either do not already exist.
Syntax
public static void RegistrySetVal(
	CGXNETCore gxNetShared,
	int domain,
	string key,
	string sub_key,
	string value
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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
See Also