NWDSGetDSVerInfo(3nw)
NWDSGetDSVerInfo --
returns DS version information
Synopsis
#include <nwdsmisc.h>
NWDSCCODE N_API NWDSGetDSVerInfo
(NWCONN_HANDLE conn,
pnuint32 dsVersion,
pnuint32 rootMostEntryDepth,
pnstr8 sapName,
pnuint32 flags,
punicode treeName);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the connection handle to a DS server.
- dsVersion
-
(OUT) Specifies the DS.NLM build version.
- rootMostEntryDepth
-
(OUT) Specifies the number of levels to the root-most object.
- sapName
-
(OUT) Points to the tree name where the server is contained. The value is in the SAP form (ASCII characters set restricted by SAP).
- flags
-
(OUT) Points to the DS.NLM flags.
- treeName
-
(OUT) Points to the ``enabled'' tree name (in the Unicode character set).
Return values
- 0x0000
-
SUCCESS
- Non-zero Value
-
Error
Notices
NWDSGetDSVerInfo returns version information regarding the
DS.NLM running on a specific server. Each return value is optional (that is, passing a NULL as the pointer
disables the return of the information).
Services
Directory
NCP calls
None
References
NWDSGetNDSStatistics(3nw),
NWGetNWNetVersion(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.