Click or drag to resize
CSYSiRegistryDeleteVal Method
Delete a registry value

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

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

Parameters

i1
Type: SystemInt32
See REG_DOMAINConstant
str2
Type: SystemString
Key
str3
Type: SystemString
Name of value to delete

Return Value

Type: Int32
0 - Ok 1 - Error
See Also