NWGetProtocolStackCustomInfo
Returns custom information about a protocol stack on a server.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetProtocolStackCustomInfo (
NWCONN_HANDLE conn,
nuint32 stackNum,
nuint32 customStartNum,
NWFSE_PROTOCOL_CUSTOM_INFO N_FAR *fseProtocolStackCustomInfo);
uses calwin32
Function NWGetProtocolStackCustomInfo
(conn : NWCONN_HANDLE;
stackNum : nuint32;
customStartNum : nuint32;
Var fseProtocolStackCustomInfo : NWFSE_PROTOCOL_CUSTOM_INFO
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetProtocolStackCustomInfo, you must have console operator rights.