NWDSGetNDSStatistics(3nw)


NWDSGetNDSStatistics -- retrieves the NDS statistics

Synopsis

   #include <nwdsmisc.h> 
   

NWDSCCODE N_API NWDSGetNDSStatistics (NWDSContextHandle context, NWCONN_HANDLE connHandle, nuint statsInfoLen, pNDSStatsInfo statsInfo);

Description

The parameters are as follows:

context
(IN) Specifies the Directory context for the request.

serverName
(IN) Specifies the server to send the request to.

statsInfoLen
(OUT) Receives the length (in bytes) of the statsInfo structure.

statsInfo
(OUT) Points to a structure that contains statistical information for NDS relative to the local server described by serverName.

Return values

0x0000
SUCCESS

Non-zero Value
Error

Notices

NWDSGetNDSStatistics retrieves all of the statistics that can be reported by NDS.

Services

Directory

NCP calls

None

References

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