NWGetActiveLANBoardList

Returns information about the active LAN boards 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  NWGetActiveLANBoardList  ( 
     NWCONN_HANDLE                         conn,  
     nuint32                               startNum,  
     NWFSE_ACTIVE_LAN_BOARD_LIST  N_FAR   *fseActiveLANBoardList);
  

Delphi Syntax

  uses calwin32 
   
  Function NWGetActiveLANBoardList 
    (conn : NWCONN_HANDLE; 
     startNum : nuint32; 
     Var fseActiveLANBoardList : NWFSE_ACTIVE_LAN_BOARD_LIST 
  ) : NWCCODE;
  

Parameters

conn
(IN) Specifies the NetWare server connection handle.
startNum
(IN) Specifies the starting LAN board number.
fseActiveLANBoardList
(OUT) Points to NWFSE_ACTIVE_LAN_BOARD_LIST.

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

0x89FF

Failure or Invalid Start Number

Remarks

Console operator rights are NOT necessary to call NWGetActiveLANBoardList.

startNum will normally be 0, unless the amount of LAN Boards is greater than FSE_MAX_NUM_OF_LANS. To return the extra, set startNum to LANLoadedCount + 1.

NCP Calls

See Also

NWGetLANCommonCountersInfo, NWGetLANConfigInfo, NWGetLANCustomCountersInfo, NWGetLSLLogicalBoardStats, NWGetProtocolStkNumsByLANBrdNum