NWGetProtocolStackCustomInfo(3nw)


NWGetProtocolStackCustomInfo -- returns custom information about a protocol stack on a server

Synopsis

   #include <nwfse.h> 
   or 
   #include <nwcalls.h> 
    
   NWCCODE N_API NWGetProtocolStackCustomInfo 
     (NWCONN_HANDLE   conn, 
      nuint32         stackNum, 
      nuint32         customStartNum, 
      NWFSE_PROTOCOL_CUSTOM_INFO N_FAR * 
                      fseProtocolStackCustomInfo); 

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

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

customStartNum
(IN) Specifies the custom information to begin with. Normally, zero (0), on the first call; on all subsequent call, the previous customStartNum, plus the value returned in customCount of NWFSE_PROTOCOL_CUSTOM_INFO.

fseProtocolStackCustomInfo
(OUT) Points to NWFSE_PROTOCOL_CUSTOM_INFO getting protocol stack custom information.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure

Notices

To call NWGetProtocolStackCustomInfo, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 43
Get Protocol Stack Custom Information

References

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