Click or drag to resize
CDBLockSymb Method
Locks a symbol for READONLY or READWRITE.

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 void LockSymb(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Symbol to Lock
i2
Type: SystemInt32
See DB_LOCKConstant
i3
Type: SystemInt32
See DB_WAITConstant
See Also