NWTTSSetControlFlags(3nw)


NWTTSSetControlFlags -- enables/disables automatic record locking on Writes to transactional files

Synopsis

   #include <nwtts.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWTTSSetControlFlags (NWCONN_HANDLE conn, nuint8 controlFlags);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

controlFlags
(IN) Specifies the Transaction Tracking control flags.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

Notices

NWTTSSetControlFlags allows a client to set the transaction bits in controlFlag.

Transaction tracking control flags are only valid for files flagged as transactional. Only bit 0 is used currently. Flag definitions follow:

0x00
Automatic record locking is disabled.

0x01
Automatic record locking is enabled.

Services

Transaction Tracking

NCP calls

0x2222 34 10 TTS Set Transaction Bits

 
 0x2222   34   10   TTS Set Transaction Bits 

30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.