NWFSE_ACTIVE_CONN_LIST
Returns the Active Connection List by type. Used by NWGetActiveConnListByType.
typedef struct
{
SERVER_AND_VCONSOLE_INFO serverTimeAndVConsoleInfo ;
nuint16 reserved ;
nuint8 activeConnBitList [512];
} NWFSE_ACTIVE_CONN_LIST;
uses calwin32
NWFSE_ACTIVE_CONN_LIST = packed Record
serverTimeAndVConsoleInfo : SERVER_AND_VCONSOLE_INFO;
reserved : nuint16;
padding : nuint16;
activeConnBitList : Array[0..511] Of nuint8;
End;