コード例 #1
0
ファイル: Interop.cs プロジェクト: troyb30/RS-TV-Show-Tracker
 public static extern uint GetExtendedTcpTable(IntPtr pTcpTable, ref int pdwSize, bool bOrder, int ulAf, TcpTableType TableClass, int Reserved);
コード例 #2
0
 public static extern uint GetExtendedTcpTable(IntPtr tcpTable, ref int tcpTableLength, bool sort, int ipVersion, TcpTableType tcpTableType, int reserved);
コード例 #3
0
ファイル: IpHelper.cs プロジェクト: tailored/netwatch
 public static extern uint GetExtendedTcpTable(IntPtr tcpTable, ref int tcpTableLength, bool sort, int ipVersion,
                                               TcpTableType tcpTableType, int reserved);
コード例 #4
0
 private static extern uint GetExtendedTcpTable(IntPtr pTcpTable, ref uint dwTcpTableLength, [MarshalAs(UnmanagedType.Bool)] bool sort, uint ipVersion, TcpTableType tcpTableType, uint reserved);
コード例 #5
0
ファイル: Winsock.cs プロジェクト: enyim/Hackathon
 private static extern uint GetExtendedTcpTable(IntPtr pTcpTable, ref UInt32 dwTcpTableLength, [MarshalAs(UnmanagedType.Bool)] bool sort, UInt32 ipVersion, TcpTableType tcpTableType, UInt32 reserved);
コード例 #6
0
 public static extern uint GetExtendedTcpTable(IntPtr pTcpTable, ref int pdwSize, bool bOrder, int ulAf, TcpTableType TableClass, int Reserved);