Click or drag to resize
CSYSiRegistryDeleteKey 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)
Notes
All sub-keys and values will be deleted if they exist.
Syntax
public static int iRegistryDeleteKey(
	int i1,
	string str2
)

Parameters

i1
Type: SystemInt32
See REG_DOMAINConstant
str2
Type: SystemString
Key to delete

Return Value

Type: Int32
0 - Ok 1 - Error
See Also