NWGetActiveProtocolStacks
Returns protocol stack information in NWFSE_ACTIVE_STACKS.
#include <nwfse.h>
or
#include <nwcalls.h>
NWCCODE N_API NWGetActiveProtocolStacks
(NWCONN_HANDLE conn,
nuint32 startNum,
NWFSE_ACTIVE_STACKS N_FAR *fseActiveStacks);
uses calwin32
Function NWGetActiveProtocolStacks
(conn : NWCONN_HANDLE;
startNum : nuint32;
Var fseActiveStacks : NWFSE_ACTIVE_STACKS
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
To call NWGetActiveProtocolStacks, you must have console operator rights.
In the first call, startNumber should be 0. On subsequent calls, use the number of stacks retrieved.