NWGetActiveProtocolStacks(3nw)


NWGetActiveProtocolStacks -- returns protocol stack information in NWFSE_ACTIVE_STACKS

Synopsis

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

NWCCODE N_API NWGetActiveProtocolStacks (NWCONN_HANDLE conn, nuint32 startNum, NWFSE_ACTIVE_STACKS N_FAR * fseActiveStacks);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

startNum
(IN) Specifies the number to start with if NWGetActiveProtocolStacks is called iteratively.

fseActiveStacks
(OUT) Points to NWFSE_ACTIVE_STACKS.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure or Invalid Start Number

Notices

To call NWGetActiveProtocolStacks, you must have console operator rights.

In the first call, startNumber should be 0. On subsequent calls, use the number of stacks retrieved.

Services

File Server Environment

NCP calls

0x2222 123 40
Active Protocol Stacks

References

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