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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void LockSymb(
	int symb,
	int lock,
	int wait
)

Parameters

symb
Type: SystemInt32
Symbol to Lock
lock
Type: SystemInt32
<define>DB_LOCK</define>
wait
Type: SystemInt32
<define>DB_WAIT</define>
See Also