NWFSE_PROTOCOL_STK_CONFIG_INFO
Returns information about the protocol stack configuration. Used by NWGetProtocolStackConfigInfo.
typedef struct
{
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo ;
nuint16 reserved ;
nuint8 configMajorVersionNum ;
nuint8 configMinorVersionNum ;
nuint8 stackMajorVersionNum ;
nuint8 stackMinorVersionNum ;
nuint8 stackShortName [16];
} NWFSE_PROTOCOL_STK_CONFIG_INFO;
uses calwin32
NWFSE_PROTOCOL_STK_CONFIG_INFO = packed Record
serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
reserved : nuint16;
padding : nuint16;
configMajorVersionNum : nuint8;
configMinorVersionNum : nuint8;
stackMajorVersionNum : nuint8;
stackMinorVersionNum : nuint8;
stackShortName : Array[0..15] Of nuint8;
End;