NWTTSGetControlFlags(3nw)


NWTTSGetControlFlags -- returns transaction bits for files flagged as transactional

Synopsis

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

NWCCODE N_API NWTTSGetControlFlags (NWCONN_HANDLE conn, pnuint8 controlFlags);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

controlFlags
(OUT) Points to Transaction Tracking Control flags.

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

Notices

Transaction tracking control flags are only valid for files flagged as TTS. Bits 1 to 7 in controlFlags are reserved; bit 0 is defined below:

0x00
Automatic record locking is disabled.

0x01
Automatic record locking is enabled.

Services

Transaction Tracking

NCP calls

0x2222 34 9 TTS Get Transaction Bits

 
 0x2222   34   9   TTS Get Transaction Bits 

References

NWTTSSetControlFlags(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.