(IN) Specifies the NetWare server connection handle.
logicalLockLevel
(IN) Specifies the number of logical record locks to allow before implicit
transactions begin (0 to 255).
physicalLockLevel
(IN) Specifies the number of physical record locks to allow before implicit
transactions begin (0 to 255).
Return values
0x0000
SUCCESSFUL
0x8801
INVALID_CONNECTION
Notices
The return values are in effect for all applications, not just ones
calling NWTTSSetConnectionThresholds.
The default threshold for logical and physical locks is 0. 0xFF means no
implicit transactions for the lock type can be performed.
NWTTSSetConnectionThresholds and
NWTTSGetConnectionThresholds are useful for applications changing
the implicit application thresholds that later want to restore them.
For example, NWTTSGetConnectionThresholds can obtain the current
number of logical and physical locks, and
NWTTSSetConnectionThresholds can perform one of the following:
Turn off implicit transactions. (Applications using only explicit
transactions, but sometimes generate unnecessary implicit transactions,
need to turn off all implicit transactions.)
Set implicit thresholds for applications always keeping one or more records
locked.