NWTTSIsAvailable(3nw)


NWTTSIsAvailable -- verifies NetWare server supports transaction tracking

Synopsis

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

NWCCODE N_API NWTTSIsAvailable (NWCONN_HANDLE conn);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

Return values

0x0000
Transaction Tracking is Unavailable

0x8801
INVALID_CONNECTION

0x89FD
Transaction Tracking is Disabled

0x89FF
Transaction Tracking is Available

Notices

0x0000 does not indicate successful completion of NWTTSIsAvailable. Instead, 0x0000 indicates TTS is unavailable. The successful completion code is 0x89FF, TTS is available.

Services

Transaction Tracking

NCP calls

0x2222 34 0 TTS Is Available

 
 0x2222   34   0   TTS Is Available 

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