NWGetProtocolStackConfigInfo(3nw)


NWGetProtocolStackConfigInfo -- returns configuration information about the protocols on a server

Synopsis

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

NWCCODE N_API NWGetProtocolStackConfigInfo (NWCONN_HANDLE conn, nuint32 stackNum, pnstr8 stackFullName, NWFSE_PROTOCOL_STK_CONFIG_INFO N_FAR * fseProtocolStkConfigInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

stackNum
(IN) Specifies the number of the protocol stack to return information about, usually returned by NWGetActiveProtocolStacks,

stackFullName
(OUT) Points to the full description of the protocol stack.

fseProtocolStkConfigInfo
(OUT) Points to NWFSE_PROTOCOL_STK_CONFIG_INFO getting protocol stack configuration information.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure

Notices

To call NWGetProtocolStackConfigInfo, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 41
Get Protocol Stack Configuration Information

References

NWGetActiveProtocolStacks(3nw), NWGetProtocolStackCustomInfo(3nw), NWGetProtocolStackStatsInfo(3nw), NWGetProtocolStkNumsByLANBrdNum(3nw), NWGetProtocolStkNumsByMediaNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.