NWGetLANCustomCountersInfo

Returns custom statistics for a LAN board.

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  NWGetLANCustomCountersInfo 
    (NWCONN_HANDLE                   conn,  
     nuint32                         boardNum,  
     nuint32                         startingNum,  
     NWFSE_LAN_CUSTOM_INFO  N_FAR   *fseLANCustomInfo);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetLANCustomCountersInfo 
    (conn : NWCONN_HANDLE; 
     boardNum : nuint32; 
     startingNum : nuint32; 
     Var fseLANCustomInfo : NWFSE_LAN_CUSTOM_INFO 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
boardNum
(IN) Specifies the board number returned by NWGetActiveLANBoardList.
startingNum
(IN) Specifies the cumulative number of custom counters already returned; normally, zero (0) for the first call.
fseLANCustomInfo
(OUT) Points to NWFSE_LAN_CUSTOM_INFO returning information.

Return Values

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

0x0000

SUCCESSFUL

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89C6

NO_CONSOLE_PRIVILEGES

0x89FF

Failure or Invalid Start or Board Number

Remarks

To call NWGetLANCustomCountersInfo, you must have console operator rights.

NCP Calls

See Also

NWGetActiveLANBoardList, NWGetLANConfigInfo, NWGetLANCommonCountersInfo, NWGetLSLLogicalBoardStats, NWGetProtocolStkNumsByLANBrdNum