NWGetIPXSPXInfo

Returns the server’s internal IPX and SPX statistics information.

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  NWGetIPXSPXInfo  ( 
     NWCONN_HANDLE               conn,  
     NWFSE_IPXSPX_INFO  N_FAR   *fseIPXSPXInfo); 
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetIPXSPXInfo 
    (conn : NWCONN_HANDLE; 
     Var fseIPXSPXInfo : NWFSE_IPXSPX_INFO 
  ) : NWCCODE; 
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
fseIPXSPXInfo
(OUT) Points to NWFSE_IPXSPX_INFO returning IPX/SPX 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

Remarks

Under NETX, if an invalid connection handle is passed to conn, NWGetIPXSPXInfo will return 0x0000. NETX will pick a default connection handle if the connection handle cannot be resolved.

Console operator rights are NOT necessary to call NWGetIPXSPXInfo.

NCP Calls