NWGetFSLANDriverConfigInfo(3nw)
NWGetFSLANDriverConfigInfo --
returns configuration information for a specified LAN driver installed on a NetWare server
Synopsis
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetFSLANDriverConfigInfo
(NWCONN_HANDLE conn,
nuint8 lanBoardNum,
NWLAN_CONFIG N_FAR lanConfig);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- lanBoardNum
-
(IN) Specifies the physical LAN board number.
- lanConfig
-
(OUT) Points to NWLAN_CONFIG.
Return values
- 0x0000
-
SUCCESSFUL
- 0x8801
-
INVALID_CONNECTION
Notices
To call NWGetFSLANDriveConfigInfo, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 23 227
-
Get LAN Driver Configuration Information
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.