コード例 #1
0
        internal MIB_TCPSTATS GetTcpStats()
        {
            MIB_TCPSTATS tcpStats = new MIB_TCPSTATS();

            GetTcpStatistics(ref tcpStats);
            return(tcpStats);
        }
コード例 #2
0
 internal extern static int GetTcpStatistics(ref MIB_TCPSTATS pStats);
コード例 #3
0
ファイル: Functions.cs プロジェクト: andyvand/ProcessHacker
 public extern static int GetTcpStatistics(ref MIB_TCPSTATS pStats);