NWGetActiveLANBoardList(3nw)
NWGetActiveLANBoardList --
returns information about the active LAN boards on a server
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetActiveLANBoardList
(NWCONN_HANDLE conn,
nuint32 startNum,
NWFSE_ACTIVE_LAN_BOARD_LIST N_FAR
fseActiveLANBoardList);
Description
The parameters are as follows:
- 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
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
- 0x89FF
-
Failure or Invalid Start Number
Notices
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.
Services
File Server Environment
NCP calls
- 0x2222 123 20
-
Active LAN Board List
References
NWGetLANCommonCountersInfo(3nw),
NWGetLANConfigInfo(3nw),
NWGetLANCustomCountersInfo(3nw),
NWGetLSLLogicalBoardStats(3nw),
NWGetProtocolStkNumsByLANBrdNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.