Click or drag to resize

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

Get a registry value

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

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

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
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