NWGetProtocolStkNumsByMediaNum(3nw)
NWGetProtocolStkNumsByMediaNum --
returns a list of protocol stack ID numbers for a given media
Synopsis
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetProtocolStkNumsByMediaNum
(NWCONN_HANDLE conn,
nuint32 mediaNum,
NWFSE_PROTOCOL_ID_NUMS N_FAR
fseProtocolStkIDNums);
Description
The parameters are as follows:
- conn
-
(IN) Specifies the NetWare server connection handle.
- mediaNum
-
(IN) Specifies the ID number representing the frame type used by the protocol.
- fseProtocolStkIDNums
-
(OUT) Points to NWFSE_PROTOCOL_ID_NUMS getting protocol stack numbers by media number.
Return values
- 0x0000
-
SUCCESSFUL
- 0x897E
-
NCP_BOUNDARY_CHECK_FAILED
An Invalid Media Number can Abend the server
Notices
To call NWGetProtocolStkNumsByMediaNum, you must have console operator rights.
Services
File Server Environment
NCP calls
- 0x2222 123 44
-
Get Protocol Stack Number By Media Number
References
NWGetActiveProtocolStacks(3nw),
NWGetLoadedMediaNumList(3nw),
NWGetProtocolStackConfigInfo(3nw),
NWGetProtocolStackCustomInfo(3nw),
NWGetProtocolStackStatsInfo(3nw),
NWGetProtocolStkNumsByLANBrdNum(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.