NWGetProtocolStkNumsByLANBrdNum(3nw)


NWGetProtocolStkNumsByLANBrdNum -- returns a list of protocol stack ID numbers for a given LAN board

Synopsis

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

NWCCODE N_API NWGetProtocolStkNumsByLANBrdNum (NWCONN_HANDLE conn, nuint32 LANBoardNum, NWFSE_PROTOCOL_ID_NUMS N_FAR * fseProtocolStkIDNums);

Description

The parameters are as follows:

conn
(IN) Specifies the NetWare server connection handle.

LANBoardNum
(IN) Specifies the ID number of the LAN board for which you want a list of protocols; normally an ID number returned by NWGetActiveLANBoardList.

fseProtocolStkIDNums
(OUT) Points to NWFSE_PROTOCOL_ID_NUMS getting protocol stack numbers by LAN board number.

Return values

0x0000
SUCCESSFUL

0x897E
NCP_BOUNDARY_CHECK_FAILED

0x89FF
Failure

Notices

To call NWGetProtocolStkNumsByLANBrdNum, you must have console operator rights.

Services

File Server Environment

NCP calls

0x2222 123 45
Get Protocol Stack Numbers By LAN Board Number

References

NWGetActiveLANBoardList(3nw), NWGetActiveProtocolStacks(3nw), NWGetProtocolStackConfigInfo(3nw), NWGetProtocolStackCustomInfo(3nw), NWGetProtocolStackStatsInfo(3nw), NWGetProtocolStkNumsByMediaNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.