NWGetTTSStats(3nw)
NWGetTTSStats --
returns Transaction Tracking System statistics
Synopsis
#include <nwtts.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetTTSStats
(NWCONN_HANDLE conn,
TTS_STATS NWPTR ttsStats);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- ttsStats
-
(OUT) Points to TTS_STATS where the TTS statistics will be returned.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
- 0x89C6
-
NO_CONSOLE_PRIVILEGES
Notices
You must have console rights to call NWGetTTSStats.
Services
Transaction Tracking
NCP calls
- 0x2222 23 213
-
Get Transaction Tracking Statistics
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.