NWTTSTransactionStatus(3nw)


NWTTSTransactionStatus -- verifies whether transaction has been written to disk

Synopsis

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

NWCCODE N_API NWTTSTransactionStatus (NWCONN_HANDLE conn, nuint32 transactionNum);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

transactionNum
(IN) Specifies the transaction reference number (obtained from NWTTSEndTransaction).

Return values

0x0000
SUCCESSFUL

0x8801
INVALID_CONNECTION

0x89FF
Transaction not written to disk

Notices

NWTTSTransactionStatus can be called even if NWTTSEndTransaction returns TTS_DISABLED.

Applications should not wait for transactions to be written to disk unless it is absolutely necessary. Because the NetWare server caches algorithms, it may be up to five seconds before they are actually written. Transactions are written to disk in the order in which they terminate.

Services

Transaction Tracking

NCP calls

0x2222 34 4 TTS Transaction Status

 
 0x2222   34   4   TTS Transaction Status 

References

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