NF_SRV_FLOWCTL_STATΒΆ
Flow control context statistics.
typedef struct _NF_SRV_FLOWCTL_STAT
{
unsigned __int64 inBytes;
unsigned __int64 outBytes;
} NF_SRV_FLOWCTL_STAT, *PNF_SRV_FLOWCTL_STAT;
- inBytes
Number of inbound bytes.
- outBytes
Number of outbound bytes.