NWGetLANConfigInfo(3nw)


NWGetLANConfigInfo -- returns configuration information for LAN board

Synopsis

   #include <nwfse.h> 
   or 
   #include <nwcalls.h> 
   

NWCCODE N_API NWGetLANConfigInfo (NWCONN_HANDLE conn, nuint32 boardNum, NWFSE_LAN_CONFIG_INFO N_FAR * fseLANConfigInfo);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

boardNum
(IN) Specifies the number of the LAN board for which you want LAN driver information.

fseLANConfigInfo
(OUT) Points to NWFSE_LAN_CONFIG_INFO returning LAN configuration information.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure or Invalid Board Number

Notices

To call NWGetLANConfigInfo, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 21 LAN Configuration Information

 
 0x2222   123   21   LAN Configuration Information 

References

NWGetActiveLANBoardList(3nw), NWGetLANCommonCountersInfo(3nw), NWGetLANCustomCountersInfo(3nw), NWGetLSLLogicalBoardStats(3nw), NWGetProtocolStkNumsByLANBrdNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.