NWGetProtocolStackConfigInfo
Returns configuration information about the protocols on a server.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetProtocolStackConfigInfo (
NWCONN_HANDLE conn,
nuint32 stackNum,
pnstr8 stackFullName,
NWFSE_PROTOCOL_STK_CONFIG_INFO N_FAR *fseProtocolStkConfigInfo);
uses calwin32
Function NWGetProtocolStackConfigInfo
(conn : NWCONN_HANDLE;
stackNum : nuint32;
stackFullName : pnstr8;
Var fseProtocolStkConfigInfo : NWFSE_PROTOCOL_STK_CONFIG_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetProtocolStackConfigInfo, you must have console operator rights.