NWGetProtocolStackCustomInfo

Returns custom information about a protocol stack on a server.

Local Servers:blocking
Remote Servers:blocking
NetWare Server:4.x, 5.x, 6.x
Platform:NLM, Windows NT, Windows 95, Windows 98
Library:Cross-Platform NetWare Calls (CAL*.*)
Service:Server Environment

Syntax

  #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);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetProtocolStackCustomInfo 
    (conn : NWCONN_HANDLE; 
     stackNum : nuint32; 
     customStartNum : nuint32; 
     Var fseProtocolStackCustomInfo : NWFSE_PROTOCOL_CUSTOM_INFO 
  ) : NWCCODE;
  

Parameters

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

These are common return values; see Return Values (Return Values for C) for more information.

0x0000

SUCCESSFUL

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89FF

Failure

Remarks

To call NWGetProtocolStackCustomInfo, you must have console operator rights.

NCP Calls

See Also

NWGetActiveProtocolStacks, NWGetProtocolStackConfigInfo, NWGetProtocolStackStatsInfo, NWGetProtocolStkNumsByLANBrdNum, NWGetProtocolStkNumsByMediaNum