NWGetLSLLogicalBoardStats

Returns LSL logical board statistics.

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  NWGetLSLLogicalBoardStats (
     NWCONN_HANDLE                           conn,  
     nuint32                                 LANBoardNum,  
     NWFSE_LSL_LOGICAL_BOARD_STATS  N_FAR   *fseLSLLogicalBoardStats);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetLSLLogicalBoardStats 
    (conn : NWCONN_HANDLE; 
     LANBoardNum : nuint32; 
     Var fseLSLLogicalBoardStats : NWFSE_LSL_LOGICAL_BOARD_STATS 
  ) : NWCCODE; 
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
LANBoardNum
(IN) Specifies a board number returned by NWGetActiveLANBoardList.
fseLSLLogicalBoardStats
(OUT) Points to NWFSE_LSL_LOGICAL_BOARD_STATS returning LSL logical board statistics.

Return Values

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

0x00000

SUCCESSFUL

0x8801

INVALID_CONNECTION

0x890A

NLM_INVALID_CONNECTION

0x897E

NCP_BOUNDARY_CHECK_FAILED

0x89C6

NO_CONSOLE_PRIVILEGES

0x89FB

ERR_NCP_NOT_SUPPORTED

0x89FF

Failure or Invalid LAN Board Number

Remarks

To call NWGetLSLLogicalBoardStats, you must have console operator rights.

NCP Calls

See Also

NWGetLSLInfo