Click or drag to resize

CSYSIiRegistryGetVal Method (Int32, String, String, String, Int32)

Get a registry value

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

public static int IiRegistryGetVal(
	int domain,
	string key,
	string sub_key,
	ref string value,
	int size
)

Parameters

domain
Type: SystemInt32
<define>REG_DOMAIN</define>
key
Type: SystemString
Key to set
sub_key
Type: SystemString
Value name within key
value
Type: SystemString
String for value data
size
Type: SystemInt32
Size of String

Return Value

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