NWGetLANConfigInfo
Returns configuration information for the LAN board identified by boardNum .
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetLANConfigInfo
(NWCONN_HANDLE conn,
nuint32 boardNum,
NWFSE_LAN_CONFIG_INFO N_FAR *fseLANConfigInfo);
uses calwin32
Function NWGetLANConfigInfo
(conn : NWCONN_HANDLE;
boardNum : nuint32;
Var fseLANConfigInfo : NWFSE_LAN_CONFIG_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetLANConfigInfo, you must have console operator rights.