NWTTSIsAvailable

Verifies the NetWare server supports transaction tracking

Local Servers:blocking
Remote Servers:blocking
NetWare Server:3.11, 3.12, 3.2, 4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Transaction Tracking System (TTS)

Syntax

  #include <nwtts.h> 
  or 
  #include <nwcalls.h> 
   
  NWCCODE N_API  NWTTSIsAvailable  ( 
     NWCONN_HANDLE   conn);
  

Delphi Syntax

  uses calwin32 
   
  Function NWTTSIsAvailable 
    (conn : NWCONN_HANDLE 
  ) : NWCCODE; 
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.

Return Values

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

Transaction Tracking is Unavailable

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

0x89FD

Transaction Tracking is Disabled

0x89FF

Transaction Tracking is Available

Remarks

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

NCP Calls