Click or drag to resize
CSYSIiRegistryGetVal Method
Get a registry value

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static int IiRegistryGetVal(
	int i1,
	string str2,
	string str3,
	ref string str4
)

Parameters

i1
Type: SystemInt32
See REG_DOMAINConstant
str2
Type: SystemString
Key to set
str3
Type: SystemString
Value name within key
str4
Type: SystemString
String for value data

Return Value

Type: Int32
0 if value exists 1 if value does not exist
See Also